Results 12 comments of Gauthier Quesnel

Closing now. Feel free to submit a PR. Thanks.

However: how to build negative absolute date? Prohibits negative begin date?

@duboz : we merge this behaviour in VLE2 or not?

Maybe the file `/tmp/unique` did not have time to be created? ``` test_compress_filepath(vle::utils::ContextPtr ctx) { [...] utils::Path tmpfile(utils::Path::temp_directory_path()); tmpfile /= "unique"; tmpfile.create_directory(); EnsuresNotThrow(rmt.decompress(tarfile.string(), tmpfile.string()), std::exception); utils::Path t2{ tmpfile }; Ensures(t2.exists());...

My bad. I will fix the problem. Need few days :( To continue to use Curl, add '-k' option to disable the check.

SSL certificate is updated. Thank you for the report.

The Curl SSL certificates seems too old on your computer. Try to run: openssl s_client -showcerts -servername server -connect www.vle-project.org:443 > cacert.pem Then, Curl must correctly download resources: curl --cacert...

The Curl subprocess fails on Windows too?

I think that Curl 7.79.1 (provided in appveyor image) is a bit too old (It comes with a lot of root certificates) for the vle-project.org certificate. We need either: -...

Closing now. Feel free to submit a PR. Thanks.