sslutil: use raw strings for exception reason compare...
sslutil: use raw strings for exception reason compare
Otherwise we attempt to compare a bytes to a str on Python 3
and it always fails.
Differential Revision:
https://phab.mercurial-scm.org/D5721