Re: Enable SSL for Zeppelin

2016-09-22 Thread Suresh Ayyavoo
Thanks Jesang Yoon. Since Zeppelin by default using jetty server, its better to stick with jetty. i was able to solve the issue. follow the instructions in https://github.com/apache/ zeppelin/blob/master/conf/README.md Error zeppelin.ssl.keystore.path ssl Path to keystore relative to Zeppe

Re: Enable SSL for Zeppelin

2016-09-22 Thread Jesang Yoon
Hi, Ayyavoo If possible, you can try NGINX as SSL middleware instead of using own SSL function at Zeppelin https://zeppelin.apache.org/docs/latest/security/authentication.html 2016-09-22 16:41 GMT+09:00 Suresh Ayyavoo : > Hi All, > > i follow the below URL for SSL cert installation for zeppelin

Enable SSL for Zeppelin

2016-09-22 Thread Suresh Ayyavoo
Hi All, i follow the below URL for SSL cert installation for zeppelin https://github.com/apache/zeppelin/blob/master/conf/README.md but i get error: FAILED SslContextFactory java.io.FileNotFoundException: /zeppelin-0.6.1/conf/ssl (Is a directory) at java.io.FileInputStream.open0(Nativ