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

http://kevingleason.me/AndroidRTC/ not works #10

Open
felizarazol opened this issue Jun 21, 2016 · 3 comments
Open

http://kevingleason.me/AndroidRTC/ not works #10

felizarazol opened this issue Jun 21, 2016 · 3 comments

Comments

@felizarazol
Copy link

When running the code on this page, the following error message:
pubnub.min.js:60 Mixed Content: The page at 'https://kevingleason.me/AndroidRTC/' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://ps2.pubnub.com/time/0?uuid=ExteBAn123&pnsdk=PubNub-JS-Web%2F3.6.7'. This request has been blocked; the content must be served over HTTPS.

@moqri
Copy link

moqri commented Jun 27, 2016

same here

@manikavi
Copy link

for me also,same problem,

@lucaurso
Copy link

A quick fix is to host it somewhere and modify pubnub-dev.js line 967 to this:
var ORIGIN = 'https://' + (setup['origin'] || 'pubsub.pubnub.com');
This makes sure that it uses https instead of http.

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

No branches or pull requests

4 participants