Tom Grant created ZEPPELIN-2658: ----------------------------------- Summary: Redirect HTTP requests to HTTPS when zeppelin.ssl=true Key: ZEPPELIN-2658 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2658 Project: Zeppelin Issue Type: Improvement Components: front-end Affects Versions: 0.8.0 Reporter: Tom Grant
When zeppelin.ssl is configured to true, I would like the zeppelin server to have an http connector that redirects all requests to the https connector. This is more user-friendly, as the users don't have to explicitly type https:// in the browser location bar. The server will upgrade the connection for them. Currently, the zeppelin jetty server runs either an http connector or an https connector, but not both. -- This message was sent by Atlassian JIRA (v6.4.14#64029)