Using SSL

The Rest Enrichment Service uses a Python library called Waitress, which does not support HTTPS/SSL. Therefore to enable SSL you need to configure a reverse proxy with SSL and then proxy the requests through to the Rest Enrichment Service.

You can either use the Windows IIS reverse proxy module, or something like NGINX on Linux. Please consult the respective documentation to set this up.

Last updated