Using SSL

The AI Services use 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 proxy requests through to the AI Services.

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.

You will need to update the service registration to use https. This can we done by updating yourconfig/config.json and restarting the service.