You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get my wife setup so we can have a play and see if she likes it. :-)
I use zeroconf/bonjour instead of DNS for some of my servers in my homelab. It works as expected when using an IP address, but with a server.local I get a TLS error when trying to connect.
HandshakeException: Handshake error in client (OS ERROR:
WRONG_VERSION_NUMBER(tls_record.cc:231))
I'm guessing this is because it's failing to generate a TLS certificate for private TLD?
If so, might be good to add an exception for all the common TLDs for which a certificate can't be used for an automatically registered domain?
Hey,
Trying to get my wife setup so we can have a play and see if she likes it. :-)
I use zeroconf/bonjour instead of DNS for some of my servers in my homelab. It works as expected when using an IP address, but with a
server.local
I get a TLS error when trying to connect.I'm guessing this is because it's failing to generate a TLS certificate for private TLD?
If so, might be good to add an exception for all the common TLDs for which a certificate can't be used for an automatically registered domain?
eg. .intranet, .internal, .private, .corp, .home, .lan, .home.arpa, .home, .example, .test, and .invalid
Cheers,
Adam.
The text was updated successfully, but these errors were encountered: