I tried to setup a drone server with SSL.
Using self-signed certificate it seems to work to a certain extent (even if I get a lot of TLS errors, maybe due to docker, not sure yet).
But when I tried to use the DRONE_TLS_AUTOCERT setting, the server does not support TLS at all.
I get the following error:
TLS handshake error from XX.XX.XX.XX:57745: acme/autocert: missing server name
When I test if the server support TLS with chrome or https://www.ssllabs.com/, it fails and the docker logs show the following errors:
2018/12/11 15:10:29 http: TLS handshake error from 194.98.50.138:58217: acme/autocert: missing server name
2018/12/11 15:10:29 http: TLS handshake error from 194.98.50.138:58219: acme/autocert: missing server name
2018/12/11 15:10:32 http: TLS handshake error from 194.98.50.138:58221: acme/autocert: missing server name