Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: error:1E08010C:DECODER routines::unsupported #77

Open
deepakmahakale opened this issue Oct 10, 2024 · 0 comments
Open

Error: error:1E08010C:DECODER routines::unsupported #77

deepakmahakale opened this issue Oct 10, 2024 · 0 comments

Comments

@deepakmahakale
Copy link

deepakmahakale commented Oct 10, 2024

I am trying to run this using the ENV variable approach as I am running this on GitHub action

GIS_CLIENT_EMAIL="deepak****iam.gserviceaccount.com" GIS_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----\nMbQk**************4=\n-----END PRIVATE KEY-----\n" gis mywebsite.com
node:internal/crypto/sig:131
  const ret = this[kHandle].sign(data, format, type, passphrase, rsaPadding,
                            ^

Error: error:1E08010C:DECODER routines::unsupported
    at Sign.sign (node:internal/crypto/sig:131:29)
    at Object.sign (/Users/deepak/workspace/personal/google-indexing-script/node_modules/jwa/index.js:152:45)
    at Object.jwsSign [as sign] (/Users/deepak/workspace/personal/google-indexing-script/node_modules/jws/lib/sign-stream.js:32:24)
    at GoogleToken.requestToken (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:224:31)
    at GoogleToken.getTokenAsyncInner (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:158:21)
    at GoogleToken.getTokenAsync (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:137:55)
    at GoogleToken.getToken (/Users/deepak/workspace/personal/google-indexing-script/node_modules/gtoken/build/src/index.js:96:21)
    at JWT.refreshTokenNoCache (/Users/deepak/workspace/personal/google-indexing-script/node_modules/google-auth-library/build/src/auth/jwtclient.js:165:36)
    at JWT.refreshToken (/Users/deepak/workspace/personal/google-indexing-script/node_modules/google-auth-library/build/src/auth/oauth2client.js:143:25)
    at JWT.authorizeAsync (/Users/deepak/workspace/personal/google-indexing-script/node_modules/google-auth-library/build/src/auth/jwtclient.js:146:35) {
  library: 'DECODER routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_UNSUPPORTED'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant