Javascript callout not passing SSL certificate intermittently

As per below apigee document the TLS for java script callout can be configured in Javascript policy.

https://docs.apigee.com/api-platform/reference/policies/javascript-policy#SSLInfo

https://community.apigee.com/questions/1749/is-it-possible-to-configure-ssl-information-using.html

I have configured SSL information for java call out in JavaScript policy as below.

<SSLInfo>
	<Enabled>true</Enabled>
	<ClientAuthEnabled>true</ClientAuthEnabled>
	<KeyStore>SaasConnector</KeyStore>
	<KeyAlias>SaasConnector</KeyAlias>
</SSLInfo>

The backend service is 2-way SSL enabled. In java script we are making http asynchronous (fire & forget) call using httpClient. However, intermittently the apigee is not passing ssl certificate information to backend. Out of 10 calls, one or two calls are failing. Is this bug in Apigee?

1 2 499
2 REPLIES 2

it's possible that there is a bug in the httpClient, but I don't know of a known bug that fits this description.

We'd need more information and diagnostic data in order to determine it.

Can you connect with Apigee Support to allow them to help you collect that information and diagnose this problem?

Hi Dino,

We raised the ticket few days back. Ticket No: 1467067.

Thanks.