I can use a script to start confluence on the service desk VM.
When attempting to access confluence https://$ip:8090 I get:
$private_IP sent an invalid response.
ERR_SSL_PROTOCOL_ERROR
I saw a thread which said that 8090 was the wrong port. telnet localhost 8090
makes a connection, so that is the correct port.
I didn't see anything significant in the logs. Any help would be appreciated.
Perhaps someone would point me to a text link for installing confluence on a host
already running service desk?
Community moderators have prevented the ability to post new answers.
Hi,
port 8090 is for http, so if you are running it on your local just use http://localhost:8090.
If it's not yur case then you need configure SSL for your Confluence ( I recommend use some kind of proxy server).
Just follow those articles:
https://confluence.atlassian.com/doc/running-confluence-over-ssl-or-https-161203.html
https://confluence.atlassian.com/doc/running-confluence-behind-nginx-with-ssl-858772080.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.