You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/05/27 19:34:13 UTC

[GitHub] [incubator-superset] brachipa commented on issue #7596: How to pass in a cert for SSL access to a Druid

brachipa commented on issue #7596: How to pass in a cert for SSL access to a Druid
URL: https://github.com/apache/incubator-superset/issues/7596#issuecomment-496291802
 
 
   I found how to do it, I changed the DockerFile. and added these lines: (before changing user to be superset)
   
   ```
   RUN apt-get install -y ca-certificates
   COPY contrib/docker/imply-crt-new.crt /usr/local/share/ca-certificates/mycert.crt
   RUN update-ca-certificates
   
   ENV REQUESTS_CA_BUNDLE=/usr/local/share/ca-certificates/mycert.crt
   ```

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

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org