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
Same problem here, but i think it will be better to add option like <set_option name="ssl_verify" value="verify_none"/> Forcing verify_none is bad, but user should have option to disable this verification.
OTP 26 changed the default
verify
option value in thessl:connect
fromverify_none
toverify_peer
: https://www.erlang.org/blog/otp-26-highlights/#ssl-safer-defaultsThis breaks most of the tsung SSL client code.
The final error looks like:
Here is a quick and dirty patch, to possibly fix the issue:
The text was updated successfully, but these errors were encountered: