From 6f47809af2e44e28d9f97c11b26726e62ee2654f Mon Sep 17 00:00:00 2001 From: runge Date: Sun, 24 Sep 2006 00:08:42 +0000 Subject: x11vnc: improve SSL Java viewer, cleanup -unixpw code. --- x11vnc/sslhelper.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11vnc/sslhelper.c') diff --git a/x11vnc/sslhelper.c b/x11vnc/sslhelper.c index 83a9f38..7e5e5ec 100644 --- a/x11vnc/sslhelper.c +++ b/x11vnc/sslhelper.c @@ -1574,6 +1574,7 @@ void accept_openssl(int mode) { * instead of a direct SSL connection. */ rfbLog("Handling VNC request via https GET. [%d]\n", getpid()); + rfbLog("-- %s\n", buf); if (strstr(buf, "/reverse.proxy")) { char *buf2; @@ -1604,6 +1605,9 @@ void accept_openssl(int mode) { "Content-Type: octet-stream\r\n" "Pragma: no-cache\r\n\r\n"; + rfbLog("Handling Check HTTPS request via https GET. [%d]\n", getpid()); + rfbLog("-- %s\n", buf); + SSL_write(ssl, reply, strlen(reply)); SSL_shutdown(ssl); -- cgit v1.2.3