You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2018/04/20 19:53:22 UTC

[jira] [Closed] (GEODE-3640) Connect with --skip-ssl-validation should not require a Keystore or Truststore

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

Anthony Baker closed GEODE-3640.
--------------------------------

> Connect with --skip-ssl-validation should not require a Keystore or Truststore
> ------------------------------------------------------------------------------
>
>                 Key: GEODE-3640
>                 URL: https://issues.apache.org/jira/browse/GEODE-3640
>             Project: Geode
>          Issue Type: Bug
>          Components: docs, gfsh, security
>    Affects Versions: 1.2.0
>            Reporter: Jared Stewart
>            Assignee: Jared Stewart
>            Priority: Major
>             Fix For: 1.3.0
>
>
> We are still requiring a Keystore and Truststore to be specified if a user connects via gfsh with --skip-ssl-validation.  We ought to be able to fall back to the default JVM truststore in this case since we shouldn't be validating the server's certificate, and thus shouldn't need a custom Truststore.  And since the gfsh client should not get its identity verified by the server, it should not require a custom Keystore.  
> This is what happens currently if you omit those options: 
> {noformat}
> gfsh>connect --use-http --url=https://locator-address/gemfire/v1 --user=username --password=******** --skip-ssl-validation
> I/O error on GET request for "https://locator-address/gemfire/v1/index": sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; nested exception is javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)