从Java Callout引用SSL Keystore

时间:2014-09-30 08:05:26

标签: apigee

是否可以在Apigee的Java Callout中引用上传的SSL证书?我已使用以下指南成功上传了客户端SSL证书:http://apigee.com/docs/api-services/content/client-ssl-backend-servers

我能够使用目标代理和服务标注中的以下内容引用SSL证书,但是如何从Java Callout引用SSL证书?

  <HTTPTargetConnection>
    <SSLInfo>
      <Enabled>true</Enabled>
      <ClientAuthEnabled>true</ClientAuthEnabled>
      <KeyStore>myKeystore</KeyStore>
      <KeyAlias>myKey</KeyAlias>
      <TrustStore>myTruststore</TrustStore>
    </SSLInfo>
    <URL>https://myservice.com</URL>
  </HTTPTargetConnection>

1 个答案:

答案 0 :(得分:0)

我想,你不应该。 Apigee中存在安全限制,不允许您从javacallout访问com.apigee。*包。