mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

Let's Encrypt certificate has expired #111

Closed meisenzahl closed 4 years ago

meisenzahl commented 4 years ago

It seems that your Let's Encrypt certificate for wrapdb.mesonbuild.com has expired. Because you use HSTS a downgrade to HTTP is not possible. This means that wrapdb cannot currently be used.

sarum9in commented 4 years ago

@ignatenkobrain could you please take a look?

Simske commented 4 years ago

Mesonbuild has a fallback to HTTP, which is not working. Until the certificate is renewed, this can be fixed by not verifying the certificate, see Pull Request on meson: https://github.com/mesonbuild/meson/pull/6029

sarum9in commented 4 years ago

Seems this was resolved.