LOG(DEBUG1, "connection to server established");
/* If the -u option is used and we don't know this hostname's server
- * certificate then just pass through the connection and let the client
+ * certificate, then just pass through the connection and let the client
* verify the server certificate. */
if (global_passthrough_unknown) {
char path[TLSPROXY_MAX_PATH_LENGTH];
/* Length for path arrays. */
#define TLSPROXY_MAX_PATH_LENGTH 1024
-/* Paths to necessary TLS files: the CA, the server key and DH parameters. */
+/* Paths to proxy files: the CA, the server key and DH parameters. */
#define PROXY_CA_PATH "proxy-ca.pem"
#define PROXY_KEY_PATH "proxy-key.pem"
#define PROXY_DH_PATH "proxy-dh.pem"