Hello,


I have an application that automatically reads a XML content from a url every 30 seconds. Everything worked fine in Access 2003, but I have to convert it into 2010 format.
My only concern is that now I can no longer load the data, I constantly get an error telling me that a certificate of security is required. The url is secure (https) and if I try
to open it in a browser, no problem I have access to content. But when I open the same link in VBA, I get the error message.


I use the "load" of a DOMDocument (6.0). I tried to go through a XMLHTTP object and load the responseXML but I get exactly the same result.




I want to say that I can load content from a non-secure URL (http), the proble is only with secure connections!


Someone has an idea of ​​the problem?


Thank you.