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

Oleg Kalnichevski resolved HTTPCLIENT-1587.
-------------------------------------------
    Resolution: Won't Fix

Sebastian

Writing anything other than a fatal error to stderr would be extreme and, in my 
opinion, irresponsible. 

I added a protected method to SSLContextBuilder that can be overwritten by a 
subclass in order to perform extra trust / key material validation [1] If you 
absolutely insist I can create an HttpClient specific subclass of 
SSLContextBuilder that logs extra SSL details as well as warning for those 
cases where we think key material might be used incorrectly. However, I 
personally think a note in javadocs added by you is perfectly sufficient.

Oleg   

[1] 
https://github.com/apache/httpcore/commit/76669c7c9894d93151a06a1d3cb1e1a9fa7888a3

> Log warning if KeyManager instances are passed to SSLContext#init ?
> -------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1587
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1587
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>            Reporter: Sebb
>            Priority: Minor
>
> Further to HTTPCLIENT-1585, maybe it would be worth logging a warning if HC 
> detects that multiple KeyManager instances are passed to SSLContext#init ?
> And/or note this in the appropriate Javadoc.



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

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

Reply via email to