Closed GoogleCodeExporter closed 8 years ago
I'm beginning to think this is more of a url redirection issue than anything
else. I
made my whole site https (port 443) via apache.
A reproduction of my issue follows:
1) go through the buying process to the point where you arrive at the cart with
the
item you wish to buy, its price, and the quantity.
2) click on the Google Checkout button.
3) The url request (that's failing) is "https://mydomain.net/google-checkout"
4) which results in Error: "<urlopen error unknown url type: https>"
I've encountered this error with every object type that I "make buyable".
When I'm in the "cart", I can manually enter the url below and it will
successfully
show the "Checkout" screen displaying a form collecting Contact Information,
Mailing
Address, and Shipping Address.
'https://oct.dnsdojo.net/@@getpaid-checkout-wizard'
Any thoughts on why the requested url from the cart is
'https://mydomain.net/google-checkout' ?
What is the correct url that succeeds from the cart?
Thanks... Jim
Following is more detail from the error output:
AUTHENTICATED_USER <PropertiedUser 'tony'>
URL 'https://mydomain.net/google-checkout'
VirtualRootPhysicalPath ('', 'Plone')
VIRTUAL_URL 'https://mydomain.net/google-checkout'
SERVER_URL 'https://mydomain.net'
LANGUAGE_TOOL <Products.PloneLanguageTool.LanguageTool.LanguageBinding instance
at
0xf4c3b90>
AUTHENTICATION_PATH 'Plone/virtual_hosting'
__ac 'NjE2NDZkNjk2ZTozZjYyNzI2Zjc3NmU2MzZmNjE3NDNm'
PUBLISHED <Products.Five.metaclass.Checkout object at 0x1059bfd0>
ACTUAL_URL 'https://mydomain.net/google-checkout'
VIRTUAL_URL_PARTS ('https://mydomain.net', 'google-checkout')
URL0 https://mydomain.net/google-checkout
URL1 https://mydomain.net
BASE0 https://mydomain.net
BASE1 https://mydomain.net
BASE2 https://mydomain.net/google-checkout
environ
HTTP_X_FORWARDED_SERVER 'mydomain.net/'
HTTP_REFERER 'https://mydomain.net/nucleus/bmw.jpg/@@getpaid-cart-add'
HTTP_ACCEPT_LANGUAGE 'en-us,en;q=0.5'
SERVER_SOFTWARE 'Zope/(Zope 2.10.6-final, python 2.4.5, linux2) ZServer/1.1
Plone/3.1.7'
SCRIPT_NAME ''
REQUEST_METHOD 'POST'
PATH_INFO '/VirtualHostBase/https/mydomain.net:443/Plone/VirtualHostRoot/google-
checkout'
SERVER_PROTOCOL 'HTTP/1.1'
channel.creation_time 1230308257
CONNECTION_TYPE 'Keep-Alive'
HTTP_ACCEPT_CHARSET 'ISO-8859-1,utf-8;q=0.7,*;q=0.7'
HTTP_USER_AGENT 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5)
Gecko/2008120122 Firefox/3.0.5'
HTTP_COOKIE '_ZopeId="44652467A3rUduu2Jbs";
__ac="NjE2NDZkNjk2ZTozZjYyNzI2Zjc3NmU2MzZmNjE3NDNm"'
SERVER_NAME '0.0.0.0'
REMOTE_ADDR '192.168.1.21'
HTTP_VIA '1.1 mydomain.net/'
PATH_TRANSLATED
'/VirtualHostBase/https/mydomain.net:443/Plone/VirtualHostRoot/google-checkout'
SERVER_PORT '8080'
CONTENT_LENGTH '57'
HTTP_HOST 'mydomain.net'
HTTP_ACCEPT 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
GATEWAY_INTERFACE 'CGI/1.1'
HTTP_X_FORWARDED_FOR '192.168.1.1'
HTTP_X_FORWARDED_HOST 'mydomain.net'
CONTENT_TYPE 'application/x-www-form-urlencoded'
HTTP_ACCEPT_ENCODING 'gzip,deflate
Original comment by onsom...@gmail.com
on 26 Dec 2008 at 4:39
this is not a getpaid issue.
Original comment by lucielej...@gmail.com
on 15 May 2009 at 8:50
Original issue reported on code.google.com by
onsom...@gmail.com
on 22 Dec 2008 at 7:19