Freeradius tls segmentation fault
Hallo I have linux Suse 7.3 with openssl 0.9.7 and freeradius 1.1.0 when I configure c. radiusd.conf -- This file contains the server configuration information. Look for the following lines and then change the default_eap_type from md5 to tls: eap { default_eap_type = md5 Change md5 to tls. Move down to the following line, and then uncomment and modify the information, as shown below. Note that I placed the server certificates, dh file and random file in a new directory 1x on my system. Modify the path as needed for your server: #tls { tls { private_key_password = whatever private_key_file = /usr/local/radius/etc/1x/cert-srv.pem certificate_file = /usr/local/radius/etc/1x/cert-srv.pem CA_file = /usr/local/radius/etc/1x/root.pem dh_file = /usr/local/radius/etc/1x/dh random_file = /usr/local/radius/etc/1x/random fragment_size = 1024 include_length = yes } and I start radiusd -x then is the last ok LEAP and then come segmentation fault. When I uncomment the eap.conf tls section and default eap type set to md5 then running the radius without error. The problem is in tls. Can you help me?? BR -- View this message in context: http://www.nabble.com/Freeradius-tls-segmentation-fault-t1278127.html#a33948... Sent from the FreeRadius - Dev forum at Nabble.com.
On Tue 14 Mar 2006 13:29, HerrmannA wrote:
Hallo
I have linux Suse 7.3 with openssl 0.9.7 and freeradius 1.1.0
Hi HerrmannA While many of us run SUSE and FreeRADIUS (I personally maintain the SUSE spec file in cvs) I doubt you will find many still running SUSE 7.3 given that it has been unsupported for several years now!!! I highly recommend you update to SUSE Line 10.0 or SUSE Linux Enterprise 9 and see if your problem still exists.. Regards -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
participants (3)
-
Alan DeKok -
HerrmannA -
Peter Nixon