This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Hi, I started docker container behind proxy. Proxy do https termination. When trying to connect from web browser, I get error Client sent an HTTP request to an HTTPS server. How to I disable https inside docker container? Command used to start docker
Caddy proxy has this configuration
Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
mdecimus
Feb 25, 2023
Replies: 1 comment 1 reply
-
Hi, HTTPS is disabled automatically if you do not provide a TLS certificate with the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kri164
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
HTTPS is disabled automatically if you do not provide a TLS certificate with the
jmap-cert-path
andjmap-key-path
arguments.