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


   > 你是否配置了证书?在服务器环境证书没有放到对应的目录。
   下面是服务器配置,证书路径为绝对路径
   
   ```
   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: 
     keyStore: 
/opt/app/release/payment/sm-dp-plus/20210507085947/service/config/certs/CERT_S_SM_DP42_TLS_NIST.jks
     keyStoreType: JKS
     keyStoreValue: 
     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:
us...@infra.apache.org


Reply via email to