Re: Open SSL server side in Windows

2001-04-04 Thread Tat Sing Kong
Filipe, I have successfully implemented some opensSSL with Windows NT. The problem you are describing could be due to: 1) The client rejecting the server cert because it does not trust it. 2) The server not sending the client a list of recommended CA's 3) The server cert not having the same na

Open SSL server side in Windows

2001-04-04 Thread Filipe Contente
Hi!! I'm trying to implement a Open SSL server in windows with c++, and i'm with problems when i try to get te client certificate!! Does anyone have already implement a server side in Windows??? All the examples i saw was in Linux, i've never heard of one example that works with Windows. The Cl