如何解决nginx SSL错误?

How to solve nginx SSL error?

本问题已经有最佳答案,请猛点这里访问。

完成了以下步骤,但正如您所见,出现了以下错误:

openssl genrsa -out privkey.pem 2048

openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095

1
2
3
4
5
6
7
Country Name (2 letter code) [AU]:FR
State or Province Name (full name) [Some-State]:City: Roubaix
Locality Name (eg, city) []:NICE
Organization Name (eg, company) [Internet Widgits Pty Ltd]: Our team name
Organizational Unit Name (eg, section) []:IT
Common Name (e.g. server FQDN or YOUR name) []: mobileapp.ourdomain.com
Email Address []:My email

enter image description here


浏览器不信任自签名证书。 您必须提供由证书颁发机构签名的真实证书。

一个很好的解决方案是LetsEncrypt。 它是免费的,开放的,几乎所有现代浏览器都信任它们的证书。