服务器中需要进行更改以启用 https 的肥皂请求
我有一个 https url 的肥皂请求, 我有密码和 pem 文件。
但当我运行脚本时,它会在我尝试建立连接的地方停止, 它甚至不显示错误......
你有什么建议吗?
还有一件事: 当我访问我的服务器抛出远程连接并尝试输入浏览器抛出的网址时, 它找不到该页面,但在我的其他服务器中,当前正在处理肥皂请求,它询问我 pem 文件的位置。
I have a soap request for https url,
I have the password, and the pem file.
but some how when I run the script, it stops where Im trying to make the connection,
and it doesnt even display an error....
do you have any suggestions??
one more thing:
when I access my server threw remote connection and try to enter the url threw the browser,
it cant find the page, but in my other server the currently works with the soap request, it asks me for the location of the pem file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来连接没有被授权,但我需要更多信息(查看一些代码肯定会有所帮助)。一个想法是,您的服务器是 Windows 机器吗?如果是这样,SOAP 需要证书文件的完整路径,如“C:\htdocs\mycert.pem”。
It sounds like the connection is not being authorized but I would need more information (seeing some code would definitely help).One thought, is your server a Windows box? If so, SOAP requires the full path to the certificate file like "C:\htdocs\mycert.pem".