lukePeavey / quotable

Random Quotes API
MIT License
1.84k stars 221 forks source link

API is down #242

Open WafaaSisalem opened 1 month ago

WafaaSisalem commented 1 month ago

I'm encountering the following exception when making a request: DioException [unknown]: null I/flutter (2669): Error: HandshakeException: Handshake error in client (OS Error: I/flutter (2669): CERTIFICATE_VERIFY_FAILED: certificate has expired (handshake.cc:393)) This appears to be due to an expired SSL certificate. Can you assist with resolving this issue?

gsanchez2004 commented 1 month ago

Same problem, any workaround ? Thanks in advance

WafaaSisalem commented 1 month ago

Same problem, any workaround ? Thanks in advance

unfortunately no update! did you find free alternatives to this API? thank you

gsanchez2004 commented 1 month ago

Doing an http request instead of https worked, you have to check if its possible on your app to do that.

WafaaSisalem commented 1 month ago

Doing an http request instead of https worked, you have to check if its possible on your app to do that.

Thank you it worked