>
> i want to make authentification with radius ( WIndows Server ) using
> eap-tls, so this is what i did :
> cp /etc/raddb/certs/client.p12 /usr/share/tomcat/.guacamole/
> chmod 666 client.p12
>
> # Copy the certificate request in the web certificat to generate one
> cat /etc/raddb/certs/client.csr
> download certnew.cer
> mv certnew.cer certnew.pem
>
> ### Configuration file
> radius-key-file: /usr/share/tomcat/.guacamole/client.p12
> radius-key-type: pkcs12
> radius-ca-file: /usr/share/tomcat/.guacamole/certnew.pem
> radius-ca-type: pem
>
>
> and it's not working , should i change something ?
>

Yes, if it's not working, presumably you need to change something ;-).

Can you defined "it's not working" a bit better:
- What error are you getting?
- Is there anything in the log files (Tomcat catalina.out)?
- Have you tested the EAP-TLS authentication with some other RADIUS client
(radtest, etc.), to make sure RADIUS is working properly?

-Nick

Reply via email to