ryoluo / sail-ssl

Laravel Sail plugin to enable SSL (HTTPS) connection with Nginx.
MIT License
159 stars 15 forks source link

Navigator shows 'Not secure' #4

Closed XanXus96 closed 1 year ago

XanXus96 commented 1 year ago

the navigator shows 'not secure' on the certificate with barred red https image

ryoluo commented 1 year ago

It is normal behaviour because server uses self-signed certificate. Laravel Sail and this plugin are not for use in production.

ErichKramer commented 4 months ago

Can you elaborate, or provide the relevant discourse on why laravel sail is not intended for production use?

E.G., what is to stop me from getting a legitimate certificate and throwing it into the correct location, and why should I not do this?