Search code examples
javaspringsslhttpsspring-vault

How to disable SSL verification in Spring Vault


I'm trying to configure Spring vault, and for some reason, I need to disable SSL verification. Is there any known way to configure Spring Vault to ignore SSL?


Solution

  • As the project's github page states - there is no way to disable SSL verification in Spring Vault. Please refer to project github issue . Alternatively If someone has the answer, please feel free to post