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
if ($login_ticket_data == null || $login_ticket_data['data'] == null) {
92
104
// Login failed.
93
105
// Just to be safe, set this to null again.
94
106
$this->login_ticket_timestamp = null;
95
107
if ($login_request_info['ssl_verify_result'] == 1) {
96
-
thrownewPVE2_Exception("Invalid SSL cert on {$this->hostname} - check that the hostname is correct, and that it appears in the server certificate's SAN list.", 4);
108
+
thrownewPVE2_Exception("Invalid SSL cert on {$this->hostname} - check that the hostname is correct, and that it appears in the server certificate's SAN list. Alternatively set the verify_ssl flag to false if you are using internal self-signed certs (ensure you are aware of the security risks before doing so).", 4);
0 commit comments