Github user scwf commented on the pull request:

    https://github.com/apache/spark/pull/1980#issuecomment-57725678
  
    Have added redirect from http to https and updated docs. Some directions as 
follows
    1 There is no changes for web ui when not set ```spark.ui.https.enabled``` 
    2 When https enabled, users no need input https url to get the right ui. 
Actually it's the same as http situation, users can input http url as they do 
in http case and the http url will redirect to a https one automatically
    3 If set ```spark.ui.https.enabled```, user should(must) also config the 
ssl config opts
       spark.ui.ssl.server.keystore.keypassword 
       spark.ui.ssl.server.keystore.location
       spark.ui.ssl.server.keystore.password.
    4 Config ```spark.ui.ssl.client.https.needAuth``` is optional, used to 
enable client authenticates. When set true users should config client ssl config
      ```spark.ui.ssl.server.truststore.location``` and  
```spark.ui.ssl.server.truststore.password```.
    5 ```spark.ui.ssl.server.keystore.type``` and 
```spark.ui.ssl.server.truststore.type``` has default value JKS 
       


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to