Home > other >  Help!!!!!! Ginx configure SSL certificates expire after replacement is still the original certificat
Help!!!!!! Ginx configure SSL certificates expire after replacement is still the original certificat

Time:12-30



Basic environment:

Windows 2008 R2 OS

Nginx is version 1.18

Problem description:

1, is to replace 2 times before, all is normal,

2, this time is still before operation, replacement certificate, restart nginx, local access server url display is a new certificate, but the network access domain display is still the old (hint expired) certificate,

3, the following content is nginx configuration:


Server {

Listen 443 SSL;

Server_name WWW. * * * * * *. Cn.



root html;

The index index. HTML index. HTM;

Ssl_certificate D:/SSS/nginx/nginx - 1.18.0/cert/WWW. * * *. Pem.

Ssl_certificate_key D:/SSS/nginx/nginx - 1.18.0/cert/WWW. * * *. The key;



# ssl_session_cache Shared: SSL: 1 m;

ssl_session_timeout 5m;

Ssl_ciphers ECDHE - RSA - either AES128 - GCM - SHA256: ECDHE: ECDH: AES: HIGH:! NULL:! aNULL:! MD5:! ADH:! RC4.

Ssl_protocols TLSv1 TLSv1.1 TLSv1.2;

# ssl_ciphers HIGH:! aNULL:! MD5;

ssl_prefer_server_ciphers on;

The set $PAGEADDRESS "D: \ shiyue \ page";

The set $DESKTOPADDRESS "D: \ \ page \ desktop SSS";

The include./conf/conf/*. Conf.

# the location/{

# root HTML;

# index index. HTML index. HTM;

#}

}
  • Related