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
Debugging led me to notice that neither skipVerification nor verifyCallback is being copied onto the new socket created by the last line.
This diff seems to fix it. I can open a PR but first wanted to make sure that a) I am not missing something and b) this won't have any unintended side effects.
I am using
SSLService
like so:Debugging led me to notice that neither
skipVerification
norverifyCallback
is being copied onto the new socket created by the last line.This diff seems to fix it. I can open a PR but first wanted to make sure that a) I am not missing something and b) this won't have any unintended side effects.
The text was updated successfully, but these errors were encountered: