Re: http to https forward

2002-07-26 Thread Ian Miller
I hate to bring this up in this group but seeing that we are kind of on the topic .. Does anyone know the rewrite rule syntax for setting up a rewrite from a http://yourserver to https://yourserver request. Quoting Daniel Lopez [EMAIL PROTECTED]: Quoting David Iungerich [EMAIL

Re: Compilation problem using OpenSSL with STL

2002-07-26 Thread Federico Sauter
Hi Ed! There must be something wrong, since I am working with C++ also, using the STL and implementing templates on my own and have never got any of those errors. In the constructor of one of my classes I even use a STACK_OF() my own without any kind of trouble... Have you (succesfully)

Re: where can I find these include files?

2002-07-26 Thread Federico Sauter
Hi Chaozejun! Those files are the ones needed to perform a TCP/IP connection. They were inherited from the BSD implementation, so the API is quite portable. To perform such operations under Win2k you should include the winsock2.h file instead. It is of course not identical to the BSD