-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Ignore certificate warnings #799
Comments
Ah, silly me. Just found the |
Oops - spoke too soon. |
Oh, dang, that's not a very good experience. We should make all the commands accept the |
Just ran into this as well. |
What's the point of implementing |
Is there any way around this? |
Good afternoon, just a ping on this :) |
Stumbling in the same problem over here.. I was able to configure the API using the
P.S:
This would allready be so helpfull... |
@jacobrhn I know that Normally, when I encounter this issue, first thing I do is make sure my root certificates are up to date. Usually this error occurs in one of two reasons:
On apt based machines (like debian) I would fix this by running: sudo apt-get install ca-certificates
# Sometimes I'd need the following too
sudo update-ca-certificates I have no clue how to fix this for snap, but "upgrading" snap may resolve it? |
Got the CLI working now. Thanks @SleeplessByte for your advide - it wasn't the final solution for me but your indication about AfterI updated the certificates as recomended and saw no improvement I read #973 and installed the CLI using src. Now only IntelliJ is "rebellious" and doesn't want to accept my submits (
|
I ran into this problem on Windows with WSL. (Using WSL mainly because installing MinGW or Cygwin for accessing GCC is a bit of a pain.) I got around this by adding the Exercism certificate to my system as follows:
And that solved it for me! I hope that helps someone else out there. |
Hi all,
My organization proxies / MITMs HTTPS. As a result, I get the following error on
exercism configure
:Is there a way to tell the client to ignore certificate warnings (or is there a way to point it to an alternate certificate)?
The text was updated successfully, but these errors were encountered: