]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
README: Stderr is now used for logging.
authorSimon Ruderich <simon@ruderich.org>
Tue, 6 Aug 2013 21:03:47 +0000 (23:03 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 6 Aug 2013 21:03:47 +0000 (23:03 +0200)
README

diff --git a/README b/README
index 4347b9b813924ad6d72bd3c073ed8a4db038f3ea..31d64f9f8e022fe6e538bc846f15dcc246d20023 100644 (file)
--- a/README
+++ b/README
@@ -48,7 +48,7 @@ If the validation is successful the proxy uses the `certificate-*-proxy.pem`
 certificate to secure the connection to the client (signed by `proxy-ca.pem`).
 
 If an error occurs in the validation (missing `certificate-*.pem` files,
-fingerprint changed, etc.) it's logged by the proxy (stdout) and the special
+fingerprint changed, etc.) it's logged by the proxy (stderr) and the special
 `proxy-invalid.pem` certificate is used to send a 500 error message to the
 client. The connection to the server is closed so there's no chance that any
 client data is sent to the (possible) evil server. The invalid certificate is