Andrews access https error, you can visit http, it might be a problem with nginx ssl certificate configuration

Encountered in the development react-native generation of android development environment and UAT visit http api can, but access to the production environment https on the error, there is a third party webhook api call your https site may also occur ssl handshake failure error

This problem may be due to your certificate, only a certificate, no certificate chain, you can check your domain ssl certificate is configured correctly by this URL: https://www.sslshopper.com/ssl-checker.html

General certificate contains only a certificate as follows:

 

The certificate chain contains more of:

 

 

 In nginx certificate in the certificate chain configuration with the configuration in fact the same

 

Download certificate chain, can be opened by your Firefox browser https URL, click on the small lock logo, view the certificate, you can download a certificate chain

 

reference:

https://www.jianshu.com/p/8d525696ce86

https://www.alibabacloud.com/help/zh/faq-detail/50239.htm

 

Guess you like

Origin www.cnblogs.com/xiaozhu39505/p/12027998.html