Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

document solutions for mixed content (http/https) being blocked by browser #182

Open
ms4720 opened this issue Feb 27, 2018 · 2 comments
Open

Comments

@ms4720
Copy link

ms4720 commented Feb 27, 2018

Noticed a couple of issues with browsers today:

Chrome:

  • Problem: silently started blocking vectors http requests from a https site
  • Solution: click on the grey shield on the right of the address bar and enable unsafe javascript

Firefox:

  • Problem: silently started blocking vectors http requests from a https site
  • Solution: click on the i on the left of the address bar and enable mixed mode
  • Problem: Cross-Origin Request Blocked
  • Solution: not sure yet, don't have much to do with front end will update if not closed

I am not aware of docs covering this

@spiermar
Copy link
Contributor

Known browser behavior, but you're right, there's no documentation around the issue. I would also add a second workaround which is fronting pmwebd with a proxy that does ssl termination.

@spiermar spiermar changed the title browsers stopped working today, looks like things got tightened down document solutions for mixed content (http/https) being blocked by browser Feb 27, 2018
@ms4720
Copy link
Author

ms4720 commented Feb 28, 2018

Another option is run it on a trusted network over http

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

No branches or pull requests

2 participants