mirror of
https://github.com/mirror/wget.git
synced 2025-01-06 02:10:28 +08:00
[svn] Applied Christian Fraenkel's patch from <3BAF5B30.189077D6@gmx.net>.
Print SSL errors when connecting fails.
This commit is contained in:
parent
d60b54cba0
commit
ac74e16638
@ -1,3 +1,8 @@
|
|||||||
|
2001-09-29 Christian Fraenkel <c.fraenkel@gmx.net>
|
||||||
|
|
||||||
|
* http.c (gethttp): print debug output for errors occuring during
|
||||||
|
the ssl handshake.
|
||||||
|
|
||||||
2001-11-16 Chris Seawood <cls@seawood.org>
|
2001-11-16 Chris Seawood <cls@seawood.org>
|
||||||
|
|
||||||
* init.c: Ditto.
|
* init.c: Ditto.
|
||||||
|
@ -661,6 +661,7 @@ gethttp (struct urlinfo *u, struct http_stat *hs, int *dt)
|
|||||||
{
|
{
|
||||||
logputs (LOG_VERBOSE, "\n");
|
logputs (LOG_VERBOSE, "\n");
|
||||||
logprintf (LOG_NOTQUIET, _("Unable to establish SSL connection.\n"));
|
logprintf (LOG_NOTQUIET, _("Unable to establish SSL connection.\n"));
|
||||||
|
ssl_printerrors ();
|
||||||
CLOSE (sock);
|
CLOSE (sock);
|
||||||
return CONSSLERR;
|
return CONSSLERR;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user