Hello,

Please consider adding support for rotating SSL certificates on reloading pgpool2 (i.e., sending SIGHUP to the pgpool parent), so that certificate rotations do not require a full service restart. PostgreSQL can pick up new certificates on reload/SIGHUP; pgpool currently requires a restart, which causes connection disruptions.

Current behavior:

Expected behavior:

Regards,
Bob Ross