We are getting below exception even after adding HTTPTargetConnection to disable client ssl authentication like below
<HTTPTargetConnection>
<SSLInfo>
<Ciphers/>
<ClientAuthEnabled>false</ClientAuthEnabled>
<Enabled>true</Enabled>
<KeyStore/>
<KeyAlias/>
<TrustStore/>
<IgnoreValidationErrors>true</IgnoreValidationErrors>
</SSLInfo>
....
....
</HTTPTargetConnection>
- ERROR SSL_COMPLIANCE - SSLComplianceTest.getSSLKeyAppender() : Exception occurred while fetching cache key with SSL details for Keystore : , Alias : Truststore :
2)ERROR SSL_COMPLIANCE - SSLComplianceTest$Context.handshakeFailed() : STATIC-TARGET[/organizations/xxxx], SSLDetails[enabled:true, clientAuthEnabled:false, keyStore:, keyAlias:, trustStore:, crlStorenull, commonName:null, useWildCardMatch: false,ciphers: , protocols: , ignoreValidations: true] General SSLEngine problem Caused by: General SSLEngine problem Caused by: No subject alternative names present
Any suggestions will be appreciated.