You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: