Using ssl with TagoCore.

Using ssl with TagoCore.

Hi,

I've installed tagocore on a server, and am now trying to apply ssl to it. I'm using an nginx reverse proxy to redirect port 443 to tagocore's port which I have set using the --port option.
However, when trying to integrate with tago.io, it now tries to use port 8999 with https, which does not work, as the port is expecting plain http connections. I can't use an nginx reverse proxy because the port is reserved by tagocore. Is there any way for me to change the port of the tago.io integration so I can use a reverse proxy, or somehow get tagocore to use ssl it's self?

Thanks