~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/ca_bundle.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-01-08 17:37:09 UTC
  • mfrom: (3928.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090108173709-wgrkm02ayt1gf1n1
(vila) Add native ssl support for python-2.6,
        starting with an https test server

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    # from "Details on Server SSL Certificates"
37
37
    # http://curl.haxx.se/docs/sslcerts.html
38
38
    #
39
 
    # 4. If you're using the curl command line tool, you can specify your own CA
40
 
    #    cert path by setting the environment variable CURL_CA_BUNDLE to the path
41
 
    #    of your choice.
 
39
    # 4. If you're using the curl command line tool, you can specify your own
 
40
    #    CA cert path by setting the environment variable CURL_CA_BUNDLE to the
 
41
    #    path of your choice.
42
42
    #
43
 
    #    If you're using the curl command line tool on Windows, curl will search
44
 
    #    for a CA cert file named "curl-ca-bundle.crt" in these directories and in
45
 
    #    this order:
 
43
    #    If you're using the curl command line tool on Windows, curl will
 
44
    #    search for a CA cert file named "curl-ca-bundle.crt" in these
 
45
    #    directories and in this order:
46
46
    #      1. application's directory
47
47
    #      2. current working directory
48
48
    #      3. Windows System directory (e.g. C:\windows\system32)