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

Epoch won't load comments in the presence of HTTPS firewall #173

Open
erscampbell opened this issue Feb 2, 2016 · 0 comments
Open

Epoch won't load comments in the presence of HTTPS firewall #173

erscampbell opened this issue Feb 2, 2016 · 0 comments

Comments

@erscampbell
Copy link

Posted on behalf of tormondo:


I want everyone to see comments even if their HTTPS access is forbidden by organization (some do block HTTPS traffic to preserve their secrets). The site is SSL-enabled and the login is forced via HTTPS only. However, Epoch does not switch to HTTP and gets failures upon XMLHttpRequest calls to https://site.xx/epoch-api instead of following the protocol explicitly stated in the URL to softly switch to mixed mode: http://site.xx/blog/post/45677

The site supports switching to the mixed regime or to HTTP but Epoch does not seem to utilize it.

I am not exactly sure if it's an Epoch problem or the HTTPS setting, or if it can be solved on either side. I am just observing it with Epoch while the other insecure resources are loaded well.

Any ideas how to solve it?

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

1 participant