pwa-builder / PWABuilder

The simplest way to create progressive web apps across platforms and devices. Start here. This repo is home to several projects in the PWABuilder family of tools.
https://docs.pwabuilder.com
Other
2.66k stars 279 forks source link

[BUG] "You do not have a secure HTTPS server" error #4576

Closed rob-baker closed 8 months ago

rob-baker commented 8 months ago

What happened?

I get the following error on my PWA: https://www.pathuku.com/hostileshapes/index.windowsstore.html

Message: _PWABuilder has done a basic analysis of your HTTPS setup and has identified required actions before you can package. Check out the documentation linked below to learn more.

Action Items: 3 error: Does not use HTTPS Uses mixed content on page or http redirect on loads Does not have a valid SSL certificate_

image

I think my HTTPS is ok and the service-worker installs ok: image

I'm stuck, any help will be appreciated.

How do we reproduce the behavior?

Goto: https://www.pwabuilder.com/ enter text: https://www.pathuku.com/hostileshapes/index.windowsstore.html click button "Start" After processing -> errors

What do you expect to happen?

No response

What environment were you using?

Win 10; Win64; x64; Chrome:120

Additional context

No response

khmyznikov commented 8 months ago

Fixed

rob-baker commented 8 months ago

Thank you