robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

Remove kCFStreamSocketSecurityLevelNegotiatedSSL to keep ssl working with current CocoaAsyncSocket #151

Open ConfusedVorlon opened 8 years ago

ConfusedVorlon commented 8 years ago

This presumably reduces the security of the server, but the alternative is crashing with the default subspecs when installed through cocoa pods. Users can re-enable this if they manually use pod 'CocoaAsyncSocket', '~> 7.3.5'