Replies: 5 comments 1 reply
-
Hi @prugala! This error can be caused by various reasons: old version of Nginx, incompatibility with the installed version of OpenSSL, problems with Certbot, etc. Try updating your server software to the latest versions and make sure that Nginx uses the configuration you expect (using the There is a lot of information on this issue on the Internet. |
Beta Was this translation helpful? Give feedback.
-
I can update to newest stable but all other services on my server works fine with nginx proxy. I Have problem only with FrankenPHP/Caddy. |
Beta Was this translation helpful? Give feedback.
-
@prugala, what value are you setting for the |
Beta Was this translation helpful? Give feedback.
-
@7-zete-7
Im building Docker image with my code with command: Running app with docker compose: php service use
|
Beta Was this translation helpful? Give feedback.
-
OK I found problem (don't know yet why :) ). I will close discussion soon, because problem is not related with project. |
Beta Was this translation helpful? Give feedback.
-
Hi
Im trying to run app behind nginx proxy but doesn't work.
My nginx site configuration:
compose.prod.yaml:
When I use directly
ip:8081
app works, same if I change my nginx to work on 80 without SSLhttps://mydomain.com
app works.When I use Nginx with SSL when I'm trying to open app with URL
https://mydomain.com
have the error:ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Beta Was this translation helpful? Give feedback.
All reactions