Question on elastic search migration from 2.X to 6.X

We are trying to migrate our elasticsearch to use HighLevelRestApi. I couldn't figure out how to match couple x-pack settings in HighLevelRestApi.
In original transport api, we disabled ssl validation from client side by setting xpack.security.transport.ssl.verification_mode to none and setting xpack.security.transport.ssl.enabled totrue. How do I set these 2 values in HighLevelRestApi?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.