You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've successfully created a Docker container to run Papercups, but I'm facing a SSL issue.
After start: [info] Running ChatApiWeb.Endpoint with cowboy 2.8.0 at :::4000 (http) [info] Access ChatApiWeb.Endpoint at http://192.168.1.100:4000
When I try to connect to http://192.168.1.100:4000 I get SSL error.
When I look at logs, I see: [info] Plug.SSL is redirecting GET / to https://192.168.1.100 with status 301
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I've successfully created a Docker container to run Papercups, but I'm facing a SSL issue.
After start:
[info] Running ChatApiWeb.Endpoint with cowboy 2.8.0 at :::4000 (http)
[info] Access ChatApiWeb.Endpoint at http://192.168.1.100:4000
When I try to connect to
http://192.168.1.100:4000
I get SSL error.When I look at logs, I see:
[info] Plug.SSL is redirecting GET / to https://192.168.1.100 with status 301
It seems that SSL cert is missing.
Beta Was this translation helpful? Give feedback.
All reactions