I'm using URLDownloadToFileW from urlmon.dll in order to download a
file from a site. HTTP sites work fine, but I can't get it to work
with https sites (I get error -2146697208) even though the
certification should be ok (installed & trusted). I implements
IBindStatusCallback, IHttpNegotiate, IAuthenticate and
IWindowForBindingUI but it doesn't help.
Any idea?