You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ds...@apache.org on 2015/09/02 03:17:24 UTC

svn commit: r1700697 - in /ignite/site/trunk: features/clientprotos.html news.html

Author: dsetrakyan
Date: Wed Sep  2 01:17:23 2015
New Revision: 1700697

URL: http://svn.apache.org/r1700697
Log:
Fixes to news and client protos

Modified:
    ignite/site/trunk/features/clientprotos.html
    ignite/site/trunk/news.html

Modified: ignite/site/trunk/features/clientprotos.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/features/clientprotos.html?rev=1700697&r1=1700696&r2=1700697&view=diff
==============================================================================
--- ignite/site/trunk/features/clientprotos.html (original)
+++ ignite/site/trunk/features/clientprotos.html Wed Sep  2 01:17:23 2015
@@ -54,7 +54,7 @@ under the License.
             <h2 class="first">Client Protocols</h2>
             <p>
                 Ignite supports several protocols for client connectivity to Ignite clusters, including Ignite Native
-                Clients, REST/HTTP, Memcached, Node.js (under development), etc.
+                Clients, REST/HTTP, SSL/TLS Memcached, Node.js (under development), etc.
             </p>
             <div class="page-heading">GitHub Examples:</div>
             <p>
@@ -115,6 +115,17 @@ under the License.
                             </div>
                         </td>
                     </tr>
+                    <tr>
+                        <td class="left">SSL/TLS</td>
+                        <td>
+                            <p>
+                                Ignite allows you to use SSL socket communication among all Ignite client and server nodes.
+                            </p>
+                            <div class="page-links">
+                                <a href="https://apacheignite.readme.io/docs/ssltls" target="docs">Docs for this Feature <i class="fa fa-angle-double-right"></i></a>
+                            </div>
+                        </td>
+                    </tr>
                     <tr>
                         <td class="left">Node.JS (under development)</td>
                         <td>

Modified: ignite/site/trunk/news.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/news.html?rev=1700697&r1=1700696&r2=1700697&view=diff
==============================================================================
Binary files - no diff available.