Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: mydomainName:443
I ran this command:
in firefox : mydomainName:443
It produced this output: SSL_ERROR_NO_CYPHER_OVERLAP
I ran this command:
in cmd : openssl s_client -connect mydomainName:443 -servername mydomainName -msg
It produced this output:
CONNECTED(000001D8)
>>> TLS 1.0, RecordHeader [length 0005]
16 03 01 01 43
>>> TLS 1.3, Handshake [length 0143], ClientHello
01 00 01 3f 03 03 05 8b 9e 17 48 35 f5 40 2a a2
18 0d 9b fd c1 d0 e9 e3 92 dd cb f1 f7 f7 1d f0
c2 89 c1 5d 01 5b 20 8b f5 9f 49 b0 28 57 59 f6
56 c2 f2 79 5a 7d 2b 51 cc e1 a0 0b ee 56 53 92
cd a0 1b c5 1b 93 56 00 3e 13 02 13 03 13 01 c0
2c c0 30 00 9f cc a9 cc a8 cc aa c0 2b c0 2f 00
9e c0 24 c0 28 00 6b c0 23 c0 27 00 67 c0 0a c0
14 00 39 c0 09 c0 13 00 33 00 9d 00 9c 00 3d 00
3c 00 35 00 2f 00 ff 01 00 00 b8 00 00 00 1b 00
19 00 00 16 62 6f 72 6f 77 6b 61 63 68 61 6c 75
70 79 2e 64 75 63 6b 64 6e 73 00 0b 00 04 03 00
01 02 00 0a 00 16 00 14 00 1d 00 17 00 1e 00 19
00 18 01 00 01 01 01 02 01 03 01 04 00 23 00 00
00 16 00 00 00 17 00 00 00 0d 00 2a 00 28 04 03
05 03 06 03 08 07 08 08 08 09 08 0a 08 0b 08 04
08 05 08 06 04 01 05 01 06 01 03 03 03 01 03 02
04 02 05 02 06 02 00 2b 00 09 08 03 04 03 03 03
02 03 01 00 2d 00 02 01 01 00 33 00 26 00 24 00
1d 00 20 e8 fa ca a1 e2 3a 39 86 eb 8e c7 f2 ac
9d 72 5e 12 8a 74 26 a9 92 de de e0 97 c1 2b 0c
73 26 74
<<< TLS 1.2, RecordHeader [length 0005]
15 03 03 00 02
<<< TLS 1.3, Alert [length 0002], fatal handshake_failure
02 28
145E0000:error:0A000410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:ssl\record\rec_layer_s3.c:1586:SSL alert number 40
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 328 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
My web server is (include version): QtHttpServer api (uses openssl 3.0.11 19 Sep 2023)
The operating system my web server runs on is (include version 22H2): Windows 11 pro
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know): No
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.6.0
My QtHttpserver app api runs successfull when using port 80.
I try to fix my ssl connection over two monthes and at this point I do not know if it is server or certificate problem????
Look here: QHttpServer, api, https, openssl, LetsEncrypt, sslv3 alert handshake failure-alert number 40 | Qt Forum
Thanks in advance