You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,6 +222,8 @@ When configured in this fashion, Rexster accepts all incoming requests. The oth
204
222
205
223
The @<users>@ element allows specification of one or more @<user>@ child elements which each must contain a @<username>@ and @<password>@ combination. These @<user>@ elements represent the list of users that will have access to Rexster.
206
224
225
+
The @<ssl>@ section can be used to configure SSL. See the [[Rexster SSL]] page for more information.
226
+
207
227
The @<metrics>@ section configured the various realt-time monitoring options for Rexster. See the [[Monitoring]] page for more information.
Rexster communication can be secured with SSL by [[configuration|Rexster Configuration]] through @rexster.xml@. Server and client authentication are currently supported on [[REST|Basic REST API]] and [[Dog House|the Dog House]].
2
+
3
+
A typical Rexster-SSL configuration might be as follows:
Once SSL has been enabled for a server (see how below), no further action is necessary for its' communications to be secured by SSL. Clients communicating with SSL secured servers will also require appropriately configured SSL and valid certificates (if client authorization is turned on).
30
+
31
+
h1. Enable SSL for HTTP Web Service
32
+
33
+
After configuring SSL in the @<ssl>@ section of @rexster.xml@, enable it for HTTP calls by setting @http.enable-ssl@ to true and changing @http@ to @https@ in the @http.base-uri@ property.
0 commit comments