curl error 52 when trying to setup fresh install
-
Hi all – i have a self hosted wordpress installation and im trying to install jetpack and link it to my www.remarpro.com account
Upon installing the plugin, the next step is to ‘set up jetpack’ on the jetpack plugin page.
Clicking that goes to do what it needs, but shortly comes up with a message “cURL error 52: Empty reply from server”
Ive tried for days to determine where this error comes from (i am a senior linux admin, and have been trying to trace code, do various network test and http config to see where this is occuring) but to no avail…
i can replicate it on the command line if i disable sslv3 ssl protocol in httpd config
curl www.mydomain.com:443 curl: (52) Empty reply from server
and then re-enabling sslv3 (which is what i have enabled normally)
curl www.mydomain.com:443 <!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 /> Reason: You're speaking plain HTTP to an SSL-enabled server port.<br /> Instead use the HTTPS scheme to access this URL, please.<br /> </p> <hr> <address>Apache/2.2.29 (CentOS) Server at mydomain.com Port 443</address> </body></html>
I dont think its on my end – as i can successfully do a curl lookup on my domain, or IP and not get the error (as i have sslv3 still enabled)
Im trying to see if its an issue on jetpack’s side, or www.remarpro.com’s side – or mine…
But im stuck now because i cant compete the setup
ive tried disabling all plugins, (and doing a fresh install on jetpack) – and still get this error…
Has anyone else got this error, and/or worked out a solution? – ive been trying to diagnose/debug/research this for the last 3 days.
cheers
- The topic ‘curl error 52 when trying to setup fresh install’ is closed to new replies.