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
Currently, Agora depends transitively on OpenSSL 1.1.1.
This was problematic when Alpine decided suddenly to switch the default OpenSSL to v3, breaking our code.
We ended up using openssl1.1-compat-dev and they ended up switching back to v1.1.1.
However, this proved that the dlang bindings were not ready for v3, and that problem will eventually resurface.
Currently, Agora depends transitively on OpenSSL 1.1.1.
This was problematic when Alpine decided suddenly to switch the default OpenSSL to v3, breaking our code.
We ended up using
openssl1.1-compat-dev
and they ended up switching back to v1.1.1.However, this proved that the dlang bindings were not ready for v3, and that problem will eventually resurface.
EDIT: Related issue: D-Programming-Deimos/openssl#65
The text was updated successfully, but these errors were encountered: