【问题标题】:Reference SSL Keystore from Java Callout从 Java 标注中引用 SSL 密钥库
【发布时间】:2014-10-12 00:48:57
【问题描述】:

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

我可以使用来自目标代理和服务标注的以下内容引用 SSL 证书,但是如何从 Java 标注中引用 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>

【问题讨论】:

    标签: apigee


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2013-01-02
      • 1970-01-01
      • 2016-02-13
      • 1970-01-01
      • 2012-08-05
      • 2014-11-22
      • 1970-01-01
      • 2015-10-07
      • 1970-01-01
      相关资源
      最近更新 更多