Hi, I'm wondering if it possible to use just YAML DSL/Karavan to create a route where HTTP/Netty-http/Undertow component makes a HTTPS request to server where server has either:
a) Self-signed but otherwise valid certificate b) Expired or otherwise invalid certificate I was kind of hoping to find something like disableRemoteCertificateValidation which could be checked through Karavan. Couldn't find one and tried to find a solution using just the YAML DSL and failed again. In my case the self-signed certificates are the issue and they change a lot and so just enabling some "I know this is wrong but just make this work" property would be a life saver instead of having to mess with keys etc. Is there a "pure YAML DSL" way of making a https request to a server presenting a self-signed certificate? Thanks in advance for any guidance.