-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update SSL/TLS networking tutorial #9847
Update SSL/TLS networking tutorial #9847
Conversation
Swap TLS and SSL mentions (TLS is now the most widely accepted term). Clarify that Godot now uses the trusted certifcates from the operating system by default, and only uses the Mozilla CA bundle as a fallback. Remove outdated export filter reference (certificates are recognized as resources). Warn about self-signed certificates still validating domain name when set in project settings (and reference TLSOptions for custom behavior). Add reference to Crypto.generate_self_signed_certificate and provide further reference about the OpenSSL documentation.
Co-authored-by: A Thousand Ships <[email protected]>
Co-authored-by: A Thousand Ships <[email protected]>
Thank you, merged. |
Hello, i have a question: That works for websockets in WSS too? |
* Update SSL/TLS networking tutorial Swap TLS and SSL mentions (TLS is now the most widely accepted term). Clarify that Godot now uses the trusted certifcates from the operating system by default, and only uses the Mozilla CA bundle as a fallback. Remove outdated export filter reference (certificates are recognized as resources). Warn about self-signed certificates still validating domain name when set in project settings (and reference TLSOptions for custom behavior). Add reference to Crypto.generate_self_signed_certificate and provide further reference about the OpenSSL documentation. --------- Co-authored-by: Max Hilbrunner <[email protected]> Co-authored-by: A Thousand Ships <[email protected]>
Cherry-picked to 4.3 in #10038. |
Swap TLS and SSL mentions (TLS is now the most widely accepted term).
Clarify that Godot now uses the trusted certifcates from the operating system by default, and only uses the Mozilla CA bundle as a fallback.
Remove outdated export filter reference (certificates are recognized as resources).
Warn about self-signed certificates still validating domain name when set in project settings (and reference TLSOptions for custom behavior).
Add reference to Crypto.generate_self_signed_certificate and provide further reference about the OpenSSL documentation.
Fixes godotengine/godot#85953