TIB custom port

I am working on configuring openid authentication for the portal and dashboard using TIB. I have TIB installed, configured, and succesfully authentication my users. However, I need to modify the port that TIB listens on to 443 to bypass a firewall restriction. I can not locate any documentation on changing this. Any help? I am running TIB on Ubuntu 18.04 if it matters.

Found a resolution. Simply add “Port”: 443 to tib.conf as shown here:
{
“Secret”: “SuperstrongSecret1”,
“Port”: 443,
“HttpServerOptions”: {
“UseSSL”: true,
“CertFile”: “./certs/server.pem”,
“KeyFile”: “./certs/server.key”
},

1 Like