Hello.

I want to use OpenSSL in my c++ server program for this szenario:

SSL server on port 4433 (https://localhost:4433/web)
normal http server an port 54444 (http://localhost:54444/web)

If someone wants to connect to port 54444, this connection should be with http.
If someone wants to use a https instead, https://localhost:4433/web should be 
used.

I can't open a new external port from my c++ server for the https connection.
So OpenSSL should open an external SSL connection (4433) and an internal 
connection from https://localhost:4433 to http://localhost:54444.
Is it possible?
I couldn't found anything for my understanding.


Thanks for all help.
-- 
GMX Kostenlose Spiele: Einfach online spielen und Spaß haben mit Pastry Passion!
http://games.entertainment.gmx.net/de/entertainment/games/free/puzzle/6169196
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to