Hello Everyone,
 
I am using stunnel-3.19 and am trying to forward port 12345 on my local machine to a URL that has the following syntax:
 
http://TestBox1:7201/sourceApp/Calculate.do?type=sf
 
I am not sure how to set the stunnel up in this instance, but have failed with the following command:
 
stunnel -c -d localhost:12345 -r TestBox:7201
 
Can someone please shed some light on my plight!
 
Thanks!