Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion modules/ROOT/pages/security/ssl-framework.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/j

| 4.4.9
| 4.1.77.Final
| 2.0.52.Final
| 2.0.52.Final. Both netty-tcnative-boringssl-static and netty-tcnative-classes are required.
| https://search.maven.org/artifact/io.netty/netty-tcnative-boringssl-static/2.0.52.Final/jar
https://search.maven.org/artifact/io.netty/netty-tcnative-classes/2.0.52.Final/jar
|===
Expand Down Expand Up @@ -503,6 +503,12 @@ HTTPS (secure HTTP) is set to encrypt network communications.
To enable the encryption over HTTPS, create the folder structure and place the key file and the certificates under those.
Then, you need to configure the SSL HTTPS policies in the _neo4j.conf_ file and disable the HTTP connector.

[NOTE]
====
The HTTPS configuration requires that Bolt is also set.
Refer to xref:/security/ssl-framework.adoc#ssl-bolt-config[Configure SSL over Bolt] for more instructions.
====

. Enable the HTTPS connector to enable SSL over HTTPS:
+
[source, properties]
Expand Down