Anyone know how I can make API requests to a self-hosted instance without having an ssl cert? I am able to do setSelfSigned(true) on the sdks but how can I do this using the API?
TL;DR
Developers are seeking help on making API requests to a self-hosted instance without an SSL certificate. They have mentioned using `setSelfSigned(true)` on the SDKs but require assistance on how to accomplish this through the API.