Hello, im new to stunnel 4.11 and I am currently having trouble creating ssl conncetions. My operating sysytem in Windows XP Home (SP2), I am running Stunnel not as a service and I do not have CERT nor chroot. I am trying to create a SSL tunnel from my pc (stunnel in client mode) to a SSL supporting proxy that does not spill my ip. Because I am using windows I have to edit the stunnel.conf file, its contense is displayed here:
client = yes cert=c:\stunnel\stunnel.pem
[http] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
[https] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
[ftp] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
After these values are estabolished an netstat -an shows Proto Local Address Foreign Address State TCP 127.0.0.1:3900 0.0.0.0:0 LISTENING
Can someone please help me?
Attachment:
Hi,
On Fri, 23 Sep 2005, Revelancefound@aol.com wrote:
client = yes cert=c:\stunnel\stunnel.pem
[http] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
[https] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
[ftp] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
After these values are estabolished an netstat -an shows Proto Local Address Foreign Address State TCP 127.0.0.1:3900 0.0.0.0:0 LISTENING
Seems to be working, doesn't it? Now what appears to be the problem? And if there's a problem please include the stunnel logging (right click on stunnel icon, log, copy, paste.
Jan
On Sunday 25 of September 2005 11:02, Jan Meijer wrote:
On Fri, 23 Sep 2005, Revelancefound@aol.com wrote:
client = yes cert=c:\stunnel\stunnel.pem
[http] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
[https] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
[ftp] accept = 127.0.0.1:3900 connect = 200.114.206.192:8080
After these values are estabolished an netstat -an shows Proto Local Address Foreign Address State TCP 127.0.0.1:3900 0.0.0.0:0 LISTENING
Seems to be working, doesn't it? Now what appears to be the problem? And if there's a problem please include the stunnel logging (right click on stunnel icon, log, copy, paste.
It's pretty useless to setup three services on the same port, anyway. 8-)
Best regards, Mike
On Sat, 24 Sep 2005, Michal Trojnara wrote:
Seems to be working, doesn't it? Now what appears to be the problem? And if there's a problem please include the stunnel logging (right click on stunnel icon, log, copy, paste.
It's pretty useless to setup three services on the same port, anyway. 8-)
Lesson 1. First *drink* coffee, then answer emails. Thanks Mike ;).
Jan