KAVYA PRABHAKAR wrote:
Thanks for the help. I am able to open 2083 tcp port. I have a RADIUS client which sends request to freeradius server. Before sending request to server, it creates a TCP\TLS connection with it. TCP connection is getting established and during TLS handhsake, server throws following error:
(0) <<< TLS 1.0 Handshake [length 025c], Certificate --> verify error:num=18:self signed certificate (0) ERROR: SSL says error 18 : self signed certificate (0) >>> TLS 1.0 Alert [length 0002], fatal unknown_ca (0) ERROR: SSL says: TLS Alert write:fatal:unknown CA
You didn't configure it correctly. The default server configuration works. Don't break it. When you create certificates, follow my guide: http://deployingradius.com/documents/configuration/certificates.html If you do anything else, it will likely not work. Alan DeKok.