Multiport SSL in Caddyfile

Hi Team,

I need a quick help related to port binding.

I have 8 containers in the server where i want to convert http to https SSL termination.

I am able to run hadoop namnode container to run with https using Caddyfile.

{
email info@demo.com
}

multiport.com {
reverse_proxy namenode:9870
}

www.multiport.com {
redir https://multiport.com
}

But i need Kibana container also run with https proto, i tried with reverse_proxy to enable but it is not working.

Can somesone provide me the Caddyfile with two containers running on same url with port binding.

Namenode Ports: 9870
Kibana Port: 5601

Thanks & Regards,
Shahid

This topic was automatically closed after 30 days. New replies are no longer allowed.