Daniel,
If you have an https web server, do you really need stunnel to connect to it? Most likely you don't. If you want to do GETs and POSTs you can do it with curl. You don't need stunnel in the middle.
If your stunnel is listening in port 3600 in client mode it expects a clear text connection, not an SSL one. That is, you should do http://localhost:3600/whatever, not https://localhost:3600/what ever. Try with verify=0 in the stunnel.conf to see if you get a connection.
Regards,
Jose -----Original Message----- From: "Daniel Pierce" [email protected] Sender: [email protected] Date: Fri, 8 Jul 2011 22:16:24 To: [email protected] Subject: [stunnel-users] Windows 7 connection to HTTPS server
_______________________________________________ stunnel-users mailing list [email protected] http://stunnel.mirt.net/mailman/listinfo/stunnel-users