You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🔥
The text was updated successfully, but these errors were encountered:
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 🔥
The text was updated successfully, but these errors were encountered: