New Member
Since ‎07-26-2019
‎06-22-2021

My Stats

  • 11 Posts
  • 0 Solutions
  • 1 Likes given
  • 0 Likes received

PaoloC's Bio

Badges vlalbahadur1 Earned

View all badges

Recent Activity

Hi,We have written a custom java code to verify XML digital signatures in the incoming SOAP request. Code is running fine on local machine but we are getting below runtime exception when deployed on Apigee in a shared flow. I have verified and mentio...
Hi, We have a VHost with 2 way ssl configuration. During handshake Apigee shares "Acceptable client certificate CA names" which is a list of certs installed in trustore. As we have more than 500 certs in the trustore, this list becomes huge and creat...
Hi,We have a VHost with 2 way ssl configuration. During handshake Apigee shares "Acceptable client certificate CA names" which is a list of certs installed in trustore. As we have more than 500 certs in the trustore, this list becomes huge and create...
For Two Way SSL handshake on VHost(consumer side), Apigee validates the entire chain. In case if full chain is not installed in corresponding truststore then handshake will fail.Is there any way we can restrict Apigee to validate only the domain cert...
Is there an API that exports entire keystore from the Apigee? I know this API exports one certificate at a time. I need something which can export all the certs in one call.