Jump to content

SSL and Google Checkout


cronoszeu

Recommended Posts

Hello,

 

I have a problem with my google checkout payment.

 

I always get "You are not configured to post unsigned carts to this server; please change your settings if you wish to do this. "

 

I don`t want to disable the ssl on google.

 

I have a SSL on my website and made the followind changes.

 

WHMCS System URL: https://website.com/clients/

WHMCS SSL System URL : https://website.com/clients/

 

.htaccess

#SSL

RewriteCond %{HTTPS} off

RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

 

Did I miss something ?

 

Regards and Thanks

Link to comment
Share on other sites

Make sure, on your google Checkout account you go to, Settings > Integration and then enter the callback url as https://(path-where-whmcs-is-installed.com)/modules/gateways/callback/googlecheckout.php

 

Also, your WHMCS System Url should be: http://website.com/clients, however, your WHMCS SSL System should be as you have it.

 

Thirdly, I am unsure why you made any .htaccess changes for the SSL, they are really not needed.

 

Just double check and make sure the settings are set correctly in your Google Checkout account and WHMCS system. If you still have problems I would recommend submitting a ticket so an actual support staff member can assist you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated