-
Notifications
You must be signed in to change notification settings - Fork 9
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
Were you able to get HTTPS working with OneTimeSecret? #1
Comments
Hi Carla thank you for showing me that setting. I tried to get some other things to work but the Docker Environment is so new to me I need to learn this first. So at this point in time I am going to buy some books and watch some videos on the subject. I am too new to make sense of what is going on and don't want to waste your time. Thank you though for your help. The site does load well and your docker version was the only one I got running successfully! |
I got it working with ssl on a bare metal install by running thin with this command: "bundle exec thin -e dev -R config.ru -p 7143 start --ssl --ssl-key-file ~/path/to/server.key --ssl-cert-file ~/path/to/server.crt" However, if you plan to run this in production I'd deploy it behind nginx (or similar) and configure ssl there. |
Thank you for the reply, I will have to check next week I am out town. If your in the states have a happy memorial day weekend if not, have a -Richard On Thu, May 26, 2016 at 11:23 AM, mwgreenjr [email protected]
*****************************************************This e-mail, |
I am new to Docker and wanted to know if you were able to get HTTPS working with your Docker version of OneTimeSecret?
The text was updated successfully, but these errors were encountered: