[Please, respond to the list, not to the private mail of whoever answers you.]
On Wed, Dec 12, 2007 at 05:00:08PM +0000, Mario Neè wrote:
From: rodrigo@nul-unu.com On Wed, Dec 12, 2007 at 09:36:35AM +0000, Mario Neè wrote:
i'm trying to connect a stunnel client to the welcome page of Apache in Centos 5 (Fresh install with no changes to Apache conf).
command to create a client (on Feisty Fawn Ubuntu): sudo stunnel -c -d 1443 -r 192.168.x.x:443
This takes what is sent to local port 1443, encrypts it, and sends it like that to the remote 192.168.x.x:443 This means that the remote Apache needs to be listening on port 443 with ssl enabled there. Is this what you wanted?
yes it's what i want.
Ok. Then I'd guess the problem is that apache is not expecting SSL on port 443. Read up on how to enable it. I'd guess a good start is http://httpd.apache.org/docs/2.0/mod/mod_ssl.html