This happens when trying to connect to my development web server. The app works fine when connecting to my production server.
The production server has a certificate purchased from a CA. My development web server has a locally generated certificate (from mkcert).
-
I have dragged and dropped the rootCA.pem onto the Simulator, although it doesn't indicate it has been loaded the certificate does appear in the Settings app and is checked to be trusted.
-
I have enabled "App Sandbox" and "Outgoing connections (Client)".
-
I have tested the URL from my local browser which is working fine.
What am I missing?