| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Linux Debian 13 |
| Virtualmin version | 2.620 |
Hi,
i’ve installed webmin as usual (i’ve made more than 100 installation without any issues).
I tried to setup the SSL cryptography with my own certificate.
Thus i set up the key with my cert private key and the cert with my certificate.
But when restarted i got error: SSL_ERROR_NO_CYPHER_OVERLAP
On the same server i have another application, kanboard which i setup with its own certificate without any issue. It work well, and it was recognized by my browser.
I suspect the error in webmin could be caused by the SHA512 signature algorithm used? may that be possible?
~# openssl s_client -connect bhaal.net.enedwaith.org:10000
Connecting to 192.168.1.105
CONNECTED(00000003)
407771DD8E750000:error:0A000410:SSL routines:ssl3_read_bytes:ssl/tls alert handshake failure:../ssl/record/rec_layer_s3.c:916:SSL alert number 40no peer certificate available
No client certificate CA names sent
Negotiated TLS1.3 group:SSL handshake has read 7 bytes and written 1565 bytes
Verification: OKNew, (NONE), Cipher is (NONE)
Protocol: TLSv1.3
This TLS version forbids renegotiation.
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)~# sslscan --show-certificate --show ciphers :10000
Version: 2.1.5
OpenSSL 3.5.4 30 Sep 2025Connected to 192.168.1.105
Testing SSL server on port 10000 using SNI name bhaal.net.enedwaith.org
SSL/TLS Protocols:
SSLv2 disabled
SSLv3 disabled
TLSv1.0 disabled
TLSv1.1 disabled
TLSv1.2 disabled
TLSv1.3 disabledTLS Fallback SCSV:
Connection failed - unable to determine TLS Fallback SCSV supportTLS renegotiation:
Session renegotiation not supportedTLS Compression:
Compression disabledHeartbleed:
Supported Server Cipher(s):
Unable to parse certificate
Unable to parse certificate
Unable to parse certificate
Unable to parse certificate
Certificate information cannot be retrieved.
Kind regards