try:
Hi,
I'm trying to use stunnel for the first time (on Mac OS X 10.5), and I'm not having much luck.
First of all, I downloaded the source and installed stunnel successfully. I then setup a config file as follows (where myhost is the host i am connecting to):
client=yes verify=0 [psuedo-https] accept=1515 connect=myhost:443 TIMEOUTclose = 0
Then, I run the following on the command line: /usr/local/bin/stunnel ./stunnel.config
It appears that stunnel runs without error, and if I do 'ps aux |
grep
stunnel' there are 4 stunnel processes running.
Then, as a test, I try to connect to port 1515 from my web browser by visiting https://localhost:1515, but it just hangs there... nothing.
Any suggestions?
Thanks!
Ian _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users
Still just hangs...
I tried to telnet into por 1515 and I get a connection... so it must be listening, but it doesn't seem to be connecting through to the remote host. I'm able to connect just fine to the remote host when not going through stunnel.
Ian On Sep 9, 2008, at 5:57 PM, Jilin Zhang wrote:
try:
Hi,
I'm trying to use stunnel for the first time (on Mac OS X 10.5), and I'm not having much luck.
First of all, I downloaded the source and installed stunnel successfully. I then setup a config file as follows (where myhost is the host i am connecting to):
client=yes verify=0 [psuedo-https] accept=1515 connect=myhost:443 TIMEOUTclose = 0
Then, I run the following on the command line: /usr/local/bin/stunnel ./stunnel.config
It appears that stunnel runs without error, and if I do 'ps aux |
grep
stunnel' there are 4 stunnel processes running.
Then, as a test, I try to connect to port 1515 from my web browser by visiting https://localhost:1515, but it just hangs there... nothing.
Any suggestions?
Thanks!
Ian _______________________________________________ stunnel-users mailing list stunnel-users@mirt.net http://stunnel.mirt.net/mailman/listinfo/stunnel-users