Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Bank of America
IN
Last activity: 8 Mar 2021 9:33 EST
Can not create secure socket - no protocols available
Hi
We are facing the issue while making the rest call by using the https in the endpoint url.
While same service is working fine if we are using only http in endpoint url.
We are getting the below error while making the rest call using the https .
com.pega.pegarules.pub.services.ConnectorException: Caught unhandled exception: com.pega.pegarules.pub.PRRuntimeException: Cannot create Secure Socket - no protocols available
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.handleFailure(RESTConnector.java:557) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.executeRequest(RESTConnector.java:2431) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.perform(RESTConnector.java:476) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.invoke(RESTConnector.java:292) ~[printegrint.jar:?]
at com.pega.pegarules.integration.config.internal.connect.PRConnectorFactory.invokeConnector(PRConnectorFactory.java:83) ~[printegrint.jar:?]
Hi
We are facing the issue while making the rest call by using the https in the endpoint url.
While same service is working fine if we are using only http in endpoint url.
We are getting the below error while making the rest call using the https .
com.pega.pegarules.pub.services.ConnectorException: Caught unhandled exception: com.pega.pegarules.pub.PRRuntimeException: Cannot create Secure Socket - no protocols available
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.handleFailure(RESTConnector.java:557) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.executeRequest(RESTConnector.java:2431) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.perform(RESTConnector.java:476) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.connect.rest.RESTConnector.invoke(RESTConnector.java:292) ~[printegrint.jar:?]
at com.pega.pegarules.integration.config.internal.connect.PRConnectorFactory.invokeConnector(PRConnectorFactory.java:83) ~[printegrint.jar:?]
at com.pega.pegarules.integration.engine.internal.util.PRConnectorUtilsPriv.invokeConnector(PRConnectorUtilsPriv.java:172) ~[printegrint.jar:?]
at com.pega.pegarules.session.internal.mgmt.Executable.invokeConnector(Executable.java:12099) ~[prprivate-session.jar:?]
at