G
Guest
I'm attempting to make a secure connection to wesite using a HttpWebRequest
with a "https:" uri. However, attempting to get the response fails because
the trust relationship has not been established. Namely, the issuing
certificate authority is not on the list of trusted authorities. What I
can't figure out is how to accept the certificate and reissue the request,
even accepting all certificates would be fine as I'm just trying to get this
thing working. Can anyone out there help me?
with a "https:" uri. However, attempting to get the response fails because
the trust relationship has not been established. Namely, the issuing
certificate authority is not on the list of trusted authorities. What I
can't figure out is how to accept the certificate and reissue the request,
even accepting all certificates would be fine as I'm just trying to get this
thing working. Can anyone out there help me?