I'm trying to set up wireshark debugging of ssl traffic by following this article:
http://www.webos-internals.org/wiki/Decrypt_SSL_(trusted_man-in-the-middle_t echnique)
It lists following stunnel commands to do the job:
Listen on local IP and de-SSL traffic to localhost:8080
sudo stunnel -p ps.pem -d 443 -r 8080
Listen on 8080, re-SSL to remote server on 443
sudo stunnel -c -d 8080 -r ps.palmws.com:443
The article seems outdated, and stunnel does not react on these commands anymore.
Can anyone provide me with a proper configuration file to do the same?
Howdy Arsen! (Is that your real name? I must say it is a strange name for sure. But to each his own, dude.) :)
Arsen Zahray wrote:
I'm trying to set up wireshark debugging of ssl traffic by following this article:
Where exactly did you follow it to? Hee hee. Get it?
http://www.webos-internals.org/wiki/Decrypt_SSL_(trusted_man-in-the-middle_t echnique)
I couldn't find this site. Is there a typo booboo here?
It lists following stunnel commands to do the job:
Listen on local IP and de-SSL traffic to localhost:8080
I'll check my notes, but I can't remember "de-SSL" being a command. Then again, I am getting a little older and my brain a little slower. So who knows for sure!
sudo stunnel -p ps.pem -d 443 -r 8080
I am 99.9% sure that "443" was never a stunnel command.
Listen on 8080, re-SSL to remote server on 443
For this one try substituting "at" for "on". That might work. Did you read the amnual?
sudo stunnel -c -d 8080 -r ps.palmws.com:443
You really need to double-check this one.
The article seems outdated, and stunnel does not react on these commands anymore.
I'm not sure stunnel ever reacted on these commands. Did you test it with an old build?
Can anyone provide me with a proper configuration file to do the same?
Define "configuration file" exactly. I want to make sure we are on the same page. :)
Another fake? On Nov 11, 2012 3:25 AM, "Michal Trojnara" menkaur@gmail.com wrote:
Howdy Arsen! (Is that your real name? I must say it is a strange name for sure. But to each his own, dude.) :)
Arsen Zahray wrote:
I'm trying to set up wireshark debugging of ssl traffic by following this article:
Where exactly did you follow it to? Hee hee. Get it?
http://www.webos-internals.org/wiki/Decrypt_SSL_(trusted_man-in-the-middle_t
echnique)
I couldn't find this site. Is there a typo booboo here?
It lists following stunnel commands to do the job:
Listen on local IP and de-SSL traffic to localhost:8080
I'll check my notes, but I can't remember "de-SSL" being a command. Then again, I am getting a little older and my brain a little slower. So who knows for sure!
sudo stunnel -p ps.pem -d 443 -r 8080
I am 99.9% sure that "443" was never a stunnel command.
Listen on 8080, re-SSL to remote server on 443
For this one try substituting "at" for "on". That might work. Did you read the amnual?
sudo stunnel -c -d 8080 -r ps.palmws.com:443
You really need to double-check this one.
The article seems outdated, and stunnel does not react on these commands anymore.
I'm not sure stunnel ever reacted on these commands. Did you test it with an old build?
Can anyone provide me with a proper configuration file to do the same?
Define "configuration file" exactly. I want to make sure we are on the same page. :)
stunnel-users mailing list stunnel-users@stunnel.org https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users