mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Port rev. 56764.
This commit is contained in:
parent
d3a70da988
commit
cf0ab55a5a
@ -518,7 +518,9 @@ is done using similar steps to setting up a `Basic Authentication`_ handler : ::
|
||||
.. note::
|
||||
|
||||
Currently ``urllib2`` *does not* support fetching of ``https`` locations
|
||||
through a proxy. This can be a problem.
|
||||
through a proxy. However, this can be enabled by extending urllib2 as
|
||||
shown in the recipe [#]_.
|
||||
|
||||
|
||||
Sockets and Layers
|
||||
==================
|
||||
@ -571,3 +573,6 @@ This document was reviewed and revised by John Lee.
|
||||
is set to use the proxy, which urllib2 picks up on. In order to test
|
||||
scripts with a localhost server, I have to prevent urllib2 from using
|
||||
the proxy.
|
||||
.. [#] urllib2 opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe
|
||||
<http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456195>`_.
|
||||
|
||||
|
@ -518,7 +518,9 @@ is done using similar steps to setting up a `Basic Authentication`_ handler : ::
|
||||
.. note::
|
||||
|
||||
Currently ``urllib2`` *does not* support fetching of ``https`` locations
|
||||
through a proxy. This can be a problem.
|
||||
through a proxy. However, this can be enabled by extending urllib2 as
|
||||
shown in the recipe [#]_.
|
||||
|
||||
|
||||
Sockets and Layers
|
||||
==================
|
||||
@ -571,3 +573,6 @@ This document was reviewed and revised by John Lee.
|
||||
is set to use the proxy, which urllib2 picks up on. In order to test
|
||||
scripts with a localhost server, I have to prevent urllib2 from using
|
||||
the proxy.
|
||||
.. [#] urllib2 opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe
|
||||
<http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456195>`_.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user