-
Notifications
You must be signed in to change notification settings - Fork 664
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: self signed certificate in certificate chain #446
Comments
User setting.json has been updated with Still not working |
@jdneo I met the same issue. For same reason in my work, I need to set Here is a similar issue: |
Further investigation indicates the error msg came from Leetcode-cli |
Create ticket skygragon/leetcode-cli#186 |
Hey @rickdgit, Thank you for your effort on this issue. So far I think the author of LeetCode CLI has no time to maintain this project (See:skygragon/leetcode-cli#181). It would be great if you can dig deeper into this and send out a fix. 😄 |
Hi @jdneo I can take a look later and so sad the skygragon suffered from 996... |
I'm not the owener of the leetcode cli. So far I just fork it to unblock the vscode extension. But that is not a way which I preferred to do so. Before skygragon came back or find a new guy to take care of the cli. You can first send pull request to https://github.com/leetcode-tools/leetcode-cli. And thank you for your enthusiasm to this project. |
I have some question of this. I do not know why occur the question, If you have solve it, please tell me. Thanks. |
For Windows users, you may try to add For other users, there may be similar files where you can add. |
Facing the same issue, I'm using Linux for remote development, after adding |
🐛 Bug Report
A clear and concise description of what the bug is.
Not able to login to leetcode. due to certificate error
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Extension Output
Paste here the LeetCode extension log from output channel.
[ERROR] You are not login yet?
login: pass: - Signing in leetcode.com
[ERROR] Error: self signed certificate in certificate chain
Guidance: Press
Ctrl+Shift+U
, and toggle the channel toLeetCode
.Your Environment
The output shows the error msg
[ERROR] You are not login yet?
login: pass: - Signing in leetcode.com
[ERROR] Error: self signed certificate in certificate chain
Im behind a firewall with self signed certs. I assume this may require https requests config change.
PS: I don't think this is duplicated as #370 . They are all certs related but root cause may different
The text was updated successfully, but these errors were encountered: