haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

System.Certificate.X509.Win32: Not in scope 'rights' #12

Closed neko-kai closed 11 years ago

neko-kai commented 11 years ago

@vincenthz By the way, GHC works perfectly well under wine, you could at the very least test whether it builds before releasing.

neko-kai commented 11 years ago

@vincenthz Actually, new certificate doesn't work at all on windows/wine and fails with RegOpenKeyEx: invalid argument (File not found.) On a simple test case like this

import Network.HTTP.Conduit
main = print =<< simpleHttp "https://encrypted.google.com"
vincenthz commented 11 years ago

Thanks for the report. I fixed the problem differently, while the windows part isn't finished. I do accept donations for timely first class win32 support :-)