[Tile-serving] [openstreetmap/osm2pgsql] ssl error while loading data with osm2pgsql (#1429)

Ryan Lambert notifications at github.com
Mon Mar 15 22:56:21 UTC 2021


Your client seems to be attempting to connect via SSLv3, per ` SSL error: sslv3 alert bad record mac`.  Postgres 12 added a new config [`ssl_min_protocol_version` and requires TLSv1](https://www.postgresql.org/docs/12/runtime-config-connection.html#GUC-SSL-MIN-PROTOCOL-VERSION) or later.  The error you got doesn't look quite like the type of error I would expect from using old SSL, but would not expect it to work with Pg12+ either.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1429#issuecomment-799808893
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210315/49b6484c/attachment.htm>


More information about the Tile-serving mailing list