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
I understand that you can't fix the cert, but if less experienced developers use devd -s they might be confused by it.
I suggest that if you have a -s flag, and are serving with a fake local cert, add something like this to your info logging:
$ devd -ols .
17:19:50: Route / -> reads files from .
17:19:50: Listening on https://devd.io:8000 (127.0.0.1:8000)
17:19:50: If you get a "Your connection is not private" warning, click: Advanced > Allow
(had someone ask me about this, I thought putting it into the tool would be useful)
The text was updated successfully, but these errors were encountered:
I understand that you can't fix the cert, but if less experienced developers use
devd -s
they might be confused by it.I suggest that if you have a
-s
flag, and are serving with a fake local cert, add something like this to your info logging:(had someone ask me about this, I thought putting it into the tool would be useful)
The text was updated successfully, but these errors were encountered: