-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implicit add to trust store #2
Comments
It depends on what exactly you are trying to achieve. If you simply want to trust the peer without validating the certificate at all, then you would configure a trust manager that accepts any certificate. |
Debug with: ./visualvm --jdkhome ../../jdk1.8.0_191 --nosplash -J-Dnetbeans.logger.console=true INFO [com.github.veithen.visualwas.env.WebSphereClassLoaderProvider]: Successfully created class loader for WebSphere runtime at /opt/IBM/WebSphere/AppServer |
I assume the last comment actually refers to issue #5. |
Req:
i'd like to use your visualwas in a non-interactive project.
It would be nice to add a properties or implement a protocol to implicit add to the truststore the certificate.
The text was updated successfully, but these errors were encountered: