Forum Discussion

qinwei's avatar
qinwei
Visitor
10 years ago

Error "javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated" on testrunner

I am using Ready API Pro, when I run my test and got error "javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated", I found a solution online to edit ready-api.bat to append "-Djsse.enableSNIExtension=false" after %JAVA_OPTS% so it works on ready-api. However it does not work for testrunner, I did the same  change for the testrunner.bat though. Any suggestions?