Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keyang/cordova-plugin-rhmap-ios9-tls


https://github.com/keyang/cordova-plugin-rhmap-ios9-tls

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# RedHat Mobile Application Cordova Plugin for iOS9 TLS1.2 check

This plugin is a patch for iOS9 TLS1.2 check. It adds following value sets to Info.plist:

```xml

NSAllowsArbitraryLoads

NSExceptionDomains

feedhenry.net

NSExceptionAllowsInsecureHTTPLoads

NSIncludesSubdomains

NSExceptionMinimumTLSVersion
TLSv1.0
NSExceptionRequiresForwardSecrecy


feedhenry.com

NSExceptionAllowsInsecureHTTPLoads

NSIncludesSubdomains

NSExceptionMinimumTLSVersion
TLSv1.0
NSExceptionRequiresForwardSecrecy


```

This will allow app to access RHMAP without turning off all TLS checks on other domains.