-
Notifications
You must be signed in to change notification settings - Fork 27
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
self signed certificate #67
Comments
We don't support self signed certs at the moment. We don't have a need for this so we will probably not add it. Sorry! PRs welcome though. I recommend going with Let's Encrypt (totally free) or CloudFlare (free tear) for real SSL certs. I use both. |
Working on it now. |
I've already got the windows, and curl. Working on the macos. I don't have experience with macos, so this one might take a bit. |
I'm having some issues with the macos side of things. Given my little to no experience with macos, it would make sense. How would you allow insecure certificates on a NSMutableURLRequest. I've tried using setAllowsAnyHTTPSCertificate as
however then I'm getting NSInvalidArgumentException. |
Add a draft pr and we will take a look. |
I've sent it. |
see pull request #84, is it related? |
Related previous PR: #68 |
This should be good to go in puppy 1.6.1. Let us know if you still have issues with this. |
Thank you for making an easy http/https library for Nim. I wanted to know how would I be able to use a self signed certificate for https. When ever I try it, it gives me the error.
"SSL peer certificate or SSH remote key was not OK"
The text was updated successfully, but these errors were encountered: