Issue: When add a socket port for inbound direction by setting SSL enabled configuration, the port is not coming in listening mode. While the same configuration is working on another environment.
Assertion: ExtensibleSocketConnectorAssertion-1.0.0
From the ssg log, there is "missing provider" error,
WARNING 50 com.l7tech.external.assertions.extensiblesocketconnectorassertion.server.SocketConnectorManager: Error starting connector: java.lang.IllegalArgumentException: missing provider
Check the system.properties file, there is a line,
com.l7tech.common.security.jceProviderEngineName=bc
This property will replace the default java provider and the ExtensibleSocketConnector Assertion has problem to work with "Bouncy Castle" provider.
Release : 9.4
Component : API GATEWAY
Comment out the line of com.l7tech.common.security.jceProviderEngineName in system.properties file and restart the gateway on all the nodes.