-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add SSL (TLS) support to Dart Socket IO #3950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Marked this as blocking #3593. |
This is part of supporting SSL (TLS) on Socket and ServerSocket generally. Renaming this bug to make it clear that it is not just client side certificates. Set owner to @whesse. |
Marked this as blocking #2678. |
Added Started label. |
This has now been committed, as the SecureSocket and SecureServerSocket classes. Examples of their use are in tests/standalone/io/secure_socket_test.dart, secure_server_socket_test.dart, secure_socket_stream_test.dart, and secure_server_stream.dart. Further improvements to initialization are upcoming, and the HttpClient and HttpsServer classes now support HTTPS. Added Fixed label. |
Nice! |
This comment was originally written by @Scorpiion Great news, good work! |
Removed Area-IO label. |
This issue was originally filed by [email protected]
I cannot write a Apple Push Notification Server without client side certificates.
The text was updated successfully, but these errors were encountered: