Don't believe ATS NSExceptionMinimumTLSVersion is needed for jira-dev.com

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Do
    • None
    • Component/s: Other
    • None

      <key>NSAppTransportSecurity</key>
      <dict>
      <key>NSAllowsArbitraryLoads</key>
      <false/>
      <key>NSExceptionDomains</key>
      <dict>
      <key>jira-dev.com</key>
      <dict>
      <key>NSExceptionAllowsInsecureHTTPLoads</key>
      <false/>
      <key>NSExceptionRequiresForwardSecrecy</key>
      <false/>
      <key>NSIncludesSubdomains</key>
      <true/>
      <key>NSExceptionMinimumTLSVersion</key>
      <string>TLSv1.2</string>
      </dict>
      </dict>
      </dict>

      ? Is the domain needed ?

      https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html

      "Default value is TLSv1.2."

            Assignee:
            Unassigned
            Reporter:
            johnmci
            Archiver:
            Michael Andreacchio

              Created:
              Updated:
              Resolved:
              Archived: