2 Answers
- Newest
- Most votes
- Most comments
0
Hi,
Nginx has a specific way of implementing / using SSL certificates, which may lead to error like yours.
I'd recommend to read https://marcosantonocito.medium.com/steps-to-install-a-go-daddy-ssl-certificate-on-nginx-on-ubuntu-14-04-ff942b9fd7ff to understand the potential issues.
(You'll have to fix the TLS version in sample code to mach your version)
Best,
Didier
0
The error message "SSL routines:SSL3_READ_BYTES:sslv3 alert certificate unknown: SSL alert number 46" can occur for a number of reasons, including:
- The server doesn't trust the certificate used on the Virtual Directory Server
- The machine name in the certificate doesn't match the machine name used by the client
- The certificate is expired, invalid, or not trusted by one or more systems
Relevant content
- asked 9 months ago
- asked 2 years ago
- asked 2 years ago
