[ 
https://issues.apache.org/jira/browse/HDFS-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14940772#comment-14940772
 ] 

Vijay Singh commented on HDFS-7275:
-----------------------------------

The formatting did not work typing code snippet without formatting.
{noformat}
<Connector port="${httpfs.http.port}" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               clientAuth="false" 
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2,SSLv2Hello"
               keystoreFile="${httpfs.ssl.keystore.file}"
               keystorePass="_httpfs_ssl_keystore_pass_"/>
{noformat}


> Add TLSv1.1,TLSv1.2 to HttpFS
> -----------------------------
>
>                 Key: HDFS-7275
>                 URL: https://issues.apache.org/jira/browse/HDFS-7275
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: webhdfs
>    Affects Versions: 2.7.0
>            Reporter: Robert Kanter
>            Assignee: Vijay Singh
>
> HDFS-7274 required us to specifically list the versions of TLS that HttpFS 
> supports. With Hadoop 2.7 dropping support for Java 6 and Java 7 supporting 
> TLSv1.1 and TLSv1.2, we should add them to the list.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to