devd icon indicating copy to clipboard operation
devd copied to clipboard

Your connection is not private - Invalid cert for devd.io

Open zeroasterisk opened this issue 7 years ago • 0 comments

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)

zeroasterisk avatar Oct 03 '18 23:10 zeroasterisk