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
) while connecting via ssl. However Erlang's ssl code fails if these parameters are mentioned regardless of their values. As Hackney user you can override the value of these parameters, however it is impossible to override passing them to Erlang's ssl library.
I am using Erlang/OTP 26.2, Hackney version 1.20.1 (commit f190daf67cfefc4f1950011759624f8f87260597). My additional parameters passed to hackney:post are:
While trying to connect to web server using TLS v1.3 using Hackney, I get following errors:
Apparently, Hackney adds default values for
secure_renegotiate
andreuse_sessions
parameters (hackney/src/hackney_ssl.erl
Lines 139 to 141 in f190daf
I am using Erlang/OTP 26.2, Hackney version 1.20.1 (commit
f190daf67cfefc4f1950011759624f8f87260597
). My additional parameters passed tohackney:post
are:Is there a way to avoid passing these parameters to
ssl:connect
?The text was updated successfully, but these errors were encountered: