--- ii.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ii.c b/ii.c index 8ec009e..253e302 100644 --- a/ii.c +++ b/ii.c _AT_@ -444,6 +444,7 @@ tcpopen(conn *ircfd, const char *host, const char *service) ERR_print_errors_fp(stderr); ircfd->sslHandle = SSL_new(ircfd->sslContext); if (!SSL_set_fd(ircfd->sslHandle, ircfd->irc) || + !SSL_set_tlsext_host_name(ircfd->sslHandle, host) || (SSL_connect(ircfd->sslHandle) != 1)) ERR_print_errors_fp(stderr); } -- 2.49.1Received on Mon Sep 08 2025 - 20:54:43 CEST
This archive was generated by hypermail 2.3.0 : Mon Sep 08 2025 - 21:00:38 CEST