Disable certificate verification

Hi everyone,

I just installed collabora-online code on my ubuntu 18.04.

How can I disable certificate verification in loolwsd.xml.

Regards,

Welcome @rheman,

To disable certificate verification in the loolwsd.xml file, you need to:

  1. Open the loolwsd file.
  2. Find the <storage desc="Backend storage">
  3. Within the code block, find the <ssl desc="SSL settings">
  4. And then, leave the <ca_file_path> empty.
  5. Save the changes

I hope that helps