Hi, we implemented a Restlet Application to access to some files using HTTPS with the Basic Authentication. The application worked
perfectly: when the user clicks on the link to the file, username and password were requested and the file download began and it still works properly if we try to access to a file using the HTTP. Now, access to files using HTTPS no longer works and we get the following warning: WARNING: The protocol used by this request is Not Declared on the list of client connectors. (HTTPS/1.1) We added the connector for HTTPS protocol, but the application still does not work correctly and returns the following error message: Communication Error sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid Certification Path to Requested Target It seems that the problem is related to the trust manager in our application but we do not have a certificate to be provided. we have not changed neither the Restlet libraries ( version used is the 2.0) or the java code. Can you provide us any tips? Thanks Vanessa -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Authentication-Problem-in-Restlet-Application-tp6407118p6407118.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2748942

