Menu

#5470 miniserv.pem certificates with numbered domains do not work

1.973
open
nobody
None
5
2021-03-22
2021-03-20
hansaplast
No

I generated a self signed certificate for my numbered domain ns01.logic-q.vpn

openssl req [CONFIG] -new -nodes -keyout [KEYFILE] -out [CSRFILE]
openssl ca -in [CSRFILE] -out [CERTFILE] -config [CONFIG] -days [DAYS]
cat [CERTFILE] [KEYFILE]  > miniserv.pem

Webmin fails..
Browser shows:

An error occurred during a connection to ns01.logic-q.vpn:10000. Cannot communicate securely with peer: no common encryption algorithm(s).

Error code: SSL_ERROR_NO_CYPHER_OVERLAP

When I remove the number from the domain name and generate a new cert, webmin works in browser.

Discussion

  • Jamie Cameron

    Jamie Cameron - 2021-03-21

    Did you generate this cert within Webmin, or using the openssl command?

     
    • hansaplast

      hansaplast - 2021-03-22

      Yes I did. I was also sleeping with eyes open. I pushed the cert to the wrong server. . .
      Sorry for the interruption Jamie.

       

Log in to post a comment.