Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile version through HTTPS #113

Closed
Abyss777 opened this issue Mar 15, 2015 · 2 comments
Closed

Mobile version through HTTPS #113

Abyss777 opened this issue Mar 15, 2015 · 2 comments
Labels

Comments

@Abyss777
Copy link

I published traccar server throught HTTPS with apache mod_proxy.
Desktop version works fine, but mobile is just blank. Error in Crome console:

Mixed Content: The page at 'https://traccar/m/?locale=ru' was loaded over HTTPS, but requested an insecure stylesheet 'http://openlayers.org/en/v3.0.0/css/ol.css'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://traccar/m/?locale=ru' was loaded over HTTPS, but requested an insecure script 'http://openlayers.org/en/v3.0.0/build/ol.js'. This request has been blocked; the content must be served over HTTPS.

Mixed Content: The page at 'https://traccar/m/?locale=ru' was loaded over HTTPS, but requested an insecure script 'http://maps.google.com/maps/api/js?v=3&sensor=false'. This request has been blocked; the content must be served over HTTPS.

I think protocol (http) should also be removed from URLs in /m/index.html
traccar/traccar#731 (comment)

vitalidze added a commit that referenced this issue Mar 15, 2015
@vitalidze vitalidze added the bug label Mar 15, 2015
@vitalidze
Copy link
Owner

I have updated URLs. Will do my best to release new version todays evening. There is a security issue with new 'read-only' users, which was fixed, but I want to cover all security checks by unit-tests.

@vitalidze
Copy link
Owner

Fixed, written news. Included in latest public available version and demo version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants