I have problem when trying to connect to gmail through HTTPS proxy.
I do like follow:
libgmail.PROXY_URL = "10.10.10.10:8080"
ga = libgmail.GmailAccount(email, passwd)
ga.login()
I get:
ga.login()
File "c:\python24\Lib\site-packages\libgmail.py", line 305, in login
pageData = self._retrievePage(req)
File "c:\python24\Lib\site-packages\libgmail.py", line 348, in _retrievePage
resp = self.opener.open(req)
File "build\bdist.win32\egg\mechanize\_opener.py", line 191, in open
File "C:\Python24\lib\urllib2.py", line 378, in _open
'_open', req)
File "C:\Python24\lib\urllib2.py", line 338, in _call_chain
result = func(*args)
File "build\bdist.win32\egg\mechanize\_http.py", line 751, in https_open
ttributeError: 'int' object has no attribute 'find_key_cert'
I use libgmail-0.1.11.
Can anyone help me, please?
--
regards,
Kes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all!
I have problem when trying to connect to gmail through HTTPS proxy.
I do like follow:
libgmail.PROXY_URL = "10.10.10.10:8080"
ga = libgmail.GmailAccount(email, passwd)
ga.login()
I get:
ga.login()
File "c:\python24\Lib\site-packages\libgmail.py", line 305, in login
pageData = self._retrievePage(req)
File "c:\python24\Lib\site-packages\libgmail.py", line 348, in _retrievePage
resp = self.opener.open(req)
File "build\bdist.win32\egg\mechanize\_opener.py", line 191, in open
File "C:\Python24\lib\urllib2.py", line 378, in _open
'_open', req)
File "C:\Python24\lib\urllib2.py", line 338, in _call_chain
result = func(*args)
File "build\bdist.win32\egg\mechanize\_http.py", line 751, in https_open
ttributeError: 'int' object has no attribute 'find_key_cert'
I use libgmail-0.1.11.
Can anyone help me, please?
--
regards,
Kes
Did anyone ever figure this out? I'm having the same problem as well...