Im trying to capture SSL traffic from an application where i dont own the source code, but im forced to use it currently. Since i would love to see what its actually submitting to the webserver, i installed fiddler to capture the ssl traffic. However i quickly realized, that its not that easy since the application is using python request libary, which ignores the windows certificate store. Is there any way to decrypt the traffic , even if the application wont check the windows application store and im unable to change the code of the application? OS im running the application on is Windows 10 if that matters.