henrique-arkpad / google-apps-improved-login

Automatically exported from code.google.com/p/google-apps-improved-login
0 stars 0 forks source link

SSL module not found #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Step 8 of the installation: C:\appengine>appcfg.py update gail/
2.
3.

What is the expected output? What do you see instead?
This is the error received:
Application: gail; version: 1.
Host: appengine.google.com

Beginning update of app: gail, version: 1
Scanning files on local disk.
Initiating update of app: gail, version: 1
2011-03-07 12:48:03,778 WARNING appengine_rpc.py:410 ssl module not found.
Without the ssl module, the identity of the remote host cannot be verified, and
connections may NOT be secure. To fix this, please install the ssl module from
http://pypi.python.org/pypi/ssl .
To learn more, see http://code.google.com/appengine/kb/general.html#rpcssl .
Email: email@mydomain.com
Password for email@mydomain.com:
Error 403: --- begin server output ---
You do not have permission to modify this app (app_id=u'gail').

What version of the product are you using? On what operating system?
gail-experimental

Please provide any additional information below.
actual email address in error above replaced with email@mydomain.com
I do have Win32 OpenSSL Light installed.

Original issue reported on code.google.com by helpd...@gatewaycdi.com on 7 Mar 2011 at 7:44

GoogleCodeExporter commented 9 years ago
It looks like you are typing in the wrong password for your account. Remember, 
you must sign in with an account that has "administrator" privileges. Also, 
ignore the SSL warning - this is just noting that the uploading of the files to 
the the Google App Engine servers is not being done through an SSL encrypted 
connection. This will not affect the function of your login page.

Original comment by ami...@mukerj.ee on 3 Sep 2011 at 4:09