Welcome! Log In Create A New Profile

Advanced

Trouble with SSL connection and let's encrypt certificates

March 23, 2018 07:06PM
Hello there,

I'm running several websites with different domain names on a Debian 9 server and
have problems to have a connection on port 443 for some days.

Certificates are generated by let's encrypt and do the job on other services except
NginX, for example :
# openssl s_client -connect mailbox.fredlutaud.com:443 -showcerts
CONNECTED(00000003)
write:errno=0
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 176 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol : TLSv1.2
Cipher : 0000
Session-ID:
Session-ID-ctx:
Master-Key:
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1521844523
Timeout : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: no
---
# openssl s_client -connect mailbox.fredlutaud.com:993 -showcerts
CONNECTED(00000003)
depth=2 O = Digital Signature Trust Co., CN = DST Root CA X3
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = Let's Encrypt Authority X3
verify return:1
depth=0 CN = ns365710.ip-176-31-120.eu
verify return:1
---
Certificate chain
0 s:/CN=ns365710.ip-176-31-120.eu
i:/C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
-----BEGIN CERTIFICATE-----
MIIFFTCCA/2gAwIBAgISAz2exXicPgWK2nWjFrHdoj7UMA0GCSqGSIb3DQEBCwUA

[Blah…]

# netstat -antp | grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 16773/nginx: master
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 16773/nginx: master
tcp6 0 0 :::80 :::* LISTEN 16773/nginx: master
tcp6 0 0 :::443 :::* LISTEN 16773/nginx: mas

# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful

Do you have an idea to solve my problem ?

Thanks in advance,

Ph. Gras
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Trouble with SSL connection and let's encrypt certificates

ph.gras March 23, 2018 07:06PM

Re: Trouble with SSL connection and let's encrypt certificates

Maxim Dounin March 24, 2018 10:58AM

Re: [SOLVED] Trouble with SSL connection and let's encrypt certificates

ph.gras March 24, 2018 02:32PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 193
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready