Hi Frederic, On Thu, Feb 20, 2014 at 3:35 PM, Frédéric Dooremont <frederic.doorem...@univ-littoral.fr> wrote: > hi all, > i have an error for the preview process for single a tenant > > In my oae installation > I have two tenants : > > the fisrt tenant1 i have an authentification simple > the preview is ok > for the second tenant i have an cas authentification and i have an error > with the preview. > do you have a idea ?
It looks like there is something wrong with the SSL certificate. The preview processor contacts the web server in order to download the file and upload the result. If there is an invalid SSL certificate (e.g., the cert is for the wrong host) then the preview processor will fail to contact the web server. Do you have a trusted SSL certificate installed for all hosts? The simplest way to do this is to get a wild-card certificate. For example we have a registered certificate for *.oaeproject.org. But if you got your certificate for one tenant (e.g., gatech.oaeproject.org), then you create a new tenant (e.g., marist.oaeproject.org), then the certificate will not be valid for Marist. Alternatively, if you are running on a test server and wish to simply use a self-signed certificate, you can update the configuration [1] to tell the preview processor to not strictly validate the SSL. But I don't think this is the problem you're experiencing. As an aside, you should install the bunyan CLI: $ npm install -g bunyan Then you can pipe your logs through it to get sane formatting: $ cat server.log | bunyan Hope that helps, Branden [1] https://github.com/oaeproject/Hilary/blob/master/config.js#L80 _______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev