Hi, my domains are leadinka.com and crm.leadinka.com. Other sites on my web server with 'certbot' certificates are working correct.
A lot of years we used the certbot(0.28.0) and Let`s Encrypt certificates. Just now I have had an issue with this two certificates.
I am working with a root shell web server (Ubuntu, nginx/1.10.3)
I ran this commands:
'nginx -t' type 'syntax is correct'
'openssl rsa -modulus -in ./privkey.pem' and 'openssl x509 -modulus -in ./cert.pem' are equal
'openssl s_client -servername leadinka.com -connect leadinka.com:443 -showcerts' :
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = leadinka.com
verify return:1
But
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: RSA-PSS
Server Temp Key: X25519, 253 bits
All TLS Handshake Session Ticket arrived.
curl -I 'https://leadinka.com'
HTTP/1.1 200 OK
Server: nginx/1.10.3
Date: Fri, 15 Oct 2021 08:02:45 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Vary: Accept-Encoding
Set-Cookie: PHPSESSID=3qo6iajun8pfd2vau297vnvib2; path=/; HttpOnly
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: ****************************
lynx https://leadinka.com has opened
Check by site https://check-your-website.server-daten.de/?q=leadinka.com :
the certificate is correct. Page has opened.
Google Chrome, Mozilla FireFox and other don't open https://leadinka.com:
ERR_CONNECTION_CLOSED. Your connection is not private. Owner information of site is absent.
local machine:
openssl s_client -tls1 -connect leadinka.com:443 -state -debug
CONNECTED
SSL_connect: before connect initialization
write to 0x1316760 [0x2ca3ae3] (200 bytes => 200 (0xC8))
0000 - 16 03 01 00 c3 01 00 00-bf 03 01 7d d4 62 a7 d6 ...........}.b..
00c0 - 23 00 00 00 0f 00 01 01- #.......
SSL_connect:SSLv3 write client hello A
read from 0x1316760 [0x2c9f593] (5 bytes => 0 (0x0))
SSL_connect:failed in SSLv3 read server hello A
But, site of this web server
openssl s_client -ssl3 -connect proflead.org:443 -state -debug
CONNECTED(00000240)
SSL_connect:before/connect initialization
write to 0x13961b0 [0x1223b93] (149 bytes => 149 (0x95))
0080 - c0 08 00 16 00 13 00 10-00 0d c0 0d c0 03 00 0a ................
0090 - 00 ff 02 01 ....
0095 - <SPACES/NULS>
SSL_connect:SSLv3 write client hello A
read from 0x13961b0 [0x121f643] (5 bytes => 5 (0x5))
0000 - 15 03 00 00 02 .....
read from 0x13961b0 [0x121f648] (2 bytes => 2 (0x2))
0000 - 02 28 .(
What does it mean and what to do me?