Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Posts
    1
    Plugin Contributions
    0

    Default cURL SSL Support - warnings when installing on GoDaddy

    Ok So I've read through some of the other posts about godaddy.com an the cURL and SSL issues and I still didn't quite find the answer.

    So I have an SSL certificate, and cURL installed on my server. Whenever I go to the Zen Cart install page I get this errors:

    CURL requires SSL support. Please notify webmaster or hosting company. 7 => more info...
    CURL problems detected: 56 => Received error code 403 from proxy more info...

    I called godaddy and asked them wtf? They said I need to put this code :
    $ch = curl_init("http://www.raceroffroad.com/");
    $fp = fopen("raceroffroad_homepage.txt", "w");

    curl_setopt($ch, CURLOPT_FILE, $fp);
    curl_setopt($ch, CURLOPT_HEADER, 0);

    curl_exec($ch);
    curl_close($ch);
    fclose($fp);
    ?>

    and this code:

    curl_setopt ($ch, CURLOPT_HTTPPROXYTUNNEL, TRUE);
    curl_setopt ($ch, CURLOPT_PROXYTYPE, CURLPROXY_HTTP);
    curl_setopt ($ch, CURLOPT_PROXY, 'http://proxy.shr.secureserver.net:3128');
    curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, FALSE);sp;

    into the cart. I figured it should go into the configure files. I put the toward the end of the files and nothing happens. So I called godaddy again and got their "advanced" tech support and they said to contact Zen Cart to see when I should put it in the code.

    Now I've read the thread by DrByte http://www.zen-cart.com/forum/showthread.php?t=61528 but I haven't got the cart installed yet. (ok so now my question) So can I install the shopping cart with the error messages and then do what DrByte says to get the cURL and SSL working and completly dissregaurd godaddy's code, or do I need to put godaddy's code in a file and then install? And if I have to put the code in first where should I put it?

    Thanks

  2. #2
    Join Date
    Jan 2004
    Posts
    66,380
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: cURL SSL Support

    Ignore the code that GoDaddy gave you ... it's only useful if you're writing your own programs from scratch.
    They're not exactly helpful on the issue, and despite promises from their senior technical people, they've done nothing to make the whole process work better. Clearly they're only interested in taking money from those who think they're getting a good deal by signing up with them. There are better options out there: check the "hosting" link at the top of this page.


    Nevertheless, if you are committed with GoDaddy, ignore the CURL warning in the installer, and after you have finished installation and logged into your admin area, set the proxy address and enable the proxy as explained in the thread you mentioned: http://www.zen-cart.com/forum/showthread.php?t=61528
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Mar 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: cURL SSL Support - warnings when installing on GoDaddy

    Ok thanks! I got alittle confused by all the information, thanks for clearing that up.

 

 

Similar Threads

  1. v151 using easyphp getting CURL and CURL SSL support error
    By lepitite in forum Installing on a Windows Server
    Replies: 2
    Last Post: 6 Jan 2014, 02:48 PM
  2. Installation curl warnings -- CURL not installed on XAMPP on XP?
    By magpie c in forum Installing on a Windows Server
    Replies: 2
    Last Post: 6 Feb 2009, 07:27 AM
  3. CURL requires SSL support Error on Installation
    By dsaini77 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 20 Jul 2008, 11:34 AM
  4. cURL reuires SSL support
    By Mon3 in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 27 Apr 2008, 05:37 AM
  5. Setting up CURL support on GoDaddy Hosting
    By DrByte in forum PayPal Express Checkout support
    Replies: 0
    Last Post: 24 Mar 2007, 07:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR