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

Allen Wittenauer commented on HADOOP-14083:
-------------------------------------------

bq. How can I fix the shellcheck errors for the multi-line string?

It's really shellcheck giving a hint that this is doing something it shouldn't. 
 There's two key problems with this approach:

1) any space in that string will cause a new option to be formed on the command 
line

2) the command line is going to be REALLY long and will likely blow CLI buffers 
on some operating systems

Maybe this should just be a change to catalina.properties?

> KMS should support old SSL clients
> ----------------------------------
>
>                 Key: HADOOP-14083
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14083
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: kms
>    Affects Versions: 2.8.0, 2.7.4, 2.6.6
>            Reporter: John Zhuge
>            Assignee: John Zhuge
>            Priority: Minor
>         Attachments: HADOOP-14083.branch-2.001.patch
>
>
> HADOOP-13812 upgraded Tomcat to 6.0.48 which filters weak ciphers. Old SSL 
> clients such as curl stop working. The symptom is {{NSS error -12286}} when 
> running {{curl -v}}.
> Instead of forcing the SSL clients to upgrade, we can configure Tomcat to 
> explicitly allow enough weak ciphers so that old SSL clients can work.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to