No active ports

Attempted to create an HTTPS connection on port 443, accidentally created an HTTP on 443.

Went to change it over to HTTPS by creating a new connection on port 443, went to activate HTTPS but received error since port 443 was already active.

When I disabled HTTP port 443 I lost all connectivity.

Is there any way to re-establish a connection by any means and how?

Thanks.

Start the server from the command line with the port parameter:

bin/server.sh -port 5555 -log none -debug 4

then go back and set up your HTTPS port again.

– Tim

Tim,

Thank you very much for your help.

Mike