----- Original Message -----
From: "Slim CHTOUROU" <[EMAIL PROTECTED]>
Sent: Wednesday, May 01, 2002 12:25 AM
Subject: problem with EAP/TLS

> I use cvs version for freeradius (radiusd-02.28.02.tar.gz) and I want to
make
> eap/tls authentication
> when I want to start radiusd I have the following message
>

  Are your Private key & Certificate located in the same file or different
files?
  I think you should re-generate your "Private Key". :)
  You can use the script from http://www.denobula.com/EAPTLS.pdf .

-Wayne Lee

> open("/home/certs/cert_radius.pem", O_RDONLY) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=1944, ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4011f000
> read(3, "-----BEGIN CERTIFICATE-----\nMIIF"..., 4096) = 1944
> brk(0x80c2000)                          = 0x80c2000
> close(3)                                = 0
> munmap(0x4011f000, 4096)                = 0
> open("/home/certs/key_radius.pem", O_RDONLY) = 3
> fstat64(3, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
> mmap2(NULL, 4096, PROT_READ|PROT_WRITE,
> MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4011f000
> read(3, "-----BEGIN RSA PRIVATE KEY-----\n"..., 4096) = 290
> getpid()                                = 12735
> getpid()                                = 12735
> close(3)                                = 0
> munmap(0x4011f000, 4096)                = 0
> write(2, "Couldn\'t read private key file\n", 31Couldn't read private key
file
> ) = 31
> munmap(0x4011e000, 4096)                = 0
> _exit(0)                                = ?




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to