On 12/01/2017 7:31 PM, Itschak Mugzach wrote:
I wrote HTTP protocol driver in REXX and it works fine. I also wrote an
assembler program that make use of the toolkit. When I try it for Windows
server, it work fine. When I try it to POST to linux (both Apache),it
requires LE and returns a SIGPIPE. Since then, it is impossible to access
the server form the mainframe (but it works from a browser).  Any Idea why?


You may have a bug in your code. SIGPIPE happens when you try to send to a closed socket. Check that you have not closed the socket or are sending an invalid payload where the server will not send a response and closes the socket. Have you turned on logging on your Linux apache servers?
If not do so and take a look at the logs.




----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to