You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/06/25 12:41:04 UTC

[GitHub] [servicecomb-java-chassis] willard-kali opened a new issue #1245: 微服务间SSL证书的疑问

willard-kali opened a new issue #1245: 微服务间SSL证书的疑问
URL: https://github.com/apache/servicecomb-java-chassis/issues/1245
 
 
   I used this to call for some api:
   `restTemplate.getForObject(“cse://micro-name/mine/to/path”, responseType, uriVariables);`
   when I prepare to open ssl switch,I don't know how to configure the client certificate location?
   I just find these config:
   ```
   ssl.protocols: TLSv1.2
   ssl.authPeer: false
   ssl.checkCN.host: false
   ssl.ciphers: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256
   
   #Certificates Config
   ssl.trustStore: trust.jks
   ssl.trustStoreType: JKS
   ssl.trustStoreValue: trustStorePass
   ssl.keyStore: server.p12
   ssl.keyStoreType: PKCS12
   ssl.keyStoreValue: keyStorePass
   ssl.crl: revoke.crl
   ssl.sslCustomClass: mine.to.path.SomeSSLCustom
   ```
   
   Look forward to your reply.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services