[Again, please send your responses to the list.]
On Wed, Dec 12, 2007 at 06:18:58PM +0000, Mario Neè wrote:
On Wed, Dec 12, 2007 at 05:00:08PM +0000, Mario Neè wrote:
From: rodrigo@nul-unu.com 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
if i try to connect to 192.168.x.x:443 with firefox everything works, only with stunnel i get that error
Do you try to connect with http://192.168.x.x:443 or with https://192.168.x.x:443 (note the 's')?