Skip to content
Roni Juntunen edited this page Dec 15, 2019 · 1 revision

Https

Https is supported on the backend side and can be tested by running ./init_https.sh which generates self signed https certificates. To be able to generate certificates you must install openssl program. Frontend does also partly support https via production build. Unfortunately api addresses are at the moment hard-coded to use https addresses so some modifications must be done to source code before full https can be enabled. Those modifications should be done to actionCreators if full support is required.

Clone this wiki locally