Nextcloud-appapi-harp | stop at "Init step" | certificate verify failed

Sorry to hear you’re facing problems. :slightly_frowning_face:

The community help forum (help.nextcloud.com) is for home and non-enterprise users. Support is provided by other community members on a best effort / “as available” basis. All of those responding are volunteering their time to help you.

If you’re using Nextcloud in a business/critical setting, paid and SLA-based support services can be accessed via portal.nextcloud.com where Nextcloud engineers can help ensure your business keeps running smoothly.

Getting help

In order to help you as efficiently (and quickly!) as possible, please fill in as much of the below requested information as you can.

Before clicking submit: Please check if your query is already addressed via the following resources:

(Utilizing these existing resources is typically faster. It also helps reduce the load on our generous volunteers while elevating the signal to noise ratio of the forums otherwise arising from the same queries being posted repeatedly).

Hi,

I tried to deploy the Nextcloud HaRP, but the test fail every time on “Init step”.

docker ps show the working and loaded containers:

docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
877a43218b16 ghcr.io/nextcloud/test-deploy:release “/start.sh” 27 minutes ago Up 27 minutes (healthy) nc_app_test-deploy
bb69f44cde86 Package nextcloud-appapi-harp · GitHub “start.sh” 45 minutes ago Up 45 minutes (healthy) appapi-harp

Looking inside nc_app_test-deploy the problem is the https connection, we using own certs.

docker logs --follow nc_app_test-deploy

[…]
INFO: - “POST /init HTTP/1.1” 200 OK
TRACE: ASGI [3] Send {‘type’: ‘http.response.start’, ‘status’: 200, ‘headers’: ‘<…>’}
TRACE: ASGI [3] Send {‘type’: ‘http.response.body’, ‘body’: ‘<2 bytes>’}
Try default url to report the init status: https://nextcloud.local
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)

ERROR occurred! Can’t report the ExApp status to the Nextcloud instance.
Try send request using HTTP instead of HTTPS: http://nextcloud.local
Unsuccessful. Can not determine correct URL of the Nextcloud instance.

Is there any way to pass our ca into all this containers?