DNS Multiple A Support
----------------------
Key: HTTPCLIENT-855
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-855
Project: HttpComponents HttpClient
Issue Type: Question
Components: HttpClient
Affects Versions: 3.1 Final
Environment: Windows
Reporter: THIRION Yannick
Priority: Minor
I didn't find any documentation on using DNS multiple A with httpclient.
I set up a 2 IP DNS configuration and tried to perform an HTTPS request to this
DNS address.
It looks like httpclient does not try to walk through the IPs.
When the first IP connection failed due to connection refused it retryies on
the first IP but didn't try to fallback to secondary IP.
Is that the expected behavious?
Note : I'm using a custom SSL handler to support PKCS11 java keystore
Is httpclient compliant with multiple A? If yes, is there any special settings?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]