-
Notifications
You must be signed in to change notification settings - Fork 92
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_Protocol ("certificate has unknown CA",True,UnknownCa) #123
Comments
Are the certificates on freebsd in |
This is what i have:
|
The certificate code is going to looks at the first path that exists instead of enumerating certificates from all the paths. |
I'm hitting the same issue on mac book. Still trying to figure out where this is rooted at, but a different mac book with same setup worked. I do see the CA for haskell.org in my keychain. |
Interesting I was able to reproduce on both for osx. Recently upgraded to osx 10.11.1, also upgraded XCode 7.1.1, which required selecting the licensing agreement. After opening XCode and accepting, everything was back to "normal". |
I've stumbled upon this commit: https://svnweb.freebsd.org/ports?view=revision&revision=378720 I guess, the problem is that hs-tls doesn't look at /etc/ssl/cert.pem file, but only /etc/ssl/certs dir. |
So, can anything be done about this? |
@arrowdodger: I've fixed the underlaying issues in x509-system (1.6.2). you can also test how many certificates are detected installing the latest |
Updating x509-system to the latest version fixed problem for me! |
Thanks, closing now then |
I got a problem which is similar to this one with latest stack on FreeBSD. Symptoms are:
The text was updated successfully, but these errors were encountered: