douzhangcuo2174 2015-02-16 20:58
浏览 527

WSWS3713E异步IO操作失败,原因:RC:104来自IBM Websphere软件的对等错误连接重置

I have been trying to solve this problem for quite some time but have been unsuccessful. We have two external service/data providers trying to send data to our website. One sends over SOAP web service we created and the other over PHP POST which we can capture using the PHP input stream.

The SOAP web-service is written using PHP
The website and web service is over https using a wildcard SSL.
The server is a Windows server
When the first service/data provider try to push data to us by calling our SOAP web service they get the following error.

****************************************************************    
WSWS3713E: Connection to the remote host mysubdomain.mydomain.com failed.
Received the following error: Async IO operation failed, reason: RC: 104 Connection reset by peer       
**************************************************************** 

This particular service provider uses IBM Websphere software. below is the header of their request... which they provided us

POST /clientswebservice/services/ClientsWS HTTP/1.1    
Content-Type: text/xml; charset=utf-8    
Accept: application/soap+xml, application/dime, multipart/related, text/*    
User-Agent: IBM WebServices/1.0    
Host: otwebdev:9080    
Cache-Control: no-cache    
Pragma: no-cache    
SOAPAction: ""    
Content-Length: 683    
Proxy-Authorization: Basic Og==

We have another service provider pushing data to us, and their data is captured using PHP POST variable of the input stream. They get the following error, when they try to push data.

 **************************************************************    
java.net.SocketException: Connection reset when doing     
https://mywebsite.com/index.php/my_controller/my_function     
************************************************************

However we don't have confirmed information as to what software they use to post the data. Important note for the second provider: We were on a Linux server before, we moved to a Windows server recently due to some personal certificate requirement. The second service provider used to post the data just fine when we were on Linux with the wildcard SSL.

But it works on a linux server over plain http!
To test both the service providers we put up a Linux server on Digitalocean. We set up the web services we have created on our main server (the windows server) here on the linux server. This server did not have a SSL cert installed. We then asked both the service/data providers to post data. And both of them were able to post data correctly and we were able to capture it.

So we have a PHP application running on Windows server with SSL installed unable to accept data from the data provider, but the same application can capture the data from the data providers on a Linux server which does not have a SSL installed. And also the application used to work fine over SSL on Linux server.

I have tried to describe as much as possible. Any help or pointer on what might be wrong and what areas I should dig into is highly appreciated.

Thank you.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥35 平滑拟合曲线该如何生成
    • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
    • ¥15 名为“Product”的列已属于此 DataTable
    • ¥15 安卓adb backup备份应用数据失败
    • ¥15 eclipse运行项目时遇到的问题
    • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
    • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
    • ¥15 自己瞎改改,结果现在又运行不了了
    • ¥15 链式存储应该如何解决
    • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站