zaneChou1 opened a new issue #600: TLS certificate configuration failed
URL: https://github.com/apache/servicecomb-service-center/issues/600
 
 
   Reference setting SSL/TLS gudie 
https://github.com/apache/incubator-servicecomb-service-center/blob/master/docs/security_tls.md.
 
   
   I tried adding the trust.cer, server.cer, server_key.pem certificate file to 
the "SSL_ROOT" or "./ect/ssl" directory, and then changing the ssl_mode value 
to 1 in conf / app.conf.
   But service-center server failed to start and run, as follows:
   ```
   $ bash start-service-center.sh 
   $ curl https://127.0.0.1:30100
   curl: (7) Failed to connect to 127.0.0.1 port 30100: Connection refused
   $ curl http://127.0.0.1:30100
   curl: (7) Failed to connect to 127.0.0.1 port 30100: Connection refused
   ```
   And it is ok when I changing the ssl_mode value to 0 in conf / app.conf.
   
   About certificate, I use the CA root certificate to issue a server-side 
certificate.  
   
   I don't know where the problem is, can you give me some help?

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


With regards,
Apache Git Services

Reply via email to