From 3b4f5154753b18d70188dd373e8ca7818826ceee Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 12 Nov 2006 22:13:38 +0000 Subject: Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are configured and STARTTLS fails. Only by omitting all of these options, fetchmail will try opportunistic TLS. svn path=/branches/BRANCH_6-3/; revision=4929 --- pop2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 8bfefb4c..fe00cd6c 100644 --- a/pop2.c +++ b/pop2.c @@ -63,7 +63,7 @@ static int pop2_getauth(int sock, struct query *ctl, char *buf) (void)buf; if (ctl->sslproto && !strcasecmp(ctl->sslproto, "tls1") && !ctl->use_ssl) { - report(stderr, GT_("POP2 does not support STARTTLS. Giving up.\n")); + report(stderr, GT_("POP2 does not support STLS. Giving up.\n")); return PS_SOCKET; } strlcpy(shroud, ctl->password, sizeof(shroud)); -- cgit v1.2.3