Forum Discussion
gogonutsss
10 years agoNew Contributor
Can anyone help on this?
Issued new soapUI cacert file under /security folder, based on the downloaded the certificate.
Modified soapUI.sh file to add these two lines:
if [ $SOAPUI_HOME != "" ] then ... JAVA_OPTS="$JAVA_OPTS -Dcom.sun.net.ssl.checkRevocation=false" JAVA_OPTS="$JAVA_OPTS -Djsse.enableSNIExtension=false"
Restarted soapUI.
Configured the Proxy Settings of soapUI.
But I again when I send a request I get a response that says that the IP (where I send the request) does not match the alias that the cacert file has:
Tue Jan 05 16:57:08 EET 2016:ERROR:An error occurred [hostname in certificate didn't match: <xx.xx.xx.xx> != <astringname>], see error log for details
Any idea???