extwitter icon indicating copy to clipboard operation
extwitter copied to clipboard

SSL error on OTP 26

Open odarriba opened this issue 2 years ago • 0 comments

Hello,

I have just updated some prohjects to Erlang 26 and I just noticed that extwitter is failing to connect to Twitter API since SSL changes were introduced on this version.

Now it is required to either specify :httpc to not verify SSL or use a HTTP client that already includes the CA store compatibility.

Is there any plan to update the library to support it? iT would be nice to at least be able to specify some transport options in config to bypass this issue temporarily.

Thanks in advance to all maintainers for all the great work on this library! It worked like a charm for many years 🔥

odarriba avatar Jul 31 '23 19:07 odarriba