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

Hey Benjie,

Currently the port 8999 is static and we don’t have a configuration parameter for it.

Now that I think about it, other errors can come from this. For instance, if the port is already being used by another application, TagoIO integration will not be able to start the server when TagoCore starts.

I’ll talk with the team to try and figure out a way to change this port configuration. I’ll keep you posted.