Re: Problem with EAP-TLS, please give me a hint

2009-12-06 Thread tnt
I changed it but it's always the same problem: [tls] TLS_accept: SSLv3 write certificate request A [tls] TLS_accept: SSLv3 flush data [tls] TLS_accept: Need to read more data: SSLv3 read client certificate A Problem? What problem? Those are normal openSSL messages. Ivan

Re: Problem with EAP-TLS, please give me a hint

2009-12-05 Thread _Stefan_H
tnt-5 wrote: client.crt: client.csr ca.key ca.pem index.txt serial openssl ca -batch -keyfile ca.key -cert ca.pem -in client.csr -key $(PASSWORD_SERVER) -out client.crt -extensions xpclient_ext -extfile At a glance, that should be ca password. Ivan Kalik - List

Re: Problem with EAP-TLS, please give me a hint

2009-12-05 Thread tnt
I changed it but it's always the same problem: [tls] TLS_accept: SSLv3 write certificate request A [tls] TLS_accept: SSLv3 flush data [tls] TLS_accept: Need to read more data: SSLv3 read client certificate A Problem? What problem? Those are normal openSSL messages. Ivan Kalik

Re: Problem with EAP-TLS, please give me a hint

2009-12-05 Thread _Stefan_H
tnt-5 wrote: I changed it but it's always the same problem: [tls] TLS_accept: SSLv3 write certificate request A [tls] TLS_accept: SSLv3 flush data [tls] TLS_accept: Need to read more data: SSLv3 read client certificate A Problem? What problem? Those are normal openSSL

Re: Problem with EAP-TLS, please give me a hint

2009-12-04 Thread tnt
Well after i read your post i tried to sign the client certificates with the ca. I make some changes in the makefile but it think I made something wrong because it doesn't work: old: client.csr client.key: client.cnf openssl req -new -out client.csr -keyout client.key -config

Re: Problem with EAP-TLS, please give me a hint

2009-12-03 Thread Fernando Calvelo Vazquez
Great!! Finally, after several weeks posting question on this forum trying to solve my first test with EAP-TLS, you give with this tip the correct solution!! Thanks a lot Ivan!! Cheers, Fernando. PS: Only for your knowledge... It seems this tip is also applicable to M.Vista (my case ;-)

Re: Problem with EAP-TLS, please give me a hint

2009-12-02 Thread _Stefan_H
Well, can anyone tell me, why nobody is helping me? I would not get on your nerves if there would be a solution to my problem. I was searching for a time and i found this helpful solutions look in the FAQ and look in the eap.conf. Well the FAQ tells about the xptensions and the help in the

Re: Problem with EAP-TLS, please give me a hint

2009-12-02 Thread Alan DeKok
_Stefan_H wrote: Well, can anyone tell me, why nobody is helping me? I would not get on your nerves if there would be a solution to my problem. I was searching for a time and i found this helpful solutions look in the FAQ and look in the eap.conf. Well the FAQ tells about the xptensions and

Re: Problem with EAP-TLS, please give me a hint

2009-12-02 Thread tnt
Well, can anyone tell me, why nobody is helping me? I would not get on your nerves if there would be a solution to my problem. I was searching for a time and i found this helpful solutions look in the FAQ and look in the eap.conf. Well the FAQ tells about the xptensions and the help in