Metadrop / ddev-lighthouse

Lighthouse ddev addon based on patrickhulce/lhci-client image
Apache License 2.0
0 stars 1 forks source link

Invalid security certificate #2

Open tyler36 opened 3 weeks ago

tyler36 commented 3 weeks ago

Thank you for creating this addon.

Not sure if I'm missing something or the setup instructions are, but I'm getting an The URL you have provided does not have a valid security certificate. error.

Test

  1. Create a new project. Confirm working in browser.

  2. Add addon

    $ ddev get Metadrop/ddev-lighthouse
    ...
    Installed lighthouse:3.0.5 from Metadrop/ddev-lighthouse 
  3. Restart DDEV

    ddev restart
  4. Run DDEV lighthouse

    $ ddev lighthouse 
    ✅  .lighthouseci/ directory writable
    ✅  Configuration file found
    ✅  Chrome installation found
    Healthcheck passed!
    
    Running Lighthouse 2 time(s) on https://web/
    Run #1...failed!
    ....
    Runtime error encountered: The URL you have provided does not have a valid security certificate. net::ERR_CERT_AUTHORITY_INVALID
juanjol commented 2 weeks ago

Hi @tyler36 ,

Right now only http is working, we have to add support for https, and I think this will be the next step indeed.

Thanks for pointing us in this direction!

tyler36 commented 1 week ago

Right now only http is working,

I followed the README and used ddev lighthouse. What is the command to test the HTTP site?