Mar
19th | 2008

How to Use HttpWebRequest over SSL

Posted by Shahar A |
Filed under C#, Web Development |

If you try to use HttpWebRequest for calling secured sites, and you are getting the following exception: “The underlying connection was closed: Could not establish trust relationship with remote server” here is what’s happening and how you can (hopefully) solve it:
When browsing to a secured site with your web browser, you get a dialog asking if you [...]


Continue Reading...

Search Dev102