RE: MSIE Connectivity

2001-03-01 Thread Bill Rebey
for me and my company. Any suggestions? -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 6:43 PM To: [EMAIL PROTECTED] Subject: Re: MSIE Connectivity Bill Rebey wrote: > > > How is it supposed to work? My Web ser

Re: MSIE Connectivity

2001-03-01 Thread Dr S N Henson
Bill Rebey wrote: > > > How is it supposed to work? My Web server is set up to be use the "Server" > mode of SSL (using SSL_set_accept_state and SSLv3_server_method()), and it's > trying to use anonymous SSL (DH, no certificates or private keys). The > cipher suite to use is specifically set v

Re: MSIE Connectivity

2001-03-01 Thread I_A-HetNet
--- Original Message - From: "Bill Rebey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, 01 March, 2001 19:57 Subject: MSIE Connectivity > I have a Web server written around OpenSSL. My own OpenSSL-based client > connects to my server just fine, and MSIE

MSIE Connectivity

2001-03-01 Thread Bill Rebey
I have a Web server written around OpenSSL. My own OpenSSL-based client connects to my server just fine, and MSIE connects fine without SSL, but when I try to use SSL from the browser (by specifying https://localhost/ as the URL Address), it won't negotiate a connection. Th