Changeset 621:a7b287122ce8 in documentViewer
- Timestamp:
- Dec 11, 2014, 4:24:21 PM (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SrvTxtUtils.py
r620 r621 281 281 try: 282 282 logging.debug("getHttp(lib2)Data(#%s %ss) url=%s"%(cnt+1,timeout,url)) 283 h = httplib2.Http(cache=cache, timeout=float(timeout), disable_ssl_certificate_validation= insecure)283 h = httplib2.Http(cache=cache, timeout=float(timeout), disable_ssl_certificate_validation=True) 284 284 if username: 285 285 h.add_credentials(username, password)
Note: See TracChangeset
for help on using the changeset viewer.