mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Downgrade SSL CRL file missing message from LOG to DEBUG1.
This commit is contained in:
parent
0a6990e4dc
commit
d440c5b49d
@ -11,7 +11,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.64 2006/04/27 02:29:14 momjian Exp $
|
* $PostgreSQL: pgsql/src/backend/libpq/be-secure.c,v 1.65 2006/04/27 15:25:04 momjian Exp $
|
||||||
*
|
*
|
||||||
* Since the server static private key ($DataDir/server.key)
|
* Since the server static private key ($DataDir/server.key)
|
||||||
* will normally be stored unencrypted so that the database
|
* will normally be stored unencrypted so that the database
|
||||||
@ -810,8 +810,8 @@ initialize_SSL(void)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Not fatal - we do not require CRL */
|
/* Not fatal - we do not require CRL */
|
||||||
ereport(LOG,
|
ereport(DEBUG1,
|
||||||
(errmsg("SSL Certificate Revocation List (CRL) file \"%s\" not found, skipping: %s",
|
(errmsg("SSL Certificate Revocation List (CRL) file \"%s\" not found: %s",
|
||||||
ROOT_CRL_FILE, SSLerrmessage()),
|
ROOT_CRL_FILE, SSLerrmessage()),
|
||||||
errdetail("Will not check certificates against CRL.")));
|
errdetail("Will not check certificates against CRL.")));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user