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
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
if (_selectedServerIndex >= 0 && _selectedServerIndex < [_profiles count]) {
133
+
[selfcheckTLSforHttp2];
134
+
}
133
135
}
134
136
135
137
- (BOOL)checkTLSforHttp2 {
@@ -140,9 +142,11 @@ - (BOOL)checkTLSforHttp2 {
140
142
[httpTlsAlerm addButtonWithTitle:@"Close"];
141
143
[httpTlsAlerm addButtonWithTitle:@"Help"];
142
144
[httpTlsAlerm setMessageText:@"Both client and server must enable TLS to use HTTP/2 network! Enbale TLS in transport settings. Click \"Help\" if you need more information"];
143
-
if ([httpTlsAlerm runModal] == NSAlertSecondButtonReturn) {
0 commit comments