Failing to setup local HTTPS #4353
Unanswered
dakotahorstman
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Okay, after some further trial and error, I've discovered the Nginx dislikes the I'm wondering if there is further setup that is needed that is not discussed in the documentation for |
Beta Was this translation helpful? Give feedback.
0 replies
-
@dakotahorstman I am current having similar problem at the moment. Did you manage to full resolve this issue in the end? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm attempting to setup local HTTPS as described in the documentation through docker. I created my
*.pem
files with mkcert and moved them to acerts/
directory in the root project.After stepping through the rest of the configuration, I'm unable to reach
https://automation.local/
, which is the URL my server is at. I can reach it athttp://automation.local/
, but nothttps
. Chrome shows the errorERR_CONNECTION_CLOSED
and thenERR_CONNECTION_RESET
.I've already edited
/etc/hosts
to includeautomation.local 127.0.0.1
, else I wouldn't be able to reach the server athttp
.Any ideas as to why this is?
Beta Was this translation helpful? Give feedback.
All reactions