You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The composer server ssl install command implies that it will install the SSL certificate:
ssl install Installs and trusts Root Certificate Authority
But this does not always happen.
If mkcert is already installed no attempt is made to install a root certificate because the install command code calls return, so no attempt is made. This can lead to certificates being served that aren't accepted by the browser
The text was updated successfully, but these errors were encountered:
The
composer server ssl install
command implies that it will install the SSL certificate:But this does not always happen.
If
mkcert
is already installed no attempt is made to install a root certificate because theinstall
command code callsreturn
, so no attempt is made. This can lead to certificates being served that aren't accepted by the browserThe text was updated successfully, but these errors were encountered: