Add SSL support to rb-gateway.

Review Request #9913 — Created May 6, 2018 and submitted — Latest diff uploaded

Information

rb-gateway
master
a8b2db1...

Reviewers

This change adds optional HTTPS support to rb-gateway. This is enabled
by specifying useTLS 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.
    Loading...