Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My Last Shot at SSL Problems


xtremelyfit

Recommended Posts

I'v spent 16 of the last 24 hours reading posts on this forum, corresponding with several of you, with authorize.net, with my web host, and basically it appears I just can't get it to work. I want to thank all of you who have been so helpful, especially the Bear, Daemonj and xxGeek.

 

Everything works in non ssl mode find. When I change SSL to true in the configure.php files the problems begin. 2 basic problems:

 

1. Can go all the way through the checkout process but when click on "confirm" it comes back with the ever ubiquitous error

 

"An error occurred while trying to report this transaction to the Merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.

 

This transaction has been approved.

 

It is advisable for you to contact the merchant to verify that you will receive the product or service."

 

Authorize.net says it is a problem with my relay response url script - here is the relevant script from the authorizenet.php file

 

tep_draw_hidden_field('x_Relay_URL', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false)) .

tep_draw_hidden_field('x_Method', ((MODULE_PAYMENT_AUTHORIZENET_METHOD == 'Credit Card') ? 'CC' : 'ECHECK')) .

 

I am using a shared certificate operating on a separate secure server. In other words I have my files on both a non-secure server and a separate secure server - both on windows platform. My configure.php files both reflect the proper addresses for the http and https servers.

 

I have tried everything to get the authorize.net receipt to post correctly - just can't do it.

 

 

My second problem is even more frustrating. When in SSL mode, when I try to checkout without first logging in I get redirected to a non-secure login page. Makes no sense. Also, afer putting in the credit card number (on a secure page) and then clicking on "continue" it takes me to a non-secure confirmation page.

 

Believe me I've read every post possible on this forum and you all have been a great help, but I can't seem to conquer these.

 

This is a last ditch plea for help. I'm going down for the third time

 

Thanks.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...