https://aboutssl.org/quick-steps-fix-google-chrome-ssl-certificate-errors/
https://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-localhost-certificate/18602774
https://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-localhost-certificate
Your Connection in Not Private, with NET::ERR_CERT_AUTHORITY_INVALID
If the certificate authority of that website’s SSL Certificate is not valid or the website is using self-signed SSL certificate, then chrome will display error as “NET::ERR_CERT_AUTHORITY_INVALID”; As per CA/B forum rule, the certificate authority must be the member of CA/B forum and its source will also be inside chrome as trusted CA.
To solve this error, contact the website administrator and ask him to install SSL of a valid Certificate Authority.
On the site you want to add, right-click the red lock icon in the address bar:
Click the tab labeled Connection, then click Certificate Information
Click the Details tab, the click the button Copy to File.... This will open the Certificate Export Wizard, click Next to get to the Export File Format screen.
Choose DER encoded binary X.509 (.CER), click Next
Click Browse... and save the file to your computer. Name it something descriptive. Click Next, then click Finish.
Open Chrome settings, scroll to the bottom, and click Show advanced settings...
Under HTTPS/SSL, click Manage certificates...
Click the Trusted Root Certification Authorities tab, then click the Import... button. This opens the Certificate Import Wizard. Click Next to get to the File to Import screen.
Click Browse... and select the certificate file you saved earlier, then click Next.
Select Place all certificates in the following store. The selected store should be Trusted Root Certification Authorities. If it isn't, click Browse... and select it. Click Nextand Finish
Click Yes on the security warning.
Restart Chrome.
'디버깅' 카테고리의 다른 글
[C#] Remote Debugging (0) | 2018.10.15 |
---|---|
[WEB] NET::ERR_CERT_COMMON_NAME_INVALID (0) | 2018.03.13 |
[C/C++] 0x80004003 ADO application does not run on Windows Server 2008R2 (0) | 2017.06.05 |
[VC++] 프로그램 종료시 Windows 버전 호환성 오류창 뜨는 문제 (0) | 2016.12.28 |
[InstallShield] MsSQL 2008r2, 2012 Express 설치시 Freezing 문제 (0) | 2016.12.17 |