-
Notifications
You must be signed in to change notification settings - Fork 1k
Fixes #38752 - Guide for HTTPs in DEV environment #10691
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
Conversation
4d66cbd to
1319cad
Compare
|
I had a short dejavu, but then realized the last iteration of this was posted on Discourse, not in the dev docs: https://community.theforeman.org/t/setting-up-ssl-for-running-foreman-on-https/36168 |
|
Thanks @evgeni for that post. I was looking for my notes on playing with Puma & HTTPS (without Apache in front). I think that's still something to investigate because we can look at using HTTPS out of the box in development. |
1319cad to
81d694a
Compare
Could you share your notes & insights? I'll gladly investigate other options; any hints or suggestions are welcome. |
|
It's in the post that was shared before: https://community.theforeman.org/t/setting-up-ssl-for-running-foreman-on-https/36168/5 Benefit is that you don't need anything external: no Apache to set up. By using https://rubygems.org/gems/localhost you can also avoid mkcert. In other words, no root access needed. That means we can even make it the default devel setup because we can make Downside is that there are a few minor code tweaks we'd need to make but I think they'd be minor. |
No description provided.