03-25-2023, 01:45 PM
(This post was last modified: 03-25-2023, 02:05 PM by Сергей Александрович.)
Good afternoon, Alexander. I'm trying to implement a secure connection on a CA application.
I did everything according to the manual https://www.atozed.com/intraweb/certmanager / .
SSLOptions .Port = 443,
CertFileName, KeyFileName, RootCertFileName – specified .
SA server starts without errors. The connection on port 80 is successful, but an error message is displayed when attempting a secure connection:
https://stk-b.ru / - not protected
NET::ERR_CERT_AUTORITY_INVALID
Maybe somewhere in the server parameters need to install something?
The browser shows an error : Invalid certificate
Common Name (CN) stk-b.ru
Organization (O) <Is not part of the certificate>
Department (OU) <Is not part of the certificate>
Common name (CN) (STAGING) Artificial Apricot R3
Organization (O) (STAGING) Let's Encrypt
Department (OU) <Is not part of the certificate>
Date of issue Saturday, March 25, 2023 at 16:36:39
Valid on Friday, June 23, 2023 at 16:36:38
I did everything according to the manual https://www.atozed.com/intraweb/certmanager / .
SSLOptions .Port = 443,
CertFileName, KeyFileName, RootCertFileName – specified .
SA server starts without errors. The connection on port 80 is successful, but an error message is displayed when attempting a secure connection:
https://stk-b.ru / - not protected
NET::ERR_CERT_AUTORITY_INVALID
Maybe somewhere in the server parameters need to install something?
The browser shows an error : Invalid certificate
Common Name (CN) stk-b.ru
Organization (O) <Is not part of the certificate>
Department (OU) <Is not part of the certificate>
Common name (CN) (STAGING) Artificial Apricot R3
Organization (O) (STAGING) Let's Encrypt
Department (OU) <Is not part of the certificate>
Date of issue Saturday, March 25, 2023 at 16:36:39
Valid on Friday, June 23, 2023 at 16:36:38

