wget/wget-1.20.3-bz1475861-ftp-verifcerterr-hadling.patch
Troy Dawson e467b10060 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/wget#6c7ea8d76ff077aa0734516127a349a9c8fa7bb1
2020-10-15 13:43:03 -07:00

13 lines
620 B
Diff

diff --git a/src/ftp.c b/src/ftp.c
index 03d7deb..94dc55f 100644
--- a/src/ftp.c
+++ b/src/ftp.c
@@ -1974,6 +1974,7 @@ ftp_loop_internal (struct url *u, struct url *original_url, struct fileinfo *f,
case HOSTERR: case CONIMPOSSIBLE: case FWRITEERR: case FOPENERR:
case FTPNSFOD: case FTPLOGINC: case FTPNOPASV: case FTPNOAUTH: case FTPNOPBSZ: case FTPNOPROT:
case UNLINKERR: case WARC_TMP_FWRITEERR: case CONSSLERR: case CONTNOTSUPPORTED:
+ case VERIFCERTERR:
#ifdef HAVE_SSL
if (err == FTPNOAUTH)
logputs (LOG_NOTQUIET, "Server does not support AUTH TLS.\n");