I try to configure SSL certs for Keto, but this co...
# ory-selfhosting
a
I try to configure SSL certs for Keto, but this configuration did not works ? Certs are OK, available on the pod. The server continue to be available only in HTTPS, and did not output anything useful in the log, any idea ?
Copy code
serve:
  write:
    tls:
      key:
        path: /etc/certs/tls.key
      cert:
        path: /etc/certs/tls.crt
  read:
    tls:
      key:
        path: /etc/certs/tls.key
      cert:
        path: /etc/certs/tls.crt
s
I am not sure if certs are hot-reloaded, did you try to restart already?
a
@steep-lamp-91158 Hi, and thanks again, Yes I try to restart the pod, without success the service stay only available in HTTP without any error message in the log
I check the file availability in the pod, access permissions... the three pods running kratos, oathkeeper and keto, use similar deployment, with the same security constraints, and keto is the only one who "skip" the certs
s
what version are you running? I remember there was a but loading certs some time ago
a
@steep-lamp-91158 0.11.1