[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Patch for SSL warning
From: |
Thomas E. Dickey |
Subject: |
Re: lynx-dev Patch for SSL warning |
Date: |
Mon, 18 Nov 2002 05:19:44 -0500 (EST) |
On Mon, 18 Nov 2002, Gisle Vanem wrote:
> --- ./orig/www/library/implementation/http.c Mon Oct 7 00:43:28 2002
> +++ ./www/library/implementation/http.c Mon Nov 18 08:44:12 2002
> @@ -71,7 +71,12 @@
> #ifdef USE_SSL
> PUBLIC SSL_CTX * ssl_ctx = NULL; /* SSL ctx */
> PUBLIC SSL * SSL_handle = NULL;
> -PUBLIC int ssl_okay;
> +PUBLIC BOOL ssl_ignore_cert_error = TRUE;
whether it is configurable or not, specifying the default as "ignore" will
make matters only worse, as someone pointed out.
--
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev Patch for SSL warning, Gisle Vanem, 2002/11/18
- Re: lynx-dev Patch for SSL warning, Leonid Pauzner, 2002/11/18
- Re: lynx-dev Patch for SSL warning,
Thomas E. Dickey <=
- Re: lynx-dev Patch for SSL warning, Gisle Vanem, 2002/11/18
- Re: lynx-dev Patch for SSL warning, Thomas E. Dickey, 2002/11/18
- lynx-dev dev.10 progress, Leonid Pauzner, 2002/11/18
- Re: lynx-dev dev.10 progress, Leonid Pauzner, 2002/11/18
- Re: lynx-dev dev.10 progress, Leonid Pauzner, 2002/11/18
- Re: lynx-dev dev.10 progress, Leonid Pauzner, 2002/11/19
- Re: lynx-dev dev.10 progress, Thomas E. Dickey, 2002/11/19
- Re: lynx-dev dev.10 progress, Leonid Pauzner, 2002/11/19
- Re: lynx-dev dev.10 progress, Thomas E. Dickey, 2002/11/19
- Re: lynx-dev dev.10 progress, Thomas Dickey, 2002/11/19