Using System.Net.WebClient with HTTPS certificate

后端 未结 4 1253
轻奢々
轻奢々 2021-02-05 20:11

In my C# Windows client, I have a POST submission to \"the mothership\". I want the data in the submits to be secured, of course, so I paid for HostGator to issue me an SSL cert

4条回答
  •  野性不改
    2021-02-05 20:28

    Just connect to your server with RDP

    Open IE and go to Internet Options

    Navigate to Advanced Tab and Enable both Use SSL 2.0 and SSL 3.0

    Now your server requests will be authenticated

提交回复
热议问题