Hi.

Am Freitag, den 13.07.2018, 10:08 -0400 schrieb bruce:
> Hi.
> 
> Trying to wrap my head around what I need to setup on a test system
> to
> be able to capture/view (in a file or via app output) the https
> traffic. My use case I have a test app talking to a remote server on
> "https" and I want to be able to see what the traffic flow is in
> terms
> of get/post cmds...

Are you trying to reverse enginiier an application? That's nasty, bad
boy. ;-)

To answer your question. Squid can do this for you. You can make it
decrypt the data end encrypt it with a certificate issued by yourself.
AFAIK you should even be able to let squid log what happens on the
https connection.

It should also be possible to use Apache as a reverse proxy to do the
same. Probably even without the need to encrypt the connection on "your
side".

I was never in need to do this myself, but I think I remember docs
telling about the possibility to "abuse" both services for this case.

Remember to import your cert, or CA into the test app, otherwise it
should complain and deny using the connection.

Regards,
Dirk

-- 
Dirk Gottschalk
Paulusstrasse 6-8
52064 Aachen
Tel.: +49 1573 1152350

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/KX22XXVIBISDOQBLDWBG4B63QKUX2IIC/

Reply via email to