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
Took me far to long to realize that the host I was connecting to (which I don't control and they don't announce changes) had upgraded to require TLS1.2+. The errors from the library were not helpful in discovering this.
The fix is one line of code, add this anywhere before you initialize your client, it only needs to be run once.
Took me far to long to realize that the host I was connecting to (which I don't control and they don't announce changes) had upgraded to require TLS1.2+. The errors from the library were not helpful in discovering this.
The fix is one line of code, add this anywhere before you initialize your client, it only needs to be run once.
Saves having to port to some other library when the way I'm using this one still works just fine!
The text was updated successfully, but these errors were encountered: