mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #124] SSL error - streams-nodes-messages do not load over https - behind a reverse proxy. #98
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LaKing on GitHub (Aug 7, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/124
Simply nothing gets loaded, not even streams/nodes names.
No server-side error. The only error message I have is in the browser:
Uncaught ReferenceError: io is not defined Dpu9AEpcnQ7W5JDfgC4M?t=1407381974692&i=0:1
(anonymous function) Dpu9AEpcnQ7W5JDfgC4M?t=1407381974692&i=0:1
I tested following cases:
http <> log.io - OK
https <> ssl-enabled-log.io - OK
http <> proxy <> log.io - OK
https <> proxy <> log.io - NO-GO
https <> proxy <> ssl-enabled-log.io - NO-GO
Where the proxy translates from log.io's port to port 80/443, and handles the certificates.
In my case the proxy is Pound as a reverse proxy.
Can I be of assistance to resolve this issue?
@msmathers commented on GitHub (Aug 7, 2014):
Unfortunately Log.io doesn't officially support reverse proxying at this time, when it is part of the roadmap we'll investigate more closely.