SSL Handshake failures when using smithy CLI with private maven repository in smithy-build.json #2370
Labels
bug
This issue is a bug.
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
I'm trying to migrate some of our smithy tooling to use the smithy-cli instead of gradle.
I have a private github maven repository specified in my
smithy-build.json
. I can reach the path to the maven repository and collect the artifact without issue usingcurl -u nated0g:$GITHUB_TOKEN https://maven.pkg.github.com/foo
. The smithy build works fine using gradle.relevant part of
smithy-build.json
:Relevant logs (from
smithy build --logging FINE --stacktrace
), including stack trace:The text was updated successfully, but these errors were encountered: