From: Willem Toorop Date: Wed, 3 Apr 2019 10:41:14 +0000 (+0200) Subject: Report XoT failure as XoT failure, not https X-Git-Tag: release-1.9.2rc1~22^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92121f7878c892420c1751f535e649aab0a6eb5c;p=thirdparty%2Funbound.git Report XoT failure as XoT failure, not https --- diff --git a/services/outside_network.c b/services/outside_network.c index e687e405e..53b0e7839 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -2310,7 +2310,7 @@ outnet_comm_point_for_tcp(struct outside_network* outnet, if(ssl) { cp->ssl = outgoing_ssl_fd(outnet->sslctx, fd); if(!cp->ssl) { - log_err("cannot setup https"); + log_err("cannot setup XoT"); comm_point_delete(cp); return NULL; } @@ -2318,7 +2318,7 @@ outnet_comm_point_for_tcp(struct outside_network* outnet, comm_point_tcp_win_bio_cb(cp, cp->ssl); #endif cp->ssl_shake_state = comm_ssl_shake_write; - /* https verification */ + /* XoT verification */ #ifdef HAVE_SSL_SET1_HOST if((SSL_CTX_get_verify_mode(outnet->sslctx)&SSL_VERIFY_PEER)) { /* because we set SSL_VERIFY_PEER, in netevent in