SSL Problem in production #727
farestayari
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm facing a problem with applying let's encrypt https certificate when i deployed the project to the server, the build process throws no errors and the containers are up and healthy, but in the browser or in postman to test the api it return request time out, i even tried adding custom certificate using makecert like the docs and it's the same result.
Here what the container logs is returning:
i tried to curl the 443 port in the host to see if it read the certificates and it returns
Did i miss a step during the build process because it seems like the certifcations are not applied
Thanks for your help in advance ^^
Beta Was this translation helpful? Give feedback.
All reactions