-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support for custom certificates #48
Comments
Thanks for the report!😃 I'm busy for a few weeks but I'll give some feedback ASAP. |
Sorry for getting back so late. Did you use the JAR or the flatpak version? |
Jar |
Can you try importing the certificate using the keytool utility? As shown here https://stackoverflow.com/a/4326346/4907735 I've used this exact command in the past with Android Studio, I hope it works here too. |
yes i know about it but maybe i can just put my certs in folder with jar and program add certs in trust store in runtime? just if i update jdk |
best sostion on this use |
Oke, I'll look again into it in the future as a new feature rather than a bug. I don't know much about certificates and such stuff, but it's probably feasible. Thanks for your feedback! |
For more usabilty if was ssl error GitNuro may suggest user add repo url in exclude for checking certs. And was great if will be some dialog or smth else with list excluded url for check. I see similar behavour in |
Thanks! I've added the suggestion as part of #30 |
Describe the bug
SSL error by self-signed certificate.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
pull sucessfull
Screenshots
Desktop (please complete the following information):
maybe possible add trusted store from store - in path
/etc/ssl/certs/ca-certificates.crt
The text was updated successfully, but these errors were encountered: