Re: OCaml version problems on Windows
"Bastian Eicher" <[email protected]>
| Newsgroups | gmane.comp.file-systems.zero-install.devel |
|---|---|
| Message-ID | <[email protected]> |
> I've changed this into a warning so we can see the underlying error: The error output (still occurring sporadically) now looks like this: warning: Failed to clean up GnuPG temporary file 'E:\TEMP\0installf51c21-gpg': Unix.Unix_error(Unix.EACCES, "unlink", "E:\\TEMP\\0installf51c21-gpg") warning: Feed http://0install.de/feeds/WinMerge.xml: No signatures found on feed http://0install.de/feeds/WinMerge.xml! gpg: can't open `E:\TEMP\0installf51c21-gpg' gpg: verify signatures failed: file open error > Does adding one fix it? Alternatively, this looks interesting: > http://curl.haxx.se/docs/sslcerts.html > > "If libcurl was built with Schannel (Microsoft's native TLS engine) or Secure Transport (Apple's native TLS engine) support, then > libcurl will still perform peer certificate verification, but instead of using a CA cert bundle, it will use the certificates that are built > into the OS. " Yes, using the OS cert list sounds like the best solution. That's what the C# version does as well. But to be honest I'm not really looking forward to figuring out how to make custom libcurl on Windows that works with OCaml. ------------------------------------------------------------------------------