Replies: 3 comments 5 replies
-
Do you have a proxy that modifies certificates for unapproved sites? |
Beta Was this translation helpful? Give feedback.
3 replies
-
It seems it cannot download |
Beta Was this translation helpful? Give feedback.
2 replies
-
@mgubaidullin wonder if you have seen this before ^^^ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
getting this error on my windows 10 when i try to install Apache Camel
PS C:\Users\p3060630> iex "& { $(iwr https://ps.jbang.dev) } app install --verbose --fresh --force camel@apache/camel"
WARNING: Windows Developer Mode is not enabled on your system, this is necessary
for JBang to be able to function correctly, see this page for more information:
https://www.jbang.dev/documentation/guide/latest/usage.html#usage-on-windows
WARNING: Windows Developer Mode is not enabled on your system, this is necessary
for JBang to be able to function correctly, see this page for more information:
https://www.jbang.dev/documentation/guide/latest/usage.html#usage-on-windows
[jbang] [0:707] jbang version 0.111.0
[jbang] [0:727] Resolving resource ref: camel@apache/camel
[jbang] [0:746] Reading catalog from C:\Users\p3060630.jbang\implicit-catalog.json
[jbang] [0:840] Reading catalog from C:\Users\p3060630.jbang\implicit-catalog.json
[jbang] [1:185] Requesting HTTP GET https://www.jbang.dev/releases/latest/download/version.txt
[jbang] [1:185] Requesting HTTP GET https://raw.githubusercontent.com/apache/camel/HEAD/jbang-catalog.json
[jbang] [1:186] Headers {User-Agent=[JBang/0.111.0 (Windows 10/10.0/amd64) Java/17.0.8/Oracle Corporation]}
[jbang] [1:187] Headers {User-Agent=[JBang/0.111.0 (Windows 10/10.0/amd64) Java/17.0.8/Oracle Corporation]}
[jbang] [1:525] [ERROR] Could not download https://github.com/apache/camel/blob/HEAD/jbang-catalog.json
dev.jbang.cli.ExitException: Could not download https://github.com/apache/camel/blob/HEAD/jbang-catalog.json
at dev.jbang.source.resolvers.RemoteResourceResolver.fetchFromURL(RemoteResourceResolver.java:118)
at dev.jbang.source.resolvers.RemoteResourceResolver.resolve(RemoteResourceResolver.java:42)
at dev.jbang.source.resolvers.CombinedResourceResolver.lambda$resolve$0(CombinedResourceResolver.java:27)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1002)
at dev.jbang.Main.main(Main.java:14)
Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Beta Was this translation helpful? Give feedback.
All reactions