How can I dump and decrypt HTTPS traffic from the command line under linux?
I have a web application that I need to debug because I suspect that the
request send is altered on its way to the server.
I want to dump the HTTPS traffic received on port localhost:443 and
decrypt it so I can check the packages.
Obviously I do have the private hey from the server.
Is there a way to do this from the command line?
No comments:
Post a Comment