Our backend is on rails, and for several reasons, the development environment should run on rails using a self-signed SSL certificate. This works fine on the desktop after manually authenticating the certificate.
Using Trigger.io, we are developing a mobile application focused on iOS from the same backend. It would be ideal for us to be able to start the rail server using SSL (so that we can compare the output of the browser) and still have the iOS simulator connect correctly without complaining about invalid certificates.
The production uses the correct ssl-cert, but what is the best way to configure the simulator?
source share