基于安全套接字 (https) 的 C# XML RPC 客户端
我有一个用 python 编写的安全 (https) XML-RPC 服务器,并且我已经使用基于 python 的客户端对其进行了测试。但我需要一个基于 C# 的客户端,我尝试过 xml-rpc.net
但是它不能与 https 一起使用吗?有人可以帮我吗?或者我必须从头开始编写一个客户端?
谢谢
I have a secured (https) XML-RPC server written in python, and I have tested it with a python based client. but I need a C# based client for it, I have given a try to xml-rpc.net
but it is not working with https? can any one please help me out? or I will have to write a client from scratch?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 https 服务器可能有自签名或其他无效证书。获取有效证书或抑制 https 证书验证
Your https server probably has a self-signed or other invalid certificate. Get a valid certificate or suppress https certificate validation with