sasa1977 / site_encrypt

Integrated certification via Let's encrypt for Elixir-powered sites
MIT License
471 stars 34 forks source link

Certificate challenge request does not verify certificate #70

Open feld opened 1 month ago

feld commented 1 month ago

https://github.com/sasa1977/site_encrypt/blob/046fbeca11b889604dafd2df6a71001f8abe5e2c/lib/site_encrypt/acme/server/challenge.ex#L110

sasa1977 commented 1 month ago

This is used in a local development ACME server. In this scenario the "client server" (i.e. the server requesting a new certificate) uses a self-signed certificate, so we can't verify it.