We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VERSION @zendesk/zcli/1.0.0-beta.24 linux-x64 node-v14.20.1
Running validate create or package on :apps cause error:
validate
create
package
:apps
zcli apps:package › Error: Error: write EPROTO 140279531210624:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake › failure:../deps/openssl/openssl/ssl/record/rec_layer_s3.c:1544:SSL alert number 40 ›
The text was updated successfully, but these errors were encountered:
Facing the same issue on version @zendesk/zcli/1.0.0-beta.24 linux-x64 node-v16.17.0 Seems to be a handshake issue with openssl
@zendesk/zcli/1.0.0-beta.24 linux-x64 node-v16.17.0
node -p process.versions | grep openssl -> outputs openssl: '1.1.1q+quic'
node -p process.versions | grep openssl
openssl: '1.1.1q+quic'
Sorry, something went wrong.
No branches or pull requests
VERSION
@zendesk/zcli/1.0.0-beta.24 linux-x64 node-v14.20.1
Running
validate
create
orpackage
on:apps
cause error:The text was updated successfully, but these errors were encountered: