[feature/ios] support self signed https URL #2776
Labels
feature
help wanted
The issue has been reviewed and is valid, and is waiting for someone to work on it.
Platform: iOS
When I what to play a video asset stored in self signed certificate server via iOS, it shows error as "The certificate for this server is invalid.". Is there any way to ignore certificate validation?
When request data from self signed cert server with NSURLSession, I can ignore cert validation using following code
How can I do this in this component?
as this issue #2649
The text was updated successfully, but these errors were encountered: