Skip to content

SSL certificates configuration

Hadrien Froger requested to merge v5.0.x into master
  • fix: pumaSSL: add verify_mode configuration from env

    We need to be able to change openSSL's verification mode. Introduce SSL_VERIFY_MODE environment variables.

  • chore: create an empty /certs directory to welcome certificates volumes

    Due to permissions issues (probably docker on windows), volume mapping on non-existing dir keep host permissions.

  • chore: specify rails should run with puma server
Edited by Hadrien Froger

Merge request reports