I have setup fiddler to decrypt HTTPS traffic in the usual way.
My java application successfully calls the web service without fiddler.
Once I set the proxy, and make calls, I get the following exception.
I have set the proxy in my spring boot application as follows:
System.setProperty("http.proxyHost", "127.0.0.1");
System.setProperty("https.proxyHost", "127.0.0.1");
System.setProperty("http.proxyPort", "8888");
System.setProperty("https.proxyPort", "8888");
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target