<br /><font face="sans-serif" size="2">I am running PostgreSQL 7.3.4 server with SSL enabled. I have the server
configuredto only accept SSL connections from various hosts. I am using pgadmin3-1.1 on RedHat 9 and I can connect to
mySSL enabled Pg server just fine. The information pane in pgadmin3 tells me I have an SSL connection to the server.
Ican open up the graphic query tool and type in my query. As soon as I click the 'Execute query' button pgadmin3
crashes. When I run pgadmin3 using gdb I get the following output from gdb after I click the 'Execute query'
button:</font><br/><br /><font face="sans-serif" size="2">Program received signal SIGSEGV, Segmentation
fault.</font><br/><font face="sans-serif" size="2">[Switching to Thread 1094126896 (LWP 4597)]</font><br /><font
face="sans-serif"size="2">0x400b603f in CRYPTO_lock () from /lib/libcrypto.so.4</font><br /><br /><font
face="sans-serif"size="2">I'm using the RedHat 9 rpm from the pgadmin site and have even tried using the nightly build
fromOctober 29, 2003 with the same result. I have another PostgreSQL 7.3.4 server that is not SSL enabled and I can
usepgadmin3 just fine with that configuration.</font><br /><br /><font face="sans-serif" size="2">I built the SSL
enabledserver from source using openssl-0.9.7c source. I can connect(I do get an SSL connection) and work from my
clientmachine using pgsql.</font><br /><br /><font face="sans-serif" size="2">Is there an issue with how I built the
serveror with openssl on RedHat 9 machines or the combination of SSL on the server and client I used?</font><br /><br
/><fontface="sans-serif" size="2">Tim</font>