ContributionsMost RecentMost LikesSolutionsRe: SoapUI 4.5.1 - 2 way SSL handshake doesn't workHi /Ole I checked in the latest nightly build and the problem still exists I also emailed logs to the support email and also cc'ed Robert Thanks AbhinavRe: SoapUI 4.5.1 - 2 way SSL handshake doesn't work/Ole I was on soapUI 4.0.0 and yes 1.7 jre doesn't work too -AbhinavRe: ver4.5.1 - Script library throws Nullpointer exceptionHi /Ole Thanks, I already sent the script library to your support and Robert may be looking into the issue AbhinavRe: SoapUI 4.5.1 - 2 way SSL handshake doesn't workNow we know that problem still exists, what is the ETA for the fix ? -AbhinavRe: ver4.5.1 - Script library throws Nullpointer exceptionYes /Ole this worked completely fine with all previous versions. We have this library being used by different teams in our company AbhinavRe: ver4.5.1 - Script library throws Nullpointer exception/Ole Yes thats right I'm getting NPE from inside of library May be some classes we are using our library might have deprecated in 4.5? Its basically hard to debug these kinda issues Will it help if I forward you library? Thanks AbhinavRe: SoapUI 4.5.1 - 2 way SSL handshake doesn't work/Ole I'm on 1.6 JRE, do you want me to use specific JRE? Thanks Abhinavver4.5.1 - Script library throws Nullpointer exceptionHi /Ole My loadscript is def config = new SoapUIConfiguration(project, log) config.load(context, log) And i point my script library to local groovy location. I get Nullpointer Exception Let me know If i should be forwarding you my script library so it can help you debug the issue? - AbhinavSoapUI 4.5.1 - 2 way SSL handshake doesn't workHi /Ole I see that 2 Way SSL handshake with .p12 ssl certificate Logs from soapui 4.5.1 Wed Aug 01 15:40:32 PDT 2012:DEBUG:Attempt 1 to execute request Wed Aug 01 15:40:32 PDT 2012:DEBUG:Sending request: GET /draugen/v1/entity/movie/cosmo/1243237?reply=xml HTTP/1.1 Wed Aug 01 15:40:32 PDT 2012:DEBUG:I/O error closing connection javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at sun.security.ssl.SSLSocketImpl.checkEOF(Unknown Source) at sun.security.ssl.SSLSocketImpl.checkWrite(Unknown Source) at sun.security.ssl.AppOutputStream.write(Unknown Source) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:131) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:138) at org.apache.http.impl.conn.LoggingSessionOutputBuffer.flush(LoggingSessionOutputBuffer.java:95) at org.apache.http.impl.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:270) at org.apache.http.impl.SocketHttpClientConnection.close(SocketHttpClientConnection.java:245) at org.apache.http.impl.conn.DefaultClientConnection.close(DefaultClientConnection.java:164) at org.apache.http.impl.conn.AbstractPooledConnAdapter.close(AbstractPooledConnAdapter.java:152) at org.apache.http.protocol.HttpRequestExecutor.closeConnection(HttpRequestExecutor.java:142) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:129) at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:633) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:454) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754) at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$Helper.execute(HttpClientSupport.java:236) at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.execute(HttpClientSupport.java:345) at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:241) at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure at sun.security.ssl.Alerts.getSSLException(Unknown Source) at sun.security.ssl.Alerts.getSSLException(Unknown Source) at sun.security.ssl.SSLSocketImpl.recvAlert(Unknown Source) at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source) at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source) at sun.security.ssl.AppOutputStream.write(Unknown Source) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flushBuffer(AbstractSessionOutputBuffer.java:131) at org.apache.http.impl.io.AbstractSessionOutputBuffer.flush(AbstractSessionOutputBuffer.java:138) at org.apache.http.impl.conn.LoggingSessionOutputBuffer.flush(LoggingSessionOutputBuffer.java:95) at org.apache.http.impl.AbstractHttpClientConnection.doFlush(AbstractHttpClientConnection.java:270) at org.apache.http.impl.AbstractHttpClientConnection.flush(AbstractHttpClientConnection.java:275) at org.apache.http.impl.conn.AbstractClientConnAdapter.flush(AbstractClientConnAdapter.java:197) at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:258) at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport$SoapUIHttpRequestExecutor.doSendRequest(HttpClientSupport.java:113) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123) ... 14 more Wed Aug 01 15:40:32 PDT 2012:DEBUG:Closing the connection. Wed Aug 01 15:40:32 PDT 2012:DEBUG:Connection closed Wed Aug 01 15:40:32 PDT 2012:DEBUG:Connection shut down Wed Aug 01 15:40:32 PDT 2012:ERROR:Exception in request: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure Wed Aug 01 15:40:32 PDT 2012:ERROR:An error occured [Received fatal alert: handshake_failure], see error log for details Wed Aug 01 15:40:32 PDT 2012:INFO:Error getting response for [Draugen.Movie:Movie - Request 1]; javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure I thought this was fixed, but looks like isn't -AbhinavRe: How to call rest web service using groovy script in Soap UIThe question why do you want to send HTTP request via Groovy but not REST/HTTP step? Is there a specific reason?