SOAP WS without SSL shows Unrecognized SSL message, plaintext connection

I am trying to create a SOAP request, which is not HTTPS. I have selected SOAP and on Test Request am getting the following error. Please let me know how to fix this?

Unable to send request (Root cause: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?)

at com.kms.katalon.core.keyword.internal.KeywordMain.stepFailed(KeywordMain.groovy:36)

at com.kms.katalon.core.keyword.internal.KeywordMain.stepFailed(KeywordMain.groovy)

at com.kms.katalon.core.keyword.internal.KeywordMain.runKeyword(KeywordMain.groovy:56)

at com.kms.katalon.core.webservice.keyword.builtin.SendRequestKeyword.sendRequest(SendRequestKeyword.groovy:43)

at com.kms.katalon.core.webservice.keyword.builtin.SendRequestKeyword.execute(SendRequestKeyword.groovy:38)

at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:53)

at com.kms.katalon.core.webservice.keyword.WSBuiltInKeywords.sendRequest(WSBuiltInKeywords.groovy:40)

at com.kms.katalon.core.webservice.keyword.WSBuiltInKeywords$sendRequest.call(Unknown Source)

at Script1523448056705.run(Script1523448056705.groovy:35)

at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:183)

at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:108)

at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:291)

at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:282)

at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:261)

at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:253)

at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:201)

at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:74)

at com.kms.katalon.core.main.TestCaseMain$runTestCase$0.call(Unknown Source)

at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)

at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)

at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:141)

at TempTestCase1523519683447.run(TempTestCase1523519683447.groovy:21)

at groovy.lang.GroovyShell.runScriptOrMainOrTestOrRunnable(GroovyShell.java:263)

at groovy.lang.GroovyShell.run(GroovyShell.java:518)

at groovy.lang.GroovyShell.run(GroovyShell.java:507)

at groovy.ui.GroovyMain.processOnce(GroovyMain.java:653)

at groovy.ui.GroovyMain.run(GroovyMain.java:384)

at groovy.ui.GroovyMain.process(GroovyMain.java:370)

at groovy.ui.GroovyMain.processArgs(GroovyMain.java:129)

at groovy.ui.GroovyMain.main(GroovyMain.java:109)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:109)

at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:131)

Please find the attached Image. Please help

Katalon_Bug.png

I found some solution for the issue here https://stackoverflow.com/questions/6532273/unrecognized-ssl-message-plaintext-connection-exception.
Could you please double check to ensure all the info are correct?

Trong Bui said:

I found some solution for the issue here java - Unrecognized SSL message, plaintext connection? Exception - Stack Overflow.
Could you please double check to ensure all the info are correct?

Thank you Trong. But the information is correct. I might try setting up -Dhttps.protocols=“TLSv1” and will try

Does anyone have solution for this? I even tried the 5.4 version and still its the same. Any tutorial of guidelines i could use?

Is there any proxy configuration from your side?

Vinh Nguyen said:

Is there any proxy configuration from your side?

None!!!

Hi @ASD

Can you please help me in this as i am also facing same issue while running my Rest API .
Please let me what i need to do so that it can run properly and i get the response .