Re: DefaultHostnameVerifier for private domains

2020-01-20 Thread Oleg Kalnichevski
On Mon, 2020-01-20 at 11:49 +, Daniel wrote: > Hi folks  > > I believe the recent change to > https://github.com/apache/httpcomponents-client/pull/198 broke > validation > for private domains. > The domain type is now forced to ICANN. In my scenario this causes a > valid > cert check for

DefaultHostnameVerifier for private domains

2020-01-20 Thread Daniel
Hi folks  I believe the recent change to https://github.com/apache/httpcomponents-client/pull/198 broke validation for private domains. The domain type is now forced to ICANN. In my scenario this causes a valid cert check for foo.bar to fail because bar is not part of the PublicSuffixMatcher