Add SSL support to rb-gateway.
Review Request #9913 — Created May 6, 2018 and submitted — Latest diff uploaded
This change adds optional HTTPS support to rb-gateway. This is enabled
by specifyinguseTLS
in the config, along with references to public
and private keys.
- Configured a self-signed SSL centificate and started rb-gateway. Saw
that I could connect over HTTPS. - Ran unit tests.