superbstreak opened a new pull request #1366: [DRILL-6581] C++ Client SSL 
Implementation Fixes/Improvements
URL: https://github.com/apache/drill/pull/1366
 
 
   - Fix: Hostname verification doesnt function as expected. 
          > Host and port passed in to the callback are always empty. Parsing 
the connection string before we use the host name.
          > Connection string port (31010) is not required for the hostname 
verification.
   - Fix: Certificate load verification exceptions are swallowed and not 
propagated.
   - Improvement: SSL V3 is not disabled.
          > Disabled SSLv2 and SSLv3.
   - Improvement: Hostname verification will throw the same error message as 
certificate exception.  
          > Separated them to allow better user error handling/debugging.
   - Improvement: Create individual error messages to allow error handling of 
the application using the client and follows the standard of the rest of the 
errors

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to