CTO @ 7 Cheetahs Trading
From time to time our system fails when either inserting or querying to a UDF with the error:
SSL connection has been closed unexpectedly
but I am unable to figure out how to investigate the cause of this error. Can anyone give me some insight?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi,
What I would do… Turn on logging connections and disconnections in postgresql.conf file. There are two parameters for that which are set off by default.
log_connections = on
log_disconnections = on
Here is an official doc on it: https://www.postgresql.org/docs/13/runtime-config-logging.html
Then, check logs and try to find any pattern which could lead you to the root cause.
If you connect your database through secure links (VPN, VPC etc.) you could turn off SSL to check if the error is related to this layer.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.