You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: