SSL Certificate problem #74
Unanswered
christianLThomas
asked this question in
Q&A
Replies: 1 comment 6 replies
-
|
IKVM is not using the same store as .net anymore. It's a full OpenJDK8 stack with all that entails. Including mscapi on Windows, now. |
Beta Was this translation helpful? Give feedback.
6 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.
-
First, thanks for a very useful library.
I'm building a C# library that wraps a java library and, using
MavenReference, I am gettingPKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetfor all my dependencies. I get it both for
repo1.maven.org/maven2and also an internal instance of artifactory. From this discussion it sounds like IKVM is using the same certificate store as .NET. I'm pretty confident that is set up properly as nupkgs are getting pulled from the same internal server. I've also manually installed the certificate and all parents withcertmgr. Everything works fine with Maven, but that uses the java cert store. Is there another certificate store IKVM uses?I'll have to get permission to share logs so that might take a while. If there is any specific information that would be helpful please let me know.
IKVM 8.10.3
IKVM.Maven.Sdk 1.8.2
TargetFramework 4.8
Beta Was this translation helpful? Give feedback.
All reactions