-
Notifications
You must be signed in to change notification settings - Fork 138
SSL support
Jens Alfke edited this page Sep 10, 2013
·
8 revisions
As of commit 7932b264, Sync Gateway supports serving SSL. There are two new optional properties in the config file:
-
"SSLCert":
A path to a PEM-format file containing an X.509 certificate or a certificate chain. -
"SSLKey":
A path to a PEM-format file containing the certificate's matching private key.
If both properties are present, the server will respond to SSL (and only SSL) over both the public and admin ports.
If you don't want to go this route, you can of course instead run the gateway behind another HTTP server that has SSL enabled.