webhooksite / webhook.site

⚓️ Easily test HTTP webhooks with this handy tool that displays requests instantly.
https://webhook.site
Other
5.13k stars 398 forks source link

OpenSSL::SSL::SSLError: certificate verify failed. #113

Closed tomyo closed 2 years ago

tomyo commented 2 years ago

Just found out this service. awesome! Sadly I'm having an issue.

While trying to figure out what a vendor will send me before implementing our webhook... I know, I know... vendors. I sent them a link for they to test, they replied it was not working for them because not openSSL certificate exists in this endpoint:

Could not send webhook to “https://webhook.site/27a1502c-8e26-44b7-9c7c-7df4f4e617a0”. OpenSSL::SSL::SSLError: certificate verify failed.

Anything that can be done to circumvent/fix this on webhook.site/ side?

Thanks.

fredsted commented 2 years ago

Hi tomyo, it’s due to the fact that our SSL provider LetsEncrypt is using a new root certificate.

As I understand it, we can’t really avoid this on some systems, all other sites using LetsEncrypt have the same problem. As I understand, the systems that are affected are around the age of Android 2.0 and Windows XP Pre-SP2.

More info here: https://docs.webhook.site/faq.html#im-getting-a-certificate-expired-error

tomyo commented 2 years ago

Thank you Simon.