clj-commons / aleph

Asynchronous streaming communication for Clojure - web server, web client, and raw TCP/UDP
http://aleph.io
MIT License
2.54k stars 241 forks source link

Demote insecure/cleartext HTTP pipeline warn log #719

Closed DerGuteMoritz closed 3 months ago

DerGuteMoritz commented 3 months ago

In the common scenario of a plain HTTP server sitting behind a TLS terminating proxy, these warnings would show up for every newly established connection. In any case, warning the user about a setting they deliberately chose on every connection is a rather annoying default, so demote to debug.