ontodev / droid

DROID Reminds us that Ordinary Individuals can be Developers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Clarify HTTPS documentation #140

Open jamesaoverton opened 1 year ago

jamesaoverton commented 1 year ago

DROID only serves HTTP, and does not implement SSL for HTTPS support. Our deployments always use a proxy server to handle HTTPS termination. The :insecure-site setting is only for DROID returning links and redirects that start with https://. It would be good to add this to the documentation.