You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2021/11/23 17:22:52 UTC

[brooklyn-docs] branch master updated: add documentation on disabling http (make it https only)

This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 778e6f8  add documentation on disabling http (make it https only)
778e6f8 is described below

commit 778e6f8119e0767695c79d4c972c72d1a555020f
Author: Alex Heneveld <al...@cloudsoftcorp.com>
AuthorDate: Tue Nov 23 17:22:37 2021 +0000

    add documentation on disabling http (make it https only)
---
 guide/ops/configuration/https.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/guide/ops/configuration/https.md b/guide/ops/configuration/https.md
index 32c6ac3..c48411c 100644
--- a/guide/ops/configuration/https.md
+++ b/guide/ops/configuration/https.md
@@ -61,3 +61,10 @@ org.ops4j.pax.web.ssl.clientauthneeded=false
 replacing the passwords with appropriate values, and restart the server. Note the keystore location is relative to 
 the installation root, but a fully qualified path can also be given, if it is desired to use some separate pre-existing
 store.
+
+To enable HTTPS _only_, i.e. to disable HTTP, add the following line to this file:
+
+{% highlight properties %}
+org.osgi.service.http.enabled=false
+{% endhighlight %}
+