edgeryders / graphryder-api

Backend of Graphryder, a software for semantic social network analysis.
https://edgeryders.eu/t/9517
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Support SSL in the Graphryder server #15

Open tanius opened 5 years ago

tanius commented 5 years ago

Currently, one can only access the internal Graphryder API server with HTTP URLs. Due to this, a reverse proxy has to be added on top, for example with Apache2 or Nginx, in order to access the API in the Graphryder Dashboard, as long as the Graphryder Dashboard itself is served via HTTPS. Otherwise we'd get "mixed content" errors and the browser would refuse to talk to the Graphryder API.

To simplify this, Graphryder API should support HTTPS natively. And also obtain its own LetsEncrypt certificates for that.