-
-
Notifications
You must be signed in to change notification settings - Fork 985
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
SSL verification errors when running kitty +kitten themes on 0.23.0 #3936
Comments
You will need to install an CA cerificates bundle say via homebrew or I will look into bundling them with kitty for the next release. |
@kovidgoyal Thank you for this 0.23.0 update. I cannot wait to try the new theme feature. I met the same errors when I ran |
@kovidgoyal since themes should be added to Because right now it will just add the theme to |
@ahmedelgabri No ~/.config/kitty/themes is for themes you want to make accessible to the themes kitten (or override the themes of the same name from the kitty-themes repo), not for themes kitty is currently using. @yanzhang0219 curl https://curl.haxx.se/ca/cacert.pem > cacert.pem && SSL_CERT_FILE=cacert.pem kitty +kitten themes |
I've stepped through all of the suggested troubleshooting tips and am still running into |
having the same issue , tried everything above. |
Same, I tried every piece of advice I could get my hands on, but facing the self-signed certificate issue. |
Describe the bug
Running
kitty +kitten themes
errors out with this errorTo Reproduce
Steps to reproduce the behavior:
kitty +kitten themes
Screenshots
Environment details
Additional context
The same happens with
kitty --config NONE
. I also tested on two separate machines. Same issue on both.The text was updated successfully, but these errors were encountered: