This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 134
Self signed HTTPS certificate #64
Comments
Sorry, could you be a bit more specific? Are you trying to work around App Transport Security? |
Yes, It's related to ATS. Here is the full error message I've got when I tried to connect to a server that uses invalid/self-signed https.
More details:
|
You can install the cert into your iOS simulator. Alternatively, you can use HTTP and whitelist in Info.plist during development. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I want to connect to a server with self-signed https certificate. Is there any way to skip https error?
The text was updated successfully, but these errors were encountered: