Results 1 to 6 of 6
  1. #1
    Join Date
    Feb 2007
    Posts
    16
    Plugin Contributions
    0

    Default cUrl - says SSL not installed - do I need it?

    Hi all,
    I am encountering a similar issue with cURL. I currently have 2 Zencart installations on the same server, 1 install is 1.3.8, and 2nd install is 1.2.7.
    Both working installs report that cURL (libcurl/7.18.0 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5) is installed and enabled (zencart-admin/tools/server info).
    Now I am trying to update my 1.2.7 install to 1.3.8, however when going to zc_install I am getting RED messages indicating cURL/SSL issues. I do NOT have a SSL, don't need one (as far as I know). I plan on using PayPal as my payment processor, therefore I believe the only security SSL issues are their worry, not mine.
    So, why is zc_install telling me I have a cURL/SSL problem? Should I ignore them and just go on with the install? & hope for the best?
    Thanks,
    Kevin

    ZC_Install messages:
    # CURL problems detected: 6 => name lookup timed out more info...
    # CURL requires SSL support. Please notify webmaster or hosting company. 6 => name lookup timed out more info...
    # CURL problems detected: 7 => couldn't connect to host more info...
    # CURL requires SSL support. Please notify webmaster or hosting company. 7 => couldn't connect to host

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: cUrl - says SSL not installed - do I need it?

    Quote Originally Posted by klog View Post
    # CURL problems detected: 6 => name lookup timed out more info...
    # CURL problems detected: 7 => couldn't connect to host more info...
    These mean that your CURL setup cannot talk to external servers. Thus it's basically useless to you in its current state.

    As for SSL, when it says that CURL requires SSL, it doesn't mean that you need an SSL certificate for your domain. It means that your CURL configuration on the server is unable to communicate via SSL because it's not been setup/compiled with SSL support. It uses SSL to talk to external servers securely.
    .

    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
    Feb 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: cUrl error message during ZC install on server that has cURL

    Hi DrByte,
    Thanks for the reply. But I am not really concerned with the SSL issue, just threw that in as it is part of the error message.
    What I AM trying to determine is why I am getting the error messages RE cURL during a new install, when in fact I currently have one ZenCart install (v.1.3.8) that is working absolutely fine, including PayPal Express (cURL dependant) on the SAME exact server. Additionally the admin/tools/server info reports that cURL is enabled and working.
    Further, on the same exact server I have a ZenCart 1.2.7 install (the install I wish to upgrade) that admin/tools/server info ALSO reports that cURL is enabled & working.
    So the issue is why am I getting the error messages RE cURL during the ZenCart 1.3.8 install on a server that HAS cURL installed, enabled & working. Are the error messages actually only being triggered by the lack of SSL, and there is no cURL issue on my server?

    Thanks again,
    Kevin

    Quote Originally Posted by klog View Post
    Hi all,
    I am encountering a similar issue with cURL. I currently have 2 Zencart installations on the same server, 1 install is 1.3.8, and 2nd install is 1.2.7.
    Both working installs report that cURL (libcurl/7.18.0 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5) is installed and enabled (zencart-admin/tools/server info).
    Now I am trying to update my 1.2.7 install to 1.3.8, however when going to zc_install I am getting RED messages indicating cURL/SSL issues. I do NOT have a SSL, don't need one (as far as I know). I plan on using PayPal as my payment processor, therefore I believe the only security SSL issues are their worry, not mine.
    So, why is zc_install telling me I have a cURL/SSL problem? Should I ignore them and just go on with the install? & hope for the best?
    Thanks,
    Kevin

    ZC_Install messages:
    # CURL problems detected: 6 => name lookup timed out more info...
    # CURL requires SSL support. Please notify webmaster or hosting company. 6 => name lookup timed out more info...
    # CURL problems detected: 7 => couldn't connect to host more info...
    # CURL requires SSL support. Please notify webmaster or hosting company. 7 => couldn't connect to host

  4. #4
    Join Date
    Feb 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: cUrl error message - Followup

    Followup: Read another post (http://www.zen-cart.com/forum/showthread.php?t=82262) that is same issue as mine. So my apologies for starting a redundant thread.
    That said, it doesn't seem to me that this issue (which quite a few are having) has been solved.
    I ran cURL test: http://kevinlogan.com/gallery2/purch...s/curltest.php
    with these results:
    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 207.210.72.202.
    user-agent: unknown.
    Array
    (
    [url] => "http://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 139
    [request_size] => 174
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.990603
    [namelookup_time] => 0.944773
    [connect_time] => 0.965885
    [pretransfer_time] => 0.965916
    [size_upload] => 0
    [size_download] => 2142
    [speed_download] => 2162
    [speed_upload] => 0
    [download_content_length] => 0
    [upload_content_length] => 0
    [starttransfer_time] => 0.99044
    [redirect_time] => 0
    )
    So, is cURL working on this sever? (seems 2 b) Or Not?
    If it is, why am I getting the error messages RE cURL
    when trying to make a new install of ZC v.1.3.8?
    Thanks again,
    Kevin


  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: cUrl - says SSL not installed - do I need it?

    The only difference in code between the installer and the curltest script is the timeout ... the installer waits only 4 seconds for a response, and curltest waits up to 15 seconds. Otherwise they're identical.

    So ... since you're satisfied that curltest works fine ... just carry on with the installer as if the curl tests had passed fine. I don't think a curl failure is treated as fatal yet.

    But keep in mind that for some reason your server is processing curl requests quite slowly ... which could be a sign of other slownesses you may run into.
    {insert defense of choice of current hosting provider here}
    .

    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.

  6. #6
    Join Date
    Feb 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: cUrl - says SSL not installed - do I need it?

    Thanks DrByte, A little slow I can live with. Knowing that I am not doing someting BAD is a good recipe for a good night's sleep. FYI, I ran the curltest again quite a few times, and it typically ran a little over 0.1 seconds, so I guess I can (and my potential customers) can live with that.
    Cheers & all the best,
    Kevin

    Quote Originally Posted by DrByte View Post
    The only difference in code between the installer and the curltest script is the timeout ... the installer waits only 4 seconds for a response, and curltest waits up to 15 seconds. Otherwise they're identical.

    So ... since you're satisfied that curltest works fine ... just carry on with the installer as if the curl tests had passed fine. I don't think a curl failure is treated as fatal yet.

    But keep in mind that for some reason your server is processing curl requests quite slowly ... which could be a sign of other slownesses you may run into.
    {insert defense of choice of current hosting provider here}

 

 

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. Curl error during 1.3.9 install. we have curl installed tho
    By bangsters in forum General Questions
    Replies: 1
    Last Post: 16 May 2010, 08:55 AM
  3. Says Coupons not installed
    By touchclothing in forum General Questions
    Replies: 2
    Last Post: 13 Feb 2009, 02:55 AM
  4. 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
  5. Install says Curl not installed, but it is.
    By birdoasis in forum Installing on a Linux/Unix Server
    Replies: 61
    Last Post: 7 Mar 2008, 02:54 PM

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