lightlycooked
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] wp_remote_get failure – cURL error 28So, here’s an update on my issues.
1) server firewall was blocking communication with woocommerce/woothemes domains
2) The version of cURL that was installed on my server did not have support for SNI (server name indication)My host moved my reseller account and all the sites linked to that account to a server that had everything that I needed. If you do have your host move your site, be sure to look at the woocommerce server requirements and let your host know so that they can accommodate.
I hope this helps. Good luck!
Forum: Plugins
In reply to: [WooCommerce] wp_remote_get failure – cURL error 28I found a little script somewhere online that uses wp_remote_get() (outside of WooCommerce). I used this to show my hosting company that this function was not working. Finally they admitted that the “server firewall is blocking the access“. They said they disasbled it and I should double-check on my end. Well, I did double-check and I still see the error.
I do believe that the firewall is the problem, but I also believe that they didn’t actually disable like they say they did. Maybe ask your host to check the server’s firewall.
If anything else comes up, I will updated this post.
Forum: Plugins
In reply to: [WooCommerce] wp_remote_get failure – cURL error 28I have a client that is also hosted with the same company. Only differences are, my account is a reseller account and hers is not and her php version is 5.3.x and mine is 5.6.x. It works on her install but not on mine.
I wish there was some kind of error log (other than the error shown in System Status) that I can show my host or some way to use CLI to test a remote connection from Woocommerce.