JaredTan95 commented on issue #3370: support es https ssl config.
URL: https://github.com/apache/skywalking/pull/3370#issuecomment-526418899
 
 
   @hanahmily  As we discussed before, we could also set SSL within 
JDK-JVM-Options, like this:
   
   ```bash
   -Djavax.net.ssl.keyStoreType=jks
   -Djavax.net.ssl.keyStore=path-to/my_keystore.jks
   -Djavax.net.ssl.keyStorePassword=password
   -Djavax.net.ssl.trustStore=path-to/my_keystore.jks
   -Djavax.net.ssl.trustStorePassword=password
   ```
   
   So we can choose one of these ways, through elasticsearch client code 
implementation or through JVM options?

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