google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

Google checkout's Failed to Get Basic Authentication #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  We encountered an error trying to access your server at
https://miratoproducts.com/googlecheckout/responsehandler.php -- the error
we got is Send failed with code: 500. Response body was: <!DOCTYPE HTML
PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Internal Server
Error</title> </head><body> <h1>Internal Server Error</h1> <p>The server
encountered an internal error or misconfiguration and was unable to
complete your request.</p> <p>Please contact the server administrator,
webmaster@miratoproducts.com and inform them of the time the error
occurred, and anything you might have done that may have caused the
error.</p> <p>More information about this error may be available in the
server error log.</p> <p>Additionally, a 404 Not Found error was
encountered while trying to use an ErrorDocument to handle the request.</p>
<hr> <address>Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_bwlimited/1.4 Server at miratoproducts.com Port 443</address>
</body></html> 
Xml sent from Google:
<?xml version="1.0" encoding="UTF-8"?>
<order-state-change-notification
xmlns="http://checkout.google.com/schema/2"
serial-number="865860419092557-00006-1">
  <new-fulfillment-order-state>PROCESSING</new-fulfillment-order-state>
  <new-financial-order-state>CHARGEABLE</new-financial-order-state>
  <previous-fulfillment-order-state>NEW</previous-fulfillment-order-state>
  <previous-financial-order-state>CHARGEABLE</previous-financial-order-state>
  <timestamp>2009-10-21T00:59:17.816Z</timestamp>
  <google-order-number>865860419092557</google-order-number>
</order-state-change-notification>

2.Ran test.php and recieved this:
HTTP/1.1 401 Authorization Required
Date: Sat, 21 Nov 2009 21:53:18 GMT
Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_bwlimited/1.4
WWW-Authenticate: Basic realm="Google checkout Basic Authentication"
Content-Length: 662
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Authorization Required</title>
</head><body>
<h1>Authorization Required</h1>
<p>This server could not verify that you
are authorized to access the document
requested.  Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the
request.</p>
<hr>
<address>Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_bwlimited/1.4 Server at miratoproducts.com Port 443</address>
</body></html>

3.hataccess.php has been run and hatacces and htpasswd are in the
googlecheckout folder. Force sessions is set to false in osc admin.
Osc is set to production with proper ID and key installed. Orders do
process in googlecheckout but never return to Osc 

What is the expected output? What do you see instead?
I don't want to see any output of errors from the responsehandler

What version of the product are you using? On what operating system?
verson 1,5 Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8e-fips-rhel5
mod_bwlimited/1.4 Server at miratoproducts.com Port 443</address>

Please provide any additional information below.
SSL is approved and the chains have been checked.
I am sure that Google checkout's Failed to Get Basic Authentication and I
see the problem everywhere,but there seems to be no cure anywhere.

Original issue reported on code.google.com by miratopr...@gmail.com on 21 Nov 2009 at 10:19

GoogleCodeExporter commented 9 years ago
Got tired of waiting for an answer and fixed it myself. What good is a forum 
when no
one gives any answers

Original comment by badbo1...@gmail.com on 13 Dec 2009 at 7:44

GoogleCodeExporter commented 9 years ago
Can you give me solution ?

Original comment by iamprite...@gmail.com on 25 Sep 2010 at 7:17

GoogleCodeExporter commented 9 years ago
Yes if I can remember what I did. I will post it when I do.

Original comment by miratopr...@gmail.com on 8 Dec 2010 at 5:54