2016-09-30

Hello,

Unfortunately we are facing some issues when we try to fetch it.

It looks like the remote server returns error 400, even though we are setting a browser user agent (our polling servers are not browsers):

* About to connect() to www.fun4jimmy.com port 443 (#1)
* Trying 208.113.169.140... connected
* Connected to www.fun4jimmy.com (208.113.169.140) port 443 (#1)
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* SSL connection using TLS_DHE_RSA_WITH_AES_128_CBC_SHA
* Server certificate:
* subject: CN=fun4jimmy.com
* start date: Jan 06 01:41:49 2016 GMT
* expire date: Jan 06 01:41:49 2017 GMT
* common name: fun4jimmy.com
* issuer: CN=StartCom Class 1 DV Server CA,OU=StartCom Certification Authority,O=StartCom Ltd.,C=IL
> GET / HTTP/1.1
> User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
> Host: www.fun4jimmy.com
> Accept: */*
>
< HTTP/1.1 400 Bad Request
< Date: Fri, 30 Sep 2016 12:33:35 GMT
< Server: Apache
< Content-Length: 226
< Connection: close
< Content-Type: text/html; charset=iso-8859-1
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>Your browser sent a request that this server could not understand.<br />
</p>
</body></html>

Could you please look into this?

Show more