No acess - access prohibited

hi all,
i have the collabora docker an it connect correctly.
But i open a dokument the massage in german “zugriff verboten” cames.
What is the problem?
My nc log:

GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: self signed certificate in certificate chain

/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php - line 104: GuzzleHttp\Exception\RequestException wrapException(Object(GuzzleHttp\Message\Request), Object(GuzzleHttp\Ring\Exception\RingException))
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php - line 132: GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction))
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/react/promise/src/FulfilledPromise.php - line 25: GuzzleHttp\RequestFsm->GuzzleHttp{closure}(Array)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php - line 55: React\Promise\FulfilledPromise->then(Object(Closure), NULL, NULL)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/guzzle/src/Message/FutureResponse.php - line 43: GuzzleHttp\Ring\Future\CompletedFutureValue->then(Object(Closure), NULL, NULL)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/guzzle/src/RequestFsm.php - line 135: GuzzleHttp\Message\FutureResponse proxy(Object(GuzzleHttp\Ring\Future\CompletedFutureArray), Object(Closure))
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 165: GuzzleHttp\RequestFsm->__invoke(Object(GuzzleHttp\Transaction))
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/3rdparty/guzzlehttp/guzzle/src/Client.php - line 125: GuzzleHttp\Client->send(Object(GuzzleHttp\Message\Request))
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/private/Http/Client/Client.php - line 137: GuzzleHttp\Client->get(‘https //127.0.0…’, Array)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/apps/richdocuments/lib/WOPI/DiscoveryManager.php - line 84: OC\Http\Client\Client->get(‘https //127.0.0…’)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/apps/richdocuments/lib/WOPI/Parser.php - line 41: OCA\Richdocuments\WOPI\DiscoveryManager->get()
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/apps/richdocuments/lib/Controller/DocumentController.php - line 235: OCA\Richdocuments\WOPI\Parser->getUrlSrc(‘application/vnd…’)
[internal function] OCA\Richdocuments\Controller\DocumentController->create(‘application/vnd…’, ‘New Spreadsheet…’, ‘/’)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 160: call_user_func_array(Array, Array)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 90: OC\AppFramework\Http\Dispatcher->executeController(Object(OCA\Richdocuments\Controller\DocumentController), ‘create’)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/private/AppFramework/App.php - line 114: OC\AppFramework\Http\Dispatcher->dispatch(Object(OCA\Richdocuments\Controller\DocumentController), ‘create’)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47: OC\AppFramework\App main(‘DocumentControl…’, ‘create’, Object(OC\AppFramework\DependencyInjection\DIContainer), Array)
[internal function] OC\AppFramework\Routing\RouteActionHandler->__invoke(Array)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/private/Route/Router.php - line 299: call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/lib/base.php - line 1010: OC\Route\Router->match(’/apps/richdocum…’)
/media/7330aa34-6eb4-4713-92a1-69f8c9ca8260/nextcloud/index.php - line 40: OC handleRequest()
{main}

Hi,

dein System vertraut dem selbst erstellten Zertifikat von collabora nicht. Du solltest entweder das Zertifikat ändern oder das Zertifikat dem system “vertraut” machen.

Cu
Sorry for the german, but he seems to be german speaking and his english doesn’t seem to be all too good. If you like I can translate everything I write into english in future posts.

Cu

@Grimeton thanks, can i make the certificate nc familiar or must i do it in the server?

Hi you should do this on the server itself.

/etc/ssl/certs is where the certificates reside in IN THE END.

/etc/ca* are the configuration files that contain all the necessary information you should need.

KR,

G.

@Grimeton As I understood it I should deposit the certificate from the Docker container in / etc / ssl / certs? Is it okay when i take the docker cert from where do I get this?

@Grimeton I salved it wit a new certificate for the https
Thanks.