You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a request to the wopiAccessCheck endpoint while having ssl_verification disabled in coolwsd.xml i still get a CertificateValidation response.
This would block setting up an instance (mostly for development purposes with using this access check in Nextcloud
Steps to Reproduce
Disable ssl verification in coolwsd.xml
Send a request to the wopiAccessCheck that uses a callbackUrl with self-signed certificates that are not in the system trust store
Expected Behavior
I should get an Ok response as the verification is disabled
Could you share some of the Collabora Online logs, and the section around "Wopi Access Check request callbackUrlStr" and "Result ssl:", with trace or debug log level.
The file is in /tmp/coolwsd.log usually.
Describe the Bug
When making a request to the wopiAccessCheck endpoint while having ssl_verification disabled in coolwsd.xml i still get a CertificateValidation response.
This would block setting up an instance (mostly for development purposes with using this access check in Nextcloud
Steps to Reproduce
Expected Behavior
I should get an Ok response as the verification is disabled
Actual Behavior
I see a CertificateValidation error
cc @meven
The text was updated successfully, but these errors were encountered: