-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add setup checks and verify WOPI connectivity #4470
base: main
Are you sure you want to change the base?
Conversation
lib/Service/ConnectivityService.php
Outdated
|
||
public function testWopiAccess(?OutputInterface $output = null): void { | ||
$client = $this->clientService->newClient(); | ||
return; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, good catch, was from testing and finding that upstream bug :)
0de9fb1
to
e4da2d3
Compare
e4da2d3
to
88e5d13
Compare
Interesting integration test failure, wondering why it still worked fine before, maybe another collabora bug there or we just did not run into any WOPI call that could trigger it before? |
Maybe need to specify Cf. |
Signed-off-by: Julius Knorr <[email protected]>
88e5d13
to
1564b81
Compare
Right, assumed it on the wrong (collabora) end. |
Needs CollaboraOnline/online#11162 for self-signed certificates that are not trusted on Collabora (without validation)