Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/1980#issuecomment-57730551
I'm testing this out locally with my own keystore and truststore. Still
debugging some issues (maybe I've misconfigured my keys), but I noticed that
even with HTTPS enabled, the logs still refer to the `http://` URL:
```
4/10/02 17:01:19 INFO Utils: start SparkUI at tryport: 4040
14/10/02 17:01:19 WARN Utils: Service 'SparkUI' could not bind on port
4040. Attempting port 4041.
14/10/02 17:01:19 INFO Utils: start SparkUI at tryport: 4041
14/10/02 17:01:19 INFO Utils: Successfully started service 'SparkUI' on
port 4041.
14/10/02 17:01:19 INFO SparkUI: Started SparkUI at http://joshs-mbp:4041
```
I think this is because that log message is generated from
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/ui/WebUI.scala#L103
which doesn't know about SSL.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]