Hello everyone,
I'm trying to use my web applications VPS as a drone CI server (with docker) as well.
In order to avoid conflicts with Apache on default ports (80,443), the drone server was published in 8080 (port is open in firewall).
The problem is that I'm forced to use HTTP in this port.
Meaning I can reach drone server on http://VPS_IP:8080, but can't it on https://VPS_IP:8080.
Does anyone have an advice?
Thanks.
I'm trying to use my web applications VPS as a drone CI server (with docker) as well.
In order to avoid conflicts with Apache on default ports (80,443), the drone server was published in 8080 (port is open in firewall).
The problem is that I'm forced to use HTTP in this port.
Meaning I can reach drone server on http://VPS_IP:8080, but can't it on https://VPS_IP:8080.
Does anyone have an advice?
Thanks.