-
Notifications
You must be signed in to change notification settings - Fork 497
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
curl: (60) server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none #437
Comments
What version of the docker image are you using? What git did you pull from? Are the permissions on your certificates set correctly? Some possibilities |
I freshly downloaded and reinstalled the project.
Also I just cloned from https://github.com/sameersbn/docker-redmine/ |
Ahh okay, so you built the docker image yourself. How are you launching it? Can you post the output from when you launch the image. |
Yeah buildet it because I changed port to 443. Output is actually cool, with no errors
|
Could you clarify this statement? You shouldn't have to build it to get ssl working. |
I changed nginx settings to work on 443 outside container. |
With openssl I have output with "No client certificate CA names sent". |
You can configure for HTTPS without modifying nginx. |
Well, not sure how to do it with docker-composer..but that does not solve my problem.. |
I added a ssl example for docker-compose |
I just updatet my docker containers after I pulled from git, and restarted my containers but I just started to getting error from browser
PR_END_OF_FILE_ERROR
So I've login into redmine container and tryed curl on localhost and this is result.
I tryed update, and upgrade packages in container, rebuild containers, also reinstall ca-cert package, but nothing worked.
The text was updated successfully, but these errors were encountered: