I did some debugging. As you said, it is a TLS issue, but I am not sure what yet. When I point Wayfarer at the IP that Easy2Install attempts to connect to at https://217.160.0.114/ (found it via tcpdump on my router)
I get:
SSL Error loading 217.160.0.114
35: SSL connect error
But all other websites load fine. When trying to connect to https://217.160.0.114/ via curl from a more modern machine and telling it not to verify the TLS authenticity, this happens.
Code:
curl -ILkv https://217.160.0.114
* Trying 217.160.0.114:443...
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS alert, internal error (592):
* TLS connect error: error:0A000438:SSL routines::tlsv1 alert internal error
* closing connection #0
curl: (35) TLS connect error: error:0A000438:SSL routines::tlsv1 alert internal error
So the data would indicate that there is a TLS issues server side.
[ Edited by pipetogrep 07.04.2026 - 02:18 ]