mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Message improvements
This commit is contained in:
@ -614,7 +614,7 @@ be_tls_write(Port *port, void *ptr, size_t len)
|
||||
if (retries >= 20)
|
||||
ereport(FATAL,
|
||||
(errcode(ERRCODE_PROTOCOL_VIOLATION),
|
||||
errmsg("unable to complete SSL handshake")));
|
||||
errmsg("could not complete SSL handshake on renegotiation, too many failures")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user