I created a REST project in the SoapUI to test the googlemapsapi rest service (HTTPS). I configured the SoapUI to use the proxy settings to fiddler (localhost:8888). In fiddler, enabled the "Decrypt Https Traffic" option under Fiddler Tools -> Https
When i send the request, the handshake is successful. Below is the request and response headers:
Request Headers
CONNECT maps.googleapis.com:443 HTTP/1.1 Client User-Agent: Apache-HttpClient/4.1.1 (java1.5) Transport Connection: Keep-Alive Host: maps.googleapis.com
Response Headers
HTTP/1.1 200 Connection Established
Miscellaneous
FiddlerGateway: Direct StartTime: 15:45:06.462
Transport
Connection: close
After the handshake, no further request and response is happening.
Without the proxy, the handshake and request/response works fine.
Note: I followed the below links to add the certificate to the SoapUI certificate assert and key store with no luck.
http://qatesterblog.blogspot.com/2013/10/how-to-make-soapui-ssl-compatible.html
Log
tab? – EricLaw