node-radius-server icon indicating copy to clipboard operation
node-radius-server copied to clipboard

Can't open google key and certificate file

Open cgyan009 opened this issue 3 years ago • 1 comments

Hi Guys,

Configured according to the md files. but got this errors:

app] Listener Port: 1812 [app] RADIUS Secret: CLEA$999 [app] Auth GoogleLDAPAuth [app] cannot load auth mechanisms GoogleLDAPAuth node:fs:585 handleErrorFromBinding(ctx); ^

Error: ENOENT: no such file or directory, open 'Google_2025_10_10_50052.key' at Object.openSync (node:fs:585:3) at Module.readFileSync (node:fs:453:35) at new GoogleLDAPAuth (file:///Users/frankyan/Desktop/node-radius-server/dist/auth/GoogleLDAPAuth.js:10:21) at file:///Users/frankyan/Desktop/node-radius-server/dist/app.js:50:16 { errno: -2, syscall: 'open', code: 'ENOENT', path: 'Google_2025_10_10_50052.key'

I put the files in ssl/cert.

Any hints?

Many thanks,

cgyan009 avatar Oct 11 '22 15:10 cgyan009

put the keys in root folder. Make sure to name the keys as mentioned in README.md image

avicoder avatar Feb 04 '23 16:02 avicoder