Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 610977 Details for
Bug 733657
nss: select client certificates by DER
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
two connections in a row using a client certificate
bz733657.py (text/plain), 467 bytes, created by
Kamil Dudka
on 2012-09-08 10:45:49 UTC
(
hide
)
Description:
two connections in a row using a client certificate
Filename:
MIME Type:
Creator:
Kamil Dudka
Created:
2012-09-08 10:45:49 UTC
Size:
467 bytes
patch
obsolete
>#!/usr/bin/env python > >import os >import pycurl >import StringIO > >c = pycurl.Curl() >c.setopt(pycurl.CAINFO, os.environ['HOME'] + '/.fedora-server-ca.cert') >c.setopt(pycurl.SSLCERT, os.environ['HOME'] + '/.fedora.cert') >c.setopt(pycurl.URL, 'https://koji.fedoraproject.org/koji/login') >c.setopt(pycurl.VERBOSE, 1) >c.setopt(pycurl.WRITEFUNCTION, StringIO.StringIO().write) > >print "\n\n === Attempt #1 ===\n\n" >c.perform() > >print "\n\n === Attempt #2 ===\n\n" >c.perform()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 733657
:
520096
|
520798
|
520799
|
520800
|
521707
|
521708
| 610977