hoodik icon indicating copy to clipboard operation
hoodik copied to clipboard

Have a way to disable the ssl and allow http

Open johnlabor opened this issue 10 months ago • 1 comments

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.

johnlabor avatar Apr 21 '24 01:04 johnlabor

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.

jgkawell avatar May 02 '24 14:05 jgkawell

Disabling SSL is now available through the environment variable SSL_DISABLED=true as can be seen in the example env file.

htunlogic avatar Jun 22 '24 11:06 htunlogic