I have an app running locally on a computer and I will use that
computer to host my app, instead of using the appspot domain. However,
when I try to access the app remotely from another computer, I got this
error message:


__init__.py:391] [Errno url error] unknown url type: 'https'



I checked and saw the ssl is supported:



>>> import httplib
>>> hasattr(httplib, 'HTTPS')
True
>>> import socket
>>> hasattr(socket, 'ssl')
True


Do you know what's wrong with it?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to