hoodik
hoodik copied to clipboard
Have a way to disable the ssl and allow http
Hi,
Is there a way for me to completely disable ssl on hoodik with pure http connections? If I want to use nginx proxy manager (npm), I would rather let docker doesnt expose any port and use npm to directly connect to it. The npm can be used as a ssl termination point directly, not on hoodik. Right now I have to either provide a pair of signed ca certs myself, or I have to make npm do a 1st round termination, then use the self-generated certs from hoodik for a second pair of termination, which is rather confusing and unnecessary imho.
Thanks.
I would like this feature as well. I run all my services in k8s with my ingress handled by Istio and it routes securely to services like hoodik using a sidecar and mTLS. This means none of my services need to bother with TLS at all since termination happens on ingress.
Disabling SSL is now available through the environment variable SSL_DISABLED=true
as can be seen in the example env file.