-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Using sentry-cli uploaded soucemaps and always alert "error: API request failed and SSL connect error" #1921
Comments
@ChihYungChang based on the error message, it seems that there may be an issue with your network connection or proxy configuration (if you are using a proxy). Please try running the command that produced the error again, in case the problem has resolved itself. If the problem is still ongoing, please run the following command to confirm whether there is a network issue: $ curl -X POST https://sentry.io/api/0/projects/pixel-order/qingtian-xr/releases/ If above command produces the same error message as the |
@ChihYungChang I think you probably have some issue with your network setup, since the error message you observe from the
My output indicates that I was able to reach the server, since the server replied that my authentication credentials were missing, which is expected because this I would recommend checking your system's and network's proxy and firewall settings to check whether they may be blocking you from accessing our server. You could also try using a different network. |
@szokeasaurusrex |
As long as your output for the Unfortunately, it is extremely difficult for me to assist with resolving this problem, since it is likely specific to your network configuration, which I am unfamiliar with. If you continue to struggle debugging this problem, I would suggest reaching out to your network administrator, since they are the ones who would be able to help you. |
Okay, is the Sentry CLI working now? @ChihYungChang |
Perfect, Everything is normal. |
Great, then I will close the issue! |
Using sentry-cli uploaded soucemaps and always alert:
error: API request failed
caused by: [35] SSL connect error (Server aborted the SSL handshake)
Environment:
node: v18.19.0
npm: v10.2.3
@sentry/cli: 2.26.0
@sentry/webpack-plugin: 2.10.3
OS:
Apple M3 Max macOS Sonoma
The text was updated successfully, but these errors were encountered: