kamal icon indicating copy to clipboard operation
kamal copied to clipboard

Kamal should complain if proxy host contains invalid value

Open a3kov opened this issue 1 year ago • 0 comments

I am proxying multiple hosts in Kamal. I had the old format in the config file:

proxy:
  ssl: true
  host: host1,host2,...

Kamal was happy to apply this, and SSL termination in Kamal-proxy was broken. After changing it to

proxy:
  ssl: true
  hosts:
    - host1
    - host2

SSL started to work. Kamal version: 2.2.2

a3kov avatar Oct 27 '24 02:10 a3kov