Thanks. Pretty much confirm what I thought. The OPENSSL API is so rich and I havn't touch it (web server) in a while, I figured it wouldn't hurt to ask.
Beating a dead horse. :-) Thanks again. --- Hector On 3/13/06 9:46 AM, Ted wrote: > I don't think you can use SSL make multiple (virtual) servers work on > one IP-Address and Port. Virtual Servers work with a HTTP 1.1 Header > fierld (the "Host:"-Header) whereas SSL Handshake takes place before any > HTTP headers are exchanged. So the server has no way to decide which > certificate to present during SSL handshake and the browser will > complain (and typically won't even start to send the HTTP headers) if > the server sends the wrong one. > > I think it should work if you can bind the virtual servers to different > ports, though I have not tried this myself. Using different IP-Addresses > for the virtual servers should be no problem, I have done this multiple > times using IIS. > > Hope it helps. > Ted > ;) ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
