ochorocho / ddev-gitlab-ci

Extended version docker:latest with ddev
0 stars 0 forks source link

Verify the job output #3

Open ochorocho opened 3 weeks ago

ochorocho commented 3 weeks ago

GitLab Job log: https://gitlab.com/ochorocho/typo3-distribution/-/jobs/7040611676

Possible errors:

app.FindContainerByType(web) failed
app.FindContainerByType(web) failed

Playwright seems to complain about the invalid ssl cert:

  1) [chromium] › backend.spec.js:4:1 › Backend login ──────────────────────────────────────────────
    Error: page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://typo3-distribution.ddev.site/typo3
rfay commented 3 weeks ago

It seems you haven't done a mkcert -install here.

ochorocho commented 3 weeks ago

It is already installed. Even tried to run mkcert -install in the CI Pipeline but it seems to be already there. See the Job log: https://gitlab.com/ochorocho/typo3-distribution/-/jobs/7051081362#L23

$ mkcert -install
The local CA is already installed in the system trust store! 👍

SSL certificates are in place:

Bildschirmfoto 2024-06-08 um 13 41 21
rfay commented 3 weeks ago

Oh, I see, I think the chromium container is issuing this error. You'll have to make it trust the certs that you create with mkcer, or else use http.