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
I call the 'authorize' function of the JWT module and get error Error: error:26078067:engine routines:ENGINE_LIST_ADD:conflicting engine id
Full details
I am using a windows 7.1 machine but I am running this under docker, using the iron.io docker image. So in the docker BASH shell I execute command:
Error: error:26078067:engine routines:ENGINE_LIST_ADD:conflicting engine id
at Error (native)
at Sign.sign (crypto.js:279:26)
at Object.sign (/worker/node_modules/jwa/index.js:53:47)
at Object.jwsSign [as sign] (/worker/node_modules/jws/lib/sign-stream.js:23:
26)
at GoogleToken._signJWT (/worker/node_modules/gtoken/lib/index.js:238:25)
at GoogleToken._requestToken (/worker/node_modules/gtoken/lib/index.js:193:8
)
at GoogleToken.getToken (/worker/node_modules/gtoken/lib/index.js:75:12)
at /worker/node_modules/google-auth-library/lib/auth/jwtClient.js:137:21
at JWT._createGToken (/worker/node_modules/google-auth-library/lib/auth/jwtC
lient.js:225:12)
at JWT.refreshToken_ (/worker/node_modules/google-auth-library/lib/auth/jwtC
lient.js:133:15)
Given the age of the issue, and the fact that I can't seem to create a meaningful repo - I am going to go ahead and close this out. If this is still an issue, and you can provide repo steps - I'd be happy to open it back up and take a look. Thanks!
Hi there
I call the 'authorize' function of the JWT module and get error Error: error:26078067:engine routines:ENGINE_LIST_ADD:conflicting engine id
Full details
I am using a windows 7.1 machine but I am running this under docker, using the iron.io docker image. So in the docker BASH shell I execute command:
$ docker run --rm -v "//$PWD":/worker -w //worker iron/node:4.1 node index.js
and receive stack trace
My code:
Any help much appreciated
Chris
The text was updated successfully, but these errors were encountered: