1
0
mirror of https://github.com/ribbybibby/ssl_exporter.git synced 2025-02-13 19:42:39 +02:00
Tarvi Pillessaar a94845ae5d
Add support for postgresql protocol (#77)
With postgresql to initiate SSL-encrypted connection specific combination
of bytes must be sent to the server.

Message flow is described on following page
https://www.postgresql.org/docs/13/protocol-flow.html#id-1.10.5.7.11

And SSLRequest message format is described on
https://www.postgresql.org/docs/13/protocol-message-formats.html

The value of SSLRequest message becomes to bytes that is used in the code
2021-08-23 08:39:40 +01:00
..
2020-11-16 00:48:15 +00:00