SSL Webservice: Could not create SSL/TLS secure channel

后端 未结 3 1368
梦如初夏
梦如初夏 2021-02-08 11:30

My C# .net application is using a HTTPS webservice. As the cerificate now is about to expire, I\'m trying to update it with a new one that I have been given (a .jks file that I\

3条回答
  •  一向
    一向 (楼主)
    2021-02-08 11:42

    Problem solved, Seems a Intermediate Certificate was missing, Imported it into Intermediate Certificates in MMC, and all was good :-)

提交回复
热议问题