1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-18 11:38:15 -05:00

more !!!!!!!!!!

This commit is contained in:
Kyle Spearrin 2018-03-28 12:23:51 -04:00
parent 28cd860c54
commit cb7008f8c1

View File

@ -36,11 +36,11 @@ namespace Bit.Setup
} }
else else
{ {
Console.WriteLine("!!!!!! WARNING !!!!!!"); Console.WriteLine("!!!!!!!!!! WARNING !!!!!!!!!!");
Console.WriteLine("You are not using an SSL certificate. Bitwarden requires HTTPS to operate. " + Console.WriteLine("You are not using an SSL certificate. Bitwarden requires HTTPS to operate. " +
"You must front your installation with a HTTPS proxy. The web vault (and other Bitwarden " + "You must front your installation with a HTTPS proxy. The web vault (and other Bitwarden " +
"apps) will not work properly without HTTPS."); "apps) will not work properly without HTTPS.");
Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!"); Console.WriteLine("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
} }
} }