Skip to content

Commit ba186a8

Browse files
jerryshaoMarcelo Vanzin
authored andcommitted
[MINOR][DOC] Fix doc for web UI https configuration
## What changes were proposed in this pull request? Doc about enabling web UI https is not correct, "spark.ui.https.enabled" is not existed, actually enabling SSL is enough for https. ## How was this patch tested? N/A Author: jerryshao <[email protected]> Closes apache#17147 from jerryshao/fix-doc-ssl.
1 parent 9314c08 commit ba186a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Spark currently supports authentication via a shared secret. Authentication can
1212
## Web UI
1313

1414
The Spark UI can be secured by using [javax servlet filters](http://docs.oracle.com/javaee/6/api/javax/servlet/Filter.html) via the `spark.ui.filters` setting
15-
and by using [https/SSL](http://en.wikipedia.org/wiki/HTTPS) via the `spark.ui.https.enabled` setting.
15+
and by using [https/SSL](http://en.wikipedia.org/wiki/HTTPS) via [SSL settings](security.html#ssl-configuration).
1616

1717
### Authentication
1818

0 commit comments

Comments
 (0)