Forum Discussion

f51's avatar
f51
Icon for Cirrostratus rankCirrostratus
Jun 13, 2017

Failure when receiving data

Pool configured on port 3389 and tco monitor

 

curl -kv * About to connect() to 10.x.x.x port 3389 (0) * Trying 10.x.x.x... connected * Connected to 10.x.x.x(10.x.x.x) port 3389 (0)

 

GET / HTTP/1.1 User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 OpenSSL/1.0.1l zlib/1.2.3 libidn/1.18 Host: 10.x.x.x:3389 Accept: /

 

  • Closing connection 0
  • Failure when receiving data from the peer curl: (56) Failure when receiving data from the peer

2 Replies

  • Hello,

    could you try doing a test using telnet just to compare outputs :

    telnet 10.x.x.x 3389
    GET / HTTP/1.1
    Host: theHostname
    Connection: Close
    

    At the end, tape two time the "enter" key.

    Regards