Using System.Net.WebClient with HTTPS certificate

后端 未结 4 1252
轻奢々
轻奢々 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:21

    Sounds like you are doing it backwards. You should have the SLL Certificate installed on the web host/server. Then you create a web request to web server and requires the HTTPS protocol.

提交回复
热议问题