-
Ask a questionI have minio which is running on https (self signed). I tried by putting the crt and key in the volume but still it is unable to get key. My question is simple. How to ignore SSL verification on the Minio or any such component (e.g. http, sftp etc) VariantWeb Application Container Management (if applicable)Openshift Operating System (if applicable)Linux Version4.8.0 |
Beta Was this translation helpful? Give feedback.
Answered by
davsclaus
Feb 19, 2025
Replies: 1 comment
-
For components that can use the global SSL then you can turn that off via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davsclaus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For components that can use the global SSL then you can turn that off via
camel.ssl.trustAllCertificates=true
in the application.properties. There is also a class for that atorg/apache/camel/support/jsse/TrustAllTrustManager.java