Changeset 5bd8f1b
- Timestamp:
- Jan 31, 2013 3:47:35 PM (12 years ago)
- Branches:
- master
- Children:
- 9a52a80
- Parents:
- 661e857
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/util.py
r661e857 r5bd8f1b 218 218 while not ok and retries < max_retries: 219 219 try: 220 if log:221 log.debug('Creating HTTPSConnection: %s' % cf)222 220 conn = httplib.HTTPSConnection(po.hostname, port=po.port, 223 221 cert_file=cf, key_file=cf, timeout=30)
Note: See TracChangeset
for help on using the changeset viewer.