You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support for Mux SSL mode and update related settings (#11509)
* feat: Add support for Mux SSL mode and update related settings
- Introduced a new SSL mode "Mux" in the settings, allowing for HTTP to HTTPS redirection.
- Updated the `SSL` field in the `SettingUpdate` struct to include "Mux" as a valid option.
- Modified the server logic to handle Mux connections, including certificate management and HTTP redirection.
- Updated frontend components to reflect the new SSL options and improved user guidance in multiple languages.
* fix: Update HTTPS related messages for improved clarity and security guidance in multiple languages
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1995,7 +1995,7 @@ const message = {
1995
1995
error444: 'Connection Closed',
1996
1996
error500: 'Internal Server Error',
1997
1997
1998
-
https: 'Setting up HTTPS protocol access for the panel can enhance the security of panel access.',
1998
+
https: 'Setting up HTTPS for the panel improves access security.\nStrict mode blocks non-HTTPS traffic from reaching the panel.\nMux mode redirects HTTP to HTTPS, but may reduce security.',
1999
1999
certType: 'Certificate type',
2000
2000
selfSigned: 'Self signed',
2001
2001
selfSignedHelper: `Browsers may not trust self-signed certificates and may display security warnings.`,
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/es-es.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2009,7 +2009,7 @@ const message = {
2009
2009
error416: 'Rango no satisfactorio',
2010
2010
error444: 'Conexión cerrada',
2011
2011
error500: 'Error interno del servidor',
2012
-
https: 'Configurar accesoal panel mediante protocolo HTTPSpuede mejorar la seguridad del acceso.',
2012
+
https: 'Configurar HTTPS en el panel mejora la seguridad de acceso.\nEn modo Strict, el tráfico sin HTTPS no puede conectarse al panel.\nEl modo Mux redirige HTTP a HTTPS, pero puede reducir la seguridad.',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/ms.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1977,7 +1977,7 @@ const message = {
1977
1977
error444: 'Sambungan ditutup',
1978
1978
error500: 'Ralat Pelayan',
1979
1979
1980
-
https: 'Menetapkan protokol akses HTTPS untuk panel boleh meningkatkan keselamatan aksespanel.',
1980
+
https: 'Menetapkan HTTPS untuk panel meningkatkan keselamatan akses.\nDalam mod Strict, trafik bukan HTTPS tidak boleh menyambung ke panel.\nMod Mux mengalih hala HTTP ke HTTPS, tetapi mungkin mengurangkan keselamatan.',
0 commit comments