Forum Discussion
sj_dev
5 years agoBinge Watcher
Thank renojim.
Just wanted to be sure. Does it take care of two way ssl handshake internally?
Whenever server sends the authentication challenge to the client, does client cancels the request if it fails to verify the server trust. i.e if the server certificates are not matched to the certificates provided by us.
I am unable to figure out this functionality as nowhere it is mentioned about the same
renojim
5 years agoCommunity Streaming Expert
It will fail if everything doesn't check out. You can use EnablePeerVerification(false) and/or EnableHostVerification(false) to bypass the checks, but my thought is that if you have to use either of them then something isn't right.