Author: tomaz
Date: Thu Jan 14 11:26:58 2016
New Revision: 1724586

URL: http://svn.apache.org/viewvc?rev=1724586&view=rev
Log:
Clarify that TLS v1.2 is also supported by Linode.

Modified:
    libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html
    libcloud/site/trunk/generated/blog/archives/2016/01/index.html
    libcloud/site/trunk/generated/blog/atom.xml
    libcloud/site/trunk/generated/blog/index.html
    libcloud/site/trunk/generated/blog/tags/announcement.html
    libcloud/site/trunk/generated/blog/tags/linode.html
    libcloud/site/trunk/generated/blog/tags/news.html
    libcloud/site/trunk/generated/sitemap.xml
    libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md

Modified: 
libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html 
(original)
+++ libcloud/site/trunk/generated/blog/2016/01/14/notice-for-linode-users.html 
Thu Jan 14 11:26:58 2016
@@ -130,17 +130,19 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.</p>
 
 <p>After experiencing DDoS attacks, Linode recently dropped support for TLS 
v1.0
-and it now only support TLS v1.1. This means Libcloud won&#39;t work out of 
the box
-anymore.</p>
+and it now only support TLS &gt;= v1.1. This means Libcloud won&#39;t work out 
of the
+box anymore.</p>
 
 <h2>Solution</h2>
 
-<p>If you are experiencing this issue, you should update your code to use TLS 
v1.1
-as shown below.</p>
+<p>If you are experiencing this issue, you should update your code to use TLS 
v1.2
+or TLS v1.1 as shown below.</p>
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 </code></pre></div>

Modified: libcloud/site/trunk/generated/blog/archives/2016/01/index.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/archives/2016/01/index.html?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/archives/2016/01/index.html (original)
+++ libcloud/site/trunk/generated/blog/archives/2016/01/index.html Thu Jan 14 
11:26:58 2016
@@ -122,17 +122,19 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.</p>
 
 <p>After experiencing DDoS attacks, Linode recently dropped support for TLS 
v1.0
-and it now only support TLS v1.1. This means Libcloud won&#39;t work out of 
the box
-anymore.</p>
+and it now only support TLS &gt;= v1.1. This means Libcloud won&#39;t work out 
of the
+box anymore.</p>
 
 <h2>Solution</h2>
 
-<p>If you are experiencing this issue, you should update your code to use TLS 
v1.1
-as shown below.</p>
+<p>If you are experiencing this issue, you should update your code to use TLS 
v1.2
+or TLS v1.1 as shown below.</p>
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 </code></pre></div>

Modified: libcloud/site/trunk/generated/blog/atom.xml
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/atom.xml?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/atom.xml (original)
+++ libcloud/site/trunk/generated/blog/atom.xml Thu Jan 14 11:26:58 2016
@@ -5,7 +5,7 @@
   <link href="https://libcloud.apache.org"; rel="self" />
   <link href="https://libcloud.apache.org"; />
   <id>https://libcloud.apache.org</id>
-  <updated>2016-01-14T11:12:37+01:00</updated>
+  <updated>2016-01-14T12:26:37+01:00</updated>
   <author>
     <name>The Apache Software Foundation</name>
   </author>
@@ -37,17 +37,19 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.&lt;/p&gt;
 
 &lt;p&gt;After experiencing DDoS attacks, Linode recently dropped support for 
TLS v1.0
-and it now only support TLS v1.1. This means Libcloud won&amp;#39;t work out 
of the box
-anymore.&lt;/p&gt;
+and it now only support TLS &amp;gt;= v1.1. This means Libcloud won&amp;#39;t 
work out of the
+box anymore.&lt;/p&gt;
 
 &lt;h2&gt;Solution&lt;/h2&gt;
 
-&lt;p&gt;If you are experiencing this issue, you should update your code to 
use TLS v1.1
-as shown below.&lt;/p&gt;
+&lt;p&gt;If you are experiencing this issue, you should update your code to 
use TLS v1.2
+or TLS v1.1 as shown below.&lt;/p&gt;
 &lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;text 
language-text&quot; data-lang=&quot;text&quot;&gt;import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

Modified: libcloud/site/trunk/generated/blog/index.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/index.html?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/index.html (original)
+++ libcloud/site/trunk/generated/blog/index.html Thu Jan 14 11:26:58 2016
@@ -124,18 +124,20 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.</p>
 
 <p>After experiencing DDoS attacks, Linode recently dropped support for TLS 
v1.0
-and it now only support TLS v1.1. This means Libcloud won&#39;t work out of 
the box
-anymore.</p>
+and it now only support TLS &gt;= v1.1. This means Libcloud won&#39;t work out 
of the
+box anymore.</p>
 
 <h2>Solution</h2>
 
-<p>If you are experiencing this issue, you should update your code to use TLS 
v1.1
-as shown below.</p>
+<p>If you are experiencing this issue, you should update your code to use TLS 
v1.2
+or TLS v1.1 as shown below.</p>
 
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 </code></pre></div>

Modified: libcloud/site/trunk/generated/blog/tags/announcement.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/announcement.html?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/announcement.html (original)
+++ libcloud/site/trunk/generated/blog/tags/announcement.html Thu Jan 14 
11:26:58 2016
@@ -123,18 +123,20 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.</p>
 
 <p>After experiencing DDoS attacks, Linode recently dropped support for TLS 
v1.0
-and it now only support TLS v1.1. This means Libcloud won&#39;t work out of 
the box
-anymore.</p>
+and it now only support TLS &gt;= v1.1. This means Libcloud won&#39;t work out 
of the
+box anymore.</p>
 
 <h2>Solution</h2>
 
-<p>If you are experiencing this issue, you should update your code to use TLS 
v1.1
-as shown below.</p>
+<p>If you are experiencing this issue, you should update your code to use TLS 
v1.2
+or TLS v1.1 as shown below.</p>
 
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 </code></pre></div>

Modified: libcloud/site/trunk/generated/blog/tags/linode.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/linode.html?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/linode.html (original)
+++ libcloud/site/trunk/generated/blog/tags/linode.html Thu Jan 14 11:26:58 2016
@@ -123,18 +123,20 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.</p>
 
 <p>After experiencing DDoS attacks, Linode recently dropped support for TLS 
v1.0
-and it now only support TLS v1.1. This means Libcloud won&#39;t work out of 
the box
-anymore.</p>
+and it now only support TLS &gt;= v1.1. This means Libcloud won&#39;t work out 
of the
+box anymore.</p>
 
 <h2>Solution</h2>
 
-<p>If you are experiencing this issue, you should update your code to use TLS 
v1.1
-as shown below.</p>
+<p>If you are experiencing this issue, you should update your code to use TLS 
v1.2
+or TLS v1.1 as shown below.</p>
 
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 </code></pre></div>

Modified: libcloud/site/trunk/generated/blog/tags/news.html
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/news.html?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/news.html (original)
+++ libcloud/site/trunk/generated/blog/tags/news.html Thu Jan 14 11:26:58 2016
@@ -123,18 +123,20 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.</p>
 
 <p>After experiencing DDoS attacks, Linode recently dropped support for TLS 
v1.0
-and it now only support TLS v1.1. This means Libcloud won&#39;t work out of 
the box
-anymore.</p>
+and it now only support TLS &gt;= v1.1. This means Libcloud won&#39;t work out 
of the
+box anymore.</p>
 
 <h2>Solution</h2>
 
-<p>If you are experiencing this issue, you should update your code to use TLS 
v1.1
-as shown below.</p>
+<p>If you are experiencing this issue, you should update your code to use TLS 
v1.2
+or TLS v1.1 as shown below.</p>
 
 <div class="highlight"><pre><code class="text language-text" 
data-lang="text">import ssl
 
 import libcloud.security
 libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+# or even better if your system and Python version supports TLS v1.2
+libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
 # Instantiate and work with the Linode driver here...
 </code></pre></div>

Modified: libcloud/site/trunk/generated/sitemap.xml
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Thu Jan 14 11:26:58 2016
@@ -298,7 +298,7 @@
     </url>
     <url>
         <loc>https://libcloud.apache.org/</loc>
-        <lastmod>2016-01-14T11:12:34+01:00</lastmod>
+        <lastmod>2016-01-14T12:26:33+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/whois-using.html</loc>
@@ -330,7 +330,7 @@
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/blog/</loc>
-        <lastmod>2016-01-14T11:12:34+01:00</lastmod>
+        <lastmod>2016-01-14T12:26:33+01:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc-2014.html</loc>

Modified: 
libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md?rev=1724586&r1=1724585&r2=1724586&view=diff
==============================================================================
--- libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md 
(original)
+++ libcloud/site/trunk/source/_posts/2016-01-14-notice-for-linode-users.md Thu 
Jan 14 11:26:58 2016
@@ -26,18 +26,20 @@ compatibility reasons (Libcloud also sup
 uses TLS v1.0 by default.
 
 After experiencing DDoS attacks, Linode recently dropped support for TLS v1.0
-and it now only support TLS v1.1. This means Libcloud won't work out of the box
-anymore.
+and it now only support TLS >= v1.1. This means Libcloud won't work out of the
+box anymore.
 
 ## Solution
 
-If you are experiencing this issue, you should update your code to use TLS v1.1
-as shown below.
+If you are experiencing this issue, you should update your code to use TLS v1.2
+or TLS v1.1 as shown below.
 
     import ssl
 
     import libcloud.security
     libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_1
+    # or even better if your system and Python version supports TLS v1.2
+    libcloud.security.SSL_VERSION = ssl.PROTOCOL_TLSv1_2
 
     # Instantiate and work with the Linode driver here...
 


Reply via email to