It seems to connect absolutely fine. However, if I log out of wordpress.com and login again … the sites are showing the red alarm error – the site cannot be accessed.
Actually, your site is not connected, at least not on our end. If it’s not properly connected to our servers you also won’t be able to use the WordPress.com My Sites manager.
Can you contact your hosting provider and explain to them that we are unable to access your blog via cURL, which is needed in order to use Jetpack on your site.
You can let them know we tested the following:
1. Check for access to xmlrpc.php via browser:
https://clearlinebc.co.uk/xmlrpc.php?for=jetpack
That test returned “XML-RPC server accepts POST requests only.” which is a valid result.
2. Check for access via cURL by running the following command from the command prompt:
curl -A "Jetpack by WordPress.com" -is -H 'Content-Type: text/xml' --data '<?xml version="1.0"?><methodCall><methodName>demo.sayHello</methodName><params></params></methodCall>' 'https://clearlinebc.co.uk/xmlrpc.php?for=jetpack' && echo
The cURL test returned the following invalid result:
HTTP/1.1 400 Bad Request
Server: nginx
Date: Fri, 11 Mar 2016 21:11:29 GMT
Content-Type: text/html
Content-Length: 1393
Connection: keep-alive
Last-Modified: Wed, 25 Jun 2014 08:34:14 GMT
ETag: "6208dc-571-4fca4f0f0ed80"
Accept-Ranges: bytes
Host-Header: 192fc2e7e50945beb8231a492d6a8024
Please provide the information above to your hosting provider so that they can correct the server settings to allow cURL access.
Just to check, I checked the other sites on your account and the two other sites that are using SSL, the ad*************es.com site is connected and working properly, but the other site tester.ad*******-**mo.com has the exact same errors as I outlined above, so it’s not the SSL, but more a server access issue.