Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2015
    Location
    United States
    Posts
    1
    Plugin Contributions
    0

    Default Getting "Error 35: SSL connect error" on CURL test

    For some reason I can't get the CURL test to pass on a production machine.

    See: http://www.sweetpalace.com/extras/cu...php?details=on

    The CURL testpoint can be reached when testing off the server, but for some reason it fails trying to hit https://www.zen-cart.com/testcurl.php when on the server itself. Other sites seems to connect okay. CURL has been updated and seems to otherwise work fine.

    Thoughts?

  2. #2
    Join Date
    Apr 2015
    Location
    Upsate New York
    Posts
    10
    Plugin Contributions
    0

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    Quote Originally Posted by catfang View Post
    For some reason I can't get the CURL test to pass on a production machine.

    See: http://www.sweetpalace.com/extras/cu...php?details=on

    The CURL testpoint can be reached when testing off the server, but for some reason it fails trying to hit https://www.zen-cart.com/testcurl.php when on the server itself. Other sites seems to connect okay. CURL has been updated and seems to otherwise work fine.

    Thoughts?
    I am having the same problem. Everything looks good from a CURL prospective but curltester.php fails 1.3.9 4 year old zencart and therefore I cannot upgrade to a newer version. I am running PHP 5.3.24 with CURL installed. Info below:

    curl
    cURL support enabled
    cURL Information 7.19.7
    Age 3
    Features
    AsynchDNS No
    Debug No
    GSS-Negotiate Yes
    IDN Yes
    IPv6 Yes
    Largefile Yes
    NTLM Yes
    SPNEGO No
    SSL Yes
    SSPI No
    krb4 No
    libz Yes
    CharConv No
    Protocols tftp, ftp, telnet, dict, ldap, ldaps, http, file, https, ftps, scp, sftp
    Host i386-redhat-linux-gnu
    SSL Version NSS/3.13.1.0
    ZLib Version 1.2.3
    libSSH Version libssh2/1.2.2

    Any help would be appreciated.

  3. #3
    Join Date
    Apr 2015
    Location
    Upsate New York
    Posts
    10
    Plugin Contributions
    0

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    Help please! I have tried many things and not made any progress. Does anybody have a suggestion where to look?

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    Do all the sites fail the test? It might help if you'd post (using the "code" tag -- the # symbol in the toolbar when you're writing a post) the curltester output.

  5. #5
    Join Date
    Apr 2015
    Location
    Upsate New York
    Posts
    10
    Plugin Contributions
    0

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    I only have one site but running curltester.php?details=on in my old zencart directory yileds:
    Code:
    Connecting to Zen Cart Support Server (http) ...
    GOOD: CURL Connection successful.
    
    Connection Details:
    Array
    (
        [url] => "http://www.zen-cart.com/testcurl.php"
        [content_type] => text/html; charset=iso-8859-1
        [http_code] => 200
        [header_size] => 177
        [request_size] => 212
        [filetime] => -1
        [ssl_verify_result] => 0
        [redirect_count] => 0
        [total_time] => 0.163255
        [namelookup_time] => 3.5E-5
        [connect_time] => 0.081844
        [pretransfer_time] => 0.081856
        [size_upload] => 37
        [size_download] => 2115
        [speed_download] => 12955
        [speed_upload] => 226
        [download_content_length] => 2115
        [upload_content_length] => 0
        [starttransfer_time] => 0.163137
        [redirect_time] => 0
        [certinfo] => Array
            (
            )
    
        [redirect_url] => 
    )
    
    
    
    Connecting to Zen Cart Support Server (https) ...
    Error 35: SSL connect error
    
    Connection Details:
    Array
    (
        [url] => "https://www.zen-cart.com/testcurl.php"
        [content_type] => 
        [http_code] => 0
        [header_size] => 0
        [request_size] => 0
        [filetime] => -1
        [ssl_verify_result] => 0
        [redirect_count] => 0
        [total_time] => 0
        [namelookup_time] => 3.1E-5
        [connect_time] => 0.081475
        [pretransfer_time] => 0
        [size_upload] => 0
        [size_download] => 0
        [speed_download] => 0
        [speed_upload] => 0
        [download_content_length] => -1
        [upload_content_length] => -1
        [starttransfer_time] => 0
        [redirect_time] => 0
        [certinfo] => Array
            (
            )
    
        [redirect_url] => 
    )
    Thank you for any help you can provide.

  6. #6
    Join Date
    Apr 2015
    Location
    Upsate New York
    Posts
    10
    Plugin Contributions
    0

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    Does anybody have an idea where I should even start?

  7. #7
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    not an answer but a question
    I am having the same problem. Everything looks good from a CURL prospective but curltester.php fails 1.3.9 4 year old zencart and therefore I cannot upgrade to a newer version. I am running PHP 5.3.24 with CURL installed. Info below:
    Why do you feel you cant upgrade a 4 year old cart?
    Zen cart PCI compliant Hosting

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    Quote Originally Posted by michael169 View Post
    I am having the same problem. Everything looks good from a CURL prospective but curltester.php fails 1.3.9 4 year old zencart and therefore I cannot upgrade to a newer version. I am running PHP 5.3.24 with CURL installed. Info below:
    What payment module are you using?
    Why are you needing CURL?
    For your old version, you'll need to add a parameter like ?paypal=1 or ?authnet=1 on the end of the curltester.php URL to make it test talking to a payment gateway.

    Chances are your problem could be related to your old version trying to use the now-obsolete SSL3 protocol, and you'll need to patch your site and/or upgrade in order to work with modern internet technologies.
    Ref: Important announcement about POODLE and payment security
    .

    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.

  9. #9
    Join Date
    Apr 2015
    Location
    Upsate New York
    Posts
    10
    Plugin Contributions
    0

    Default Re: Getting "Error 35: SSL connect error" on CURL test

    This did not work. I am trying to update to version 1.5.4. Part of the upgrade is to go to the page: http://mysight.com/zennew/zc_install/index.php
    It runs a script that calls the curltester.php. Because it is not happy with the SLL connection it throws an error which prevents me from updating my sight.

    What do I do from here?

 

 

Similar Threads

  1. v151 Getting the error "SMTP Error: Could not connect to SMTP host"
    By DivaVocals in forum General Questions
    Replies: 8
    Last Post: 10 Aug 2016, 01:45 AM
  2. v151 Suddenly my site is down with error "7 couldn't connect to host"
    By SignaGen2 in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 1 Aug 2015, 11:07 PM
  3. 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
  4. "Send Test Email" Mailbeez error
    By gangees in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Apr 2012, 12:43 PM
  5. After a test order, my site now "server error"
    By nsgowner in forum General Questions
    Replies: 4
    Last Post: 16 Aug 2008, 08:10 PM

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