Replies: 2 comments 2 replies
-
/cc @ebullient (cli), @evanchooly (kotlin), @geoand (kotlin), @maxandersen (cli,jbang), @quarkusio/devtools (jbang) |
Beta Was this translation helpful? Give feedback.
0 replies
-
And for further information, the stack trace:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm behind a corporate firewall and try to create a new Quarkus project using CLI.
However, as the Firewall is doing DPI and replaces the certificate by a self-signed one, the registry can't be contacted:
Is there a way to...
Options = UnsafeLegacyRenegotiation
value for OpenSSL (if used)I already tried these options:
-Dmaven.wagon.http.ssl.insecure=true
-Dquarkus.tls.trust-all=true
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions