-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Getting SSL error on request #64133
Comments
Update This is the same issue as GitHub Pull Request login issue. |
This issue is caused by an extension, please file it with the repository (or contact) the extension has linked in its overview in VS Code or the marketplace for VS Code. See also our issue reporting guidelines. Happy Coding! |
Please re-open this issue. I am the creator of this extension and VSCode-Insider is causing for the request to fail for unknown reasons. @rebornix It doesn't make any sense for me to file an issue against my own extension. If there is somewhere else I should be filing the issue, please let me know. I really think it is a VSCode issue as the extension has not changed between VSCode v1.29.1 and 1.30.0. Also, if there is something I need to do as an extension developer to make this work, let me know. |
@jookyboi sorry, I misread the error message you sent. This is the same as GitHub Pull Request, which fails when it tries to validate access token, due to the same SSL error. We are already looking into this issue.
It's similar to nodejs/node#16196 but we are not sure yet. |
@bpasero Thanks for posting. I've confirmed that the build you sent for macOS does indeed fix the request SSL issue for me. |
@jookyboi can you try if setting |
@bpasero Is the setting enabled in the Electron 3 build? |
@rebornix Turning system proxy to |
@chrmarti I cannot answer your question because I do not know the answer |
Also with Electron 3. |
The affected servers are using SNI (server name identification), meaning: The client must send the server's name with the initial request, which the non-proxied code path was missing. Working on a fix. |
I AM THE CREATOR OF THE CACHER EXTENSION
Steps to Reproduce:
Cacher: Setup
6ada540a7faaf0eb
, API Token:1d28a604ceaa202375251033d9725125
Expect:
Toast message to show "Successfully set up Cacher.".
Actual:
Request to
https://api.cacher.io/vscode/validate
never seems to complete.When I try to log the error in Debug mode, I get the following error:
This error does not occur on VSCode v1.29.1.
Does this issue occur when all extensions are disabled?: No
The text was updated successfully, but these errors were encountered: