/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

merge bzr.dev r4042

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)