softlayer / softlayer-object-storage-python

SoftLayer Object Storage Python Client
Other
19 stars 30 forks source link

WindowsError - [Error 5] Access is denied - Python27\lib\ssl.py in _load_windows_store_certs, line 365 #48

Open rao-g opened 8 years ago

rao-g commented 8 years ago

Hey,

I am getting following error, i have tried setting up on different server, on local server code is working fine.

Request Method: GET Request URL: http://*****/ Django Version: 1.9.5 Exception Type: WindowsError Exception Value:
[Error 5] Access is denied Exception Location: c:\Python27\lib\ssl.py in _load_windows_store_certs, line 365 Python Executable: c:\Python27\python.exe Python Version: 2.7.9 Python Path:
['.', 'c:\pyLGUC', 'C:\Windows\SYSTEM32\python27.zip', 'c:\Python27\DLLs', 'c:\Python27\lib', 'c:\Python27\lib\plat-win', 'c:\Python27\lib\lib-tk', 'c:\Python27', 'c:\Python27\lib\site-packages', 'C:\pyLGUC']

Getting error on :-

c:\Python27\lib\ssl.py in _load_windows_store_certs for cert, encoding, trust in enum_certificates(storename):

Local Vars

purpose _ASN1Object(nid=129, shortname='serverAuth', longname='TLS Web Server Authentication', oid='1.3.6.1.5.5.7.3.1')

storename
'CA'

It has been a week couldn't find anything on web.