My ionic / cordova app now gives errors when used with HTTPS backend
`The certificate for this server is invalid`
I, in my development environment, use self-signed certificates and use the IP address to connect to the server.
I looked at the certificate using openssl s_client and it looks valid. In fact, I can use the same backend with the Android version of this hybrid application.
Is there any plist or other Xcode parameter to accept a self-signed certificate or ignore this test together - similar to setting NSAppTransportSecurity::NSAllowsArbitraryLoads ?
- EDIT
I have <access origin="*"/> in my config.xml file.
thanks a lot
source share