You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "zhiyong zhang (JIRA)" <ji...@apache.org> on 2009/03/27 00:10:52 UTC

[jira] Updated: (HADOOP-5364) Adding SSL certificate expiration warning to hdfsproxy

     [ https://issues.apache.org/jira/browse/HADOOP-5364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zhiyong zhang updated HADOOP-5364:
----------------------------------

    Attachment: HADOOP-5364.patch

   * For client-side cert expiration warning, set a 30 day threshold.  If the client cert is within 30 days of expiration, send a warning message to every client request before sending the actual response.  
    
    * For server-side cert expiration, added such a functionality to proxyUtil. Its a performance annoyance to check the server-side cert expiration date on every client request. In case we want to know its expiration date, we can use proxyUtil to query that. 

zhiyong.


> Adding SSL certificate expiration warning to hdfsproxy
> ------------------------------------------------------
>
>                 Key: HADOOP-5364
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5364
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/hdfsproxy
>            Reporter: Kan Zhang
>            Assignee: zhiyong zhang
>         Attachments: HADOOP-5364.patch
>
>
> SSL certificate warning should be provided on both client and proxy server side.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.