]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Initialise TLS *ONCE* in main, don't reinitialise it every time a new ctx is created.
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Nov 2013 22:36:24 +0000 (22:36 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Nov 2013 22:49:33 +0000 (22:49 +0000)
commit65da759f2680f9442d3d2c4ad5f7ff2c53a12f4f
tree50eaaa1a27ee7d45821dd87c2402324627225e21
parent82b20acfdc63c9ad700b7e30520718171265e896
Initialise TLS *ONCE* in main, don't reinitialise it every time a new ctx is created.

Late initialisation was causing the PostgreSQL driver to fail with rlm_sql_postgresql: Connection failed: could not create SSL context: SSL error code 336236705
src/include/tls-h
src/main/radiusd.c
src/main/tls.c