launchdarkly / swift-eventsource

Server-sent events (SSE) client implementation in Swift for iOS, macOS, tvOS, and watchOS
https://launchdarkly.github.io/swift-eventsource/
Other
187 stars 34 forks source link

feat: Specify TLS v1.2 as required minimum #57

Closed keelerm84 closed 1 year ago

keelerm84 commented 1 year ago

TLS 1.1 has been deprecated for a long time and has been dropped by most major providers. The LaunchDarkly APIs haven't accepted anything lower than TLS 1.2 for a long time.

We are therefore forcing TLS 1.2 as the minimum going forward in this library.

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #204646: iOS Client SDK - Make sure the TLS version minimum is 1.2.