服务器中需要进行更改以启用 https 的肥皂请求

发布于 2024-12-23 06:00:59 字数 200 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

几味少女 2024-12-30 06:00:59

听起来连接没有被授权,但我需要更多信息(查看一些代码肯定会有所帮助)。一个想法是,您的服务器是 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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文