You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/10/10 06:21:38 UTC

[GitHub] [drill] tamermh opened a new issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

tamermh opened a new issue #2330:
URL: https://github.com/apache/drill/issues/2330


   many of the servers deployed locally with self signed certificate which cannot be verified or used by HTTP Storage Plugin
   
   this will return error as the following
   
   E**rror message: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target**
   
   It will be great to add setting to HTTP Storage Plugin to access https sites without validating the ssl certificate or verifing the hostname.
   
   for example, similar to apache drill  SSL JDBC connection parameters disableCertificateVerification and disableHostVerification
   
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo edited a comment on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
dzamo edited a comment on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-941891731


   @cgivre @tamermh the apache/drill:master* Docker images also offer an easy way to try something that's just been merged without having to build.  Just give the CI a couple of hours to spit them out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-941323402


   Well, you'd have to download the branch of Drill with the fix, then build it and then try it out.  It looks like it will be merged shortly, so you can just download 1.20.0-SNAPSHOT once the fix has been merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
dzamo commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-941891731


   @cgivre @tamermh the apache/drill:master Docker images also offer an easy way to try something that's just been merged without having to build.  Just give the CI a couple of hours to spit them out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-939503088


   This seems pretty straightforward to add.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
dzamo commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-941891731


   @cgivre @tamermh the apache/drill:master Docker images also offer an easy way to try something that's just been merged without having to build.  Just give the CI a couple of hours to spit them out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] tamermh commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
tamermh commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-939892740


   Excuse my ignorance,  will you please let me know how to test it?
   
   Thanks for the very super quick support


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-939558321


   @tamermh, 
   Here you go.  Can you please test and review?
   
   https://github.com/apache/drill/pull/2331


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre closed issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
cgivre closed issue #2330:
URL: https://github.com/apache/drill/issues/2330


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] tamermh edited a comment on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
tamermh edited a comment on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-939535058


   > This seems pretty straightforward to add.
   
   Great, When it can be available?
   Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] dzamo edited a comment on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
dzamo edited a comment on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-941891731


   @cgivre @tamermh the apache/drill:master* Docker images also offer an easy way to try something that's just been merged without having to build.  Just give the CI a couple of hours to spit them out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre closed issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
cgivre closed issue #2330:
URL: https://github.com/apache/drill/issues/2330


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] tamermh commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
tamermh commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-939535058


   > This seems pretty straightforward to add.
   
   When it can be available?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [drill] cgivre commented on issue #2330: add setting to HTTP Storage Plugin to access https without validating the ssl certificate

Posted by GitBox <gi...@apache.org>.
cgivre commented on issue #2330:
URL: https://github.com/apache/drill/issues/2330#issuecomment-941323402


   Well, you'd have to download the branch of Drill with the fix, then build it and then try it out.  It looks like it will be merged shortly, so you can just download 1.20.0-SNAPSHOT once the fix has been merged.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@drill.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org