You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/15 05:59:21 UTC

[GitHub] [skywalking] hanahmily commented on issue #4512: How to connect elasticsearch with https?

hanahmily commented on issue #4512: How to connect elasticsearch with https?
URL: https://github.com/apache/skywalking/issues/4512#issuecomment-599171817
 
 
   @vision-ken it seems that  you should refer to https://github.com/apache/skywalking/blob/v6.6.0/docs/en/setup/backend/backend-storage.md#elasticsearch, then set up below parameters to enable TLS between OAP and ES.
   
   ```
    trustStorePath: ${SW_SW_STORAGE_ES_SSL_JKS_PATH:""}
    trustStorePass: ${SW_SW_STORAGE_ES_SSL_JKS_PASS:""}
   ```
   
   Something you should take care of is
    1. OAP ports to `trustedStore` directly instead of X.502 CA files.
    1. The format of `trustedStore` is `JKS` instead of `PKCS12`.

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