Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Oct 2006
    Posts
    57
    Plugin Contributions
    0

    Default Paypal working, but no SSL

    Hi guys,

    i just upgraded to 1.35. Paypal works great now :-) !!!!

    However, I when i want to sign into my account or checkout, the links of the buttons point to a secure https:// page. My browser asks me if i want to be forwarded to a secure page (i press yes) and then i'm getting forwarded to a regular http:// page. I selected True in my configure.php page. It worked before the upgrade.

    My site is http://stuntsmovie.com .

    Any help is appreciated.

    Thanks
    Nail

  2. #2
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Paypal working, but no SSL

    Please post your /includes/configure.php file content without password
    Also, list all the mods/customizations you've installed on your site.
    .

    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
    Oct 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Paypal working, but no SSL

    Here you go guys. Mods I installed are the Sophyblue template, master password, article management and ultimate seo url's.

    Thanks again for the help
    Nail

    includes/configure.php looks as followed

    Code:
    // Define the webserver and path parameters
    
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    
    define('HTTP_SERVER', 'http://stuntsmovie.com');
    
    define('HTTPS_SERVER', 'https://stuntsmovie.com');
    
    
    
    // Use secure webserver for checkout procedure?
    
    define('ENABLE_SSL', 'true');
    
    
    
    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    
    // * DIR_WS_* = Webserver directories (virtual/URL)
    
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    
    define('DIR_WS_CATALOG', '/');
    
    define('DIR_WS_HTTPS_CATALOG', '/');
    
    
    
    define('DIR_WS_IMAGES', 'images/');
    
    define('DIR_WS_INCLUDES', 'includes/');
    
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
    
    
    
    define('DIR_WS_PHPBB', '/');
    
    
    
    // * DIR_FS_* = Filesystem directories (local/physical)
    
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    
    define('DIR_FS_CATALOG', '/home/stuntsmo/public_html/');
    
    
    
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    
    
    
    // define our database connection
    
    define('DB_TYPE', 'mysql');
    
    define('DB_PREFIX', 'zen_');
    
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty
    
    define('DB_SERVER_USERNAME', '**********');
    
    define('DB_SERVER_PASSWORD', '******');
    
    define('DB_DATABASE', '********');
    
    define('USE_PCONNECT', 'false'); // use persistent connections?
    
    define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'
    
    
    
    // The next 2 "defines" are for SQL cache support.
    
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    
    define('SQL_CACHE_METHOD', 'database');
    
    define('DIR_FS_SQL_CACHE', '/home/stuntsmo/public_html/cache');
    
    
    
    ?>

  4. #4
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Paypal working, but no SSL

    1. The configure.php looks fine
    2. Can you disable or even de-install the SEO module and test it?
    3. It could also be that your .htaccess settings may be causing the re-translation to non-SSL addresses.
    .

    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.

  5. #5
    Join Date
    Oct 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Paypal working, but no SSL

    If I disable the module, will I lose all my rewritten URLs?

    I'm afraid that once I install it their names or addresses will change and than I'll have problem with my indexed pages in the search engines.

    Should I maybe post my .htacess or will that reveal information that would make my site unsecure?


    Thanks

  6. #6
    Join Date
    Oct 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Paypal working, but no SSL

    Here is my .htaccess . It seems to look ok though.

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase //

    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]

  7. #7
    Join Date
    Oct 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Paypal working, but no SSL

    Ok, once I turn the SEO Url's off the whole SSL thing works again.

    Does that mean that I have to change something in its configuration to make it compatible? Any ideas what I could change?

    Thanks for all the help!!!!!!

  8. #8
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Paypal working, but no SSL

    The only thing that sticks out immediately as odd is the double-slash:
    Code:
    RewriteBase //
    .

    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
    Oct 2006
    Posts
    57
    Plugin Contributions
    0

    Default Re: Paypal working, but no SSL

    What should I change RewriteBase // into RewriteBase / ?

  10. #10
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Paypal working, but no SSL

    Should only require a single slash, IMO
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 23 Jun 2010, 12:39 AM
  2. paypal is working but misisng in payment module
    By letsmod in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 23 Jun 2009, 02:26 PM
  3. SSL working..........but not really
    By r1formetoo in forum General Questions
    Replies: 5
    Last Post: 30 Mar 2009, 05:22 PM
  4. Paypal-Everything working fine But..
    By Mr.Art in forum PayPal Express Checkout support
    Replies: 25
    Last Post: 13 Sep 2007, 08:04 PM
  5. SSL/HTTPS installed but not working with zen
    By niteryder in forum General Questions
    Replies: 3
    Last Post: 8 May 2007, 09:48 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