@@ -311,7 +311,7 @@ app.on('certificate-error', (event, webContents, url, error, certificate, callba
|
|||||||
}
|
}
|
||||||
dialog.showMessageBox(mainWindow, {
|
dialog.showMessageBox(mainWindow, {
|
||||||
title: 'Certificate Error',
|
title: 'Certificate Error',
|
||||||
message: 'There is a configuration issue with the Mattermost server you are trying to connect to, or someone is trying to intercept your connection. You also may need to sign into the Wi-Fi you are connected to using your web browser.',
|
message: 'There is a configuration issue with this Mattermost server, or someone is trying to intercept your connection. You also may need to sign into the Wi-Fi you are connected to using your web browser.',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
buttons: [
|
buttons: [
|
||||||
'More Details',
|
'More Details',
|
||||||
@@ -326,7 +326,7 @@ app.on('certificate-error', (event, webContents, url, error, certificate, callba
|
|||||||
detail,
|
detail,
|
||||||
type: 'error',
|
type: 'error',
|
||||||
buttons: [
|
buttons: [
|
||||||
'Continue Insecurely',
|
'Trust Insecure Certificate',
|
||||||
'Cancel Connection',
|
'Cancel Connection',
|
||||||
],
|
],
|
||||||
cancelId: 1,
|
cancelId: 1,
|
||||||
|
Reference in New Issue
Block a user