Re: [GENERAL] SSL connection issue via perl

2016-01-05 Thread George Woodring
Just to add a final resolution to this thread, my solution was to add "use Net::SSL" to the top of my script. Even though my script does not use SSL directly, I think this must have helped in loading the libraries in an order that let everything work. Thanks for the help iGLASS Networks

[GENERAL] SSL connection issue via perl

2015-12-31 Thread George Woodring
OS: CentOS 6.6 Postgres Version: 9.3.10 I have a script that is worked for years that does the following - Connect to postgres and get a list of URLs to poll for status - close connection - Start threads to poll the URLs - cleanup threads and collect the results. - Connect to postgres and write

Re: [GENERAL] SSL connection issue via perl

2015-12-31 Thread Adrian Klaver
On 12/31/2015 11:29 AM, George Woodring wrote: OS: CentOS 6.6 Postgres Version: 9.3.10 I have a script that is worked for years that does the following - Connect to postgres and get a list of URLs to poll for status - close connection - Start threads to poll the URLs - cleanup threads and

Re: [GENERAL] SSL connection issue via perl

2015-12-31 Thread George Woodring
I went and look and we have the ssl_renegotiation_limit set to the default, which the documentation says is 0. Thanks, George iGLASS Networks www.iglass.net On Thu, Dec 31, 2015 at 3:16 PM, Adrian Klaver wrote: > On 12/31/2015 11:29 AM, George Woodring wrote: > >>

Re: [GENERAL] SSL connection issue via perl

2015-12-31 Thread Adrian Klaver
On 12/31/2015 01:16 PM, George Woodring wrote: I went and look and we have the ssl_renegotiation_limit set to the default, which the documentation says is 0. Well that was the low hanging fruit:) Given that you see this: Dec 31 14:04:03 iprobe002 kernel: iPoller2.pl[16044] general protection