Http to https redirection to a service with https

Solution:
Instead of

insecureSkipVerify = true

I have to set

[serversTransport]
  insecureSkipVerify = true

Where to find this in the docs? ... not just mentioned but explained