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 2021/05/08 01:43:58 UTC

[GitHub] [servicecomb-java-chassis] alphasuwei removed a comment on issue #2370: 启用TLS抛出CertificateParsingException

alphasuwei removed a comment on issue #2370:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2370#issuecomment-834945557


   下面是服务器的配置:
   cse:
     rest:
       address: 0.0.0.0:8081?sslEnabled=true
     filter:
       interfaceLogFilter:
         enabled: true
         urlPattern: /*
         httpMethod: POST
     executor:
       default:
         thread-per-group: 10
   ssl:
     protocols: TLSv1.2
     authPeer: false
     trustStore: /opt/app/release/payment/sm-dp-plus/20210507085947/service/config/certs/trust.jks
     trustStoreType: JKS
     trustStoreValue: 123456
     keyStore: /opt/app/release/payment/sm-dp-plus/20210507085947/service/config/certs/CERT_S_SM_DP42_TLS_NIST.jks
     keyStoreType: JKS
     keyStoreValue: 123456
     ciphers: TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
   


-- 
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