We have an application that uses SSL to connect to a PostgreSQL (8.4) database server, when SSL is enabled on the server the MAC client specifically is unable to connect. This issue began after upgrading to Qt 4.8.4 from Qt 4.6.3 and the client seems to work perfectly without SSL enabled on the server but I’d like to get to the bottom of the situation.
Qt Config: ./configure -nomake demos -nomake examples -qt-zlib -qt-libtiff -qt-libmng -qt-libjpeg -qt-libpng -openssl -I /Library/postgresql/include -L /Library/postgresql/lib -prefix /Library/qt -plugin-sql-psql -plugin-sql-odbc -plugin-sql-sqlite -arch x86 -prefix-install -confirm-license -opensource
Crash Log:
http://pastebin.com/5eZwVqik
Error Context in terminal:
http://pastebin.com/j6zkSWkB
Most of the time the application will crash immediately upon starting up, leaving very little room for debugging. Does anyone have any suggestions or known-issues with SSL and Qt 4.8?
Thank you,
Greg
↧