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 been poking around the files and it looks i'll probably need to run using --entrypoint=./ssl.webserver.sh since it doesn't look like there's another way to tell it to use that instead of webserver.sh. And i'm passing my cert.pem and privkey.pem into docker. i've set SCRIPT_USE_HTTPS=True in the .env.
I'm really not sure what to do at this point. It works when i run it normally without ssl, but no response from the server with the current command.
The text was updated successfully, but these errors were encountered:
Hey, i'm trying to get this setup with docker and ssl but I can't find instructions anywhere on how to do that. I'll post what i've tried below.
Here's the command i'm currently trying:
I've been poking around the files and it looks i'll probably need to run using
--entrypoint=./ssl.webserver.sh
since it doesn't look like there's another way to tell it to use that instead ofwebserver.sh
. And i'm passing mycert.pem
andprivkey.pem
into docker. i've setSCRIPT_USE_HTTPS=True
in the.env
.I'm really not sure what to do at this point. It works when i run it normally without ssl, but no response from the server with the current command.
The text was updated successfully, but these errors were encountered: