To be frank I have no idea. This feels like a problem with the trusted store or SSL implementation in the JDK you are using and has most likely nothing to do with the example project you are trying to run. As an workaround you could just download the file in the error, put it in the project and reconfigure this property to point at it: https://github.com/erdi/webdriver-binaries-gradle-plugin#configuring-download-urls .
On Wed, Jun 29, 2022 at 10:46 PM Ed Young <[email protected]> wrote: > Interesting. It just ran successfully, but when I tried to run it again it > failed. If I wait, it will work again. > Do I have to wait for a session to expire or something? > > > On Wednesday, June 29, 2022 at 2:47:40 PM UTC-6 Ed Young wrote: > >> HA! We had a great time, and yes, I have a lot of geb experience. It's >> been a long long time though. Starting from scratch. >> is this old, esoteric or modified? >> >> geb-example-gradle git:(master) java --version >> openjdk 11.0.2 2019-01-15 >> OpenJDK Runtime Environment 18.9 (build 11.0.2+9) >> OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) >> >> On Wednesday, June 29, 2022 at 2:37:25 PM UTC-6 [email protected] >> wrote: >> >>> And btw, that example project builds just fine on CI, here's a >>> successful build from about a month ago: >>> https://app.circleci.com/pipelines/github/geb/geb-example-gradle/133/workflows/f1bb4852-81a3-4f6a-a8fd-d7da568a5917 >>> . >>> >>> On Wed, Jun 29, 2022 at 9:34 PM Marcin Erdmann <[email protected]> >>> wrote: >>> >>>> On Wed, Jun 29, 2022 at 9:19 PM Ed Young <[email protected]> wrote: >>>> >>>>> (I even had beers with Luke here in Denver at a conference) >>>> >>>> >>>> With that credentials I would say that you are an expert not just >>>> semi-expert. ;) >>>> >>>> >>>>> * What went wrong: >>>>> Execution failed for task ':configureChromeDriverBinary'. >>>>> > Could not read textResource ' >>>>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json >>>>> '. >>>>> > Could not get resource ' >>>>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json >>>>> '. >>>>> > Could not HEAD ' >>>>> https://raw.githubusercontent.com/webdriverextensions/webdriverextensions-maven-plugin-repository/master/repository-3.0.json >>>>> '. >>>>> > peer not authenticated >>>>> >>>> >>>> A quick google of this type of error seems to suggest an SSL issue with >>>> validating the host certificate. Are you by chance using on some old, >>>> esoteric or modified JDK? >>>> >>>> Marcin >>>> >>> -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/geb-user/076652e7-6044-40de-8097-7dde670557a0n%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/076652e7-6044-40de-8097-7dde670557a0n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CA%2B52dQR96rPRH%3DfQZTFmDr0Q7e49Ry3%2BiC22zP4Psbv7%2B7y7iw%40mail.gmail.com.
