-
Notifications
You must be signed in to change notification settings - Fork 95
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
HTTPS support #64
Comments
I have not used HTTPS with these Dockerfiles. |
So it's hard to use for production then ( |
Just put it behind reverse proxy and handle https there. |
franken already supports https, so it would be useful if it can be used without reverse proxy |
Following the FrankenPHP instructions, you're meant to set the SERVER_NAME env, also running octane with the --https switch actually changes the server running prefix:
But I get
While I can get in via "https" it's not getting a certificate possibly due to the failure to install the root cert.. |
Fixes #64 Prevents laravel/octane#791 Potentially fix for #66
@smortexa any ideas why i still get 2024-05-14 21:32:06 WARN installing root certificate (you might be prompted for password) with the latest release? |
@tommmoe There seems to be a conflict between FrankenPHP requiring root access for certificate installation and our Dockerfile using a non-root user. |
@smortexa Do you recommend any way to bypass this issue without switching to root user in the Dockerfile? Is there any security concerns if we switched to the root user in the docker file? |
Does laravel-octane-dockerfile support HTTPS connection?
How to use HTTPS?
The text was updated successfully, but these errors were encountered: