Document: Dose not support TLS 1.3
See original GitHub issueSummary
Show unlimited Connecting...
loading bar.
Environment Information
- Device Name: iPhone 13 Pro
- OS Version: iOS 15.0.2
- Mattermost App Version: 1.47.0 (Build 374)
- Mattermost Server Version: 6.0.0(Team Edtion)
Steps to reproduce
- Use only TLSv1.3
- nginx config setting
ssl_protocols TLSv1.3;
- or if using Cloudflare
- Enter channel
Expected behavior
Don’t show unlimited connection error.
Observed behavior (that appears unintentional)
Possible fixes
If lower the Minimum TLS Version to TLSv1.2, there is no problem.
Need support TLS 1.3
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Enable Support for TLS 1.2 or 1.3 on Web Browsers - Pitt IT
Google Chrome. TLS 1.2 is automatically enabled in Google Chrome version 29 or greater. Ensure you are using the most recent version of...
Read more >How To Enable Or Disable TLS 1.3 In Windows 10 - Itechtics
Enable TLS 1.3 on Microsoft Edge and Internet Explorer · Type inetcpl.cpl in Run and press Enter. · In Internet Properties, go to...
Read more >How to Enable TLS 1.3 in Apache, Nginx and Cloudflare?
A step-by-step guide to enable the latest and test TLS version protocol 1.3 Before the implementation procedure, let's take a look at what...
Read more >How to enable or disable TLS 1.3 in Windows 10? - Asustor
Disable TLS 1.3: Find the following path in the left panel of the Registry Editor: Double-click on [Enabled].
Read more >TLS 1.3: Everything you need to know - The SSL Store
This indicates that there is no mutually agreeable TLS version available for the client and server to use for their connection. This can...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve moved it to the Docs repo to figure out the best place to document this.
Documented via https://github.com/mattermost/docs/pull/5204