<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/docker/ssladapter, branch https_docs_link</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/'/>
<entry>
<title>Ensure assert_hostname is set on the pool connection</title>
<updated>2015-11-08T01:18:19+00:00</updated>
<author>
<name>Stephen Moore</name>
<email>stephen@delfick.com</email>
</author>
<published>2015-11-08T01:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=da3377771ca6b4f3d26d37d01a4a7a5e41066d0c'/>
<id>da3377771ca6b4f3d26d37d01a4a7a5e41066d0c</id>
<content type='text'>
If you have assert_hostname turned off and are using a proxy on your
computer then assert_hostname wasn't being properly set on the pool
connection and it was failing to connect to docker

Signed-off-by: Stephen Moore &lt;stephen@delfick.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you have assert_hostname turned off and are using a proxy on your
computer then assert_hostname wasn't being properly set on the pool
connection and it was failing to connect to docker

Signed-off-by: Stephen Moore &lt;stephen@delfick.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add assert_fingerprint option.</title>
<updated>2015-03-19T18:43:05+00:00</updated>
<author>
<name>dlorenc</name>
<email>lorenc.d@gmail.com</email>
</author>
<published>2015-03-19T18:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=47f3ff1679bb1ffe8484f46b1580dba899de9e77'/>
<id>47f3ff1679bb1ffe8484f46b1580dba899de9e77</id>
<content type='text'>
Signed-off-by: dlorenc &lt;lorenc.d@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: dlorenc &lt;lorenc.d@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>urllib3/requests issues</title>
<updated>2015-01-09T23:24:22+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-01-09T23:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=9e295d666aa831eb32665bb7e748e3eab0f06a0c'/>
<id>9e295d666aa831eb32665bb7e748e3eab0f06a0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prioritize system-installed urllib3 over requests vendored urllib3.</title>
<updated>2015-01-09T00:12:28+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2015-01-09T00:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=7a623c4019a4eeae964a74369a4b0d92821672da'/>
<id>7a623c4019a4eeae964a74369a4b0d92821672da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2014-10-30T13:07:37+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2014-10-30T13:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=83691139831881f33011e426f09ac9c3796eaa70'/>
<id>83691139831881f33011e426f09ac9c3796eaa70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require highest level of client-supported SSL/TLS crypto</title>
<updated>2014-10-29T19:19:41+00:00</updated>
<author>
<name>Eric Windisch</name>
<email>eric@windisch.us</email>
</author>
<published>2014-10-29T16:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=3529d5bb0d34fa80d51ae9c8992a2908dd9dbfe7'/>
<id>3529d5bb0d34fa80d51ae9c8992a2908dd9dbfe7</id>
<content type='text'>
Up to TLS 1.2, support the highest locally supported crypto
protocol. This eliminates the previous default of PROTOCOL_SSLv23,
replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2
for newer versions of Python 3.

Developers using docker-py may still specify the ssl_version to
override the default.

Signed-off-by: Eric Windisch &lt;eric@windisch.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Up to TLS 1.2, support the highest locally supported crypto
protocol. This eliminates the previous default of PROTOCOL_SSLv23,
replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2
for newer versions of Python 3.

Developers using docker-py may still specify the ssl_version to
override the default.

Signed-off-by: Eric Windisch &lt;eric@windisch.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable the overriding of `assert_hostname` on TLSConfig</title>
<updated>2014-10-14T11:04:46+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2014-10-13T15:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=4bf438d7b8d47c04aec5c1e33fa358417b37df55'/>
<id>4bf438d7b8d47c04aec5c1e33fa358417b37df55</id>
<content type='text'>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aanand Prasad &lt;aanand.prasad@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in ssladapter.py</title>
<updated>2014-10-14T11:04:46+00:00</updated>
<author>
<name>Aanand Prasad</name>
<email>aanand.prasad@gmail.com</email>
</author>
<published>2014-10-14T09:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=7db976c1e3e41c65eda3c3fb62243124bd947d60'/>
<id>7db976c1e3e41c65eda3c3fb62243124bd947d60</id>
<content type='text'>
- Check that `urllib_ver` is not None, instead of `urllib3`
- Do version comparison only if `urllib_ver` is *not* "dev"

Fixes #325. Original work by @sidprak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Check that `urllib_ver` is not None, instead of `urllib3`
- Do version comparison only if `urllib_ver` is *not* "dev"

Fixes #325. Original work by @sidprak.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified init_poolmanager</title>
<updated>2014-09-08T15:22:49+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2014-09-08T15:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=d9f1b250fd31bc38dae3230541dfd952ba6cb44d'/>
<id>d9f1b250fd31bc38dae3230541dfd952ba6cb44d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some urllib3 import issues</title>
<updated>2014-07-09T16:37:04+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2014-07-09T15:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=6f557ed73372aa5823393a53b079bf4cec7511b8'/>
<id>6f557ed73372aa5823393a53b079bf4cec7511b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
