Re: Problem with s_client on WinNT

1999-06-22 Thread Anonymous
Hi, well, I didn't tell everything... If I do a 'openssl s_client -connect localhost:443' on a UNIX machine where no SSL-server is running I get a 'connection refused' (which is okay, obviously). The same a the Windows NT host brings this 'bad file descriptor' (so in my opinion the client did no

Re: Problem with s_client on WinNT

1999-06-19 Thread Anonymous
Martin Glas <[EMAIL PROTECTED]>: > I have a problem with openssl-0.9.[0123] on WinNT 4.0 SP3. > I compiled it using VC-6 (and also mingw32) [...] cannot connect to > a SSL server properly (neither using 'openssl s_client -connect...' > nor doing a request from the Net:SSLeay package). I get the

Problem with s_client on WinNT

1999-06-18 Thread Anonymous
Hi, I have a problem with openssl-0.9.[0123] on WinNT 4.0 SP3. I compiled it using VC-6 (and also mingw32) and so far there were no problems. I even managed to compile and install the Net:SSLeay package for Perl. However, I cannot connect to a SSL server properly (neither using 'openssl s_client