diff --git a/examples/ws_ssl/Makefile b/examples/websocket_ssl_proxy/Makefile
similarity index 100%
rename from examples/ws_ssl/Makefile
rename to examples/websocket_ssl_proxy/Makefile
diff --git a/examples/ws_ssl/certs/ws1_ca.pem b/examples/websocket_ssl_proxy/certs/ws1_ca.pem
similarity index 100%
rename from examples/ws_ssl/certs/ws1_ca.pem
rename to examples/websocket_ssl_proxy/certs/ws1_ca.pem
diff --git a/examples/ws_ssl/certs/ws1_client.pem b/examples/websocket_ssl_proxy/certs/ws1_client.pem
similarity index 100%
rename from examples/ws_ssl/certs/ws1_client.pem
rename to examples/websocket_ssl_proxy/certs/ws1_client.pem
diff --git a/examples/ws_ssl/certs/ws1_server.pem b/examples/websocket_ssl_proxy/certs/ws1_server.pem
similarity index 100%
rename from examples/ws_ssl/certs/ws1_server.pem
rename to examples/websocket_ssl_proxy/certs/ws1_server.pem
diff --git a/examples/ws_ssl/certs/ws2_ca.pem b/examples/websocket_ssl_proxy/certs/ws2_ca.pem
similarity index 100%
rename from examples/ws_ssl/certs/ws2_ca.pem
rename to examples/websocket_ssl_proxy/certs/ws2_ca.pem
diff --git a/examples/ws_ssl/certs/ws2_client.pem b/examples/websocket_ssl_proxy/certs/ws2_client.pem
similarity index 100%
rename from examples/ws_ssl/certs/ws2_client.pem
rename to examples/websocket_ssl_proxy/certs/ws2_client.pem
diff --git a/examples/ws_ssl/certs/ws2_server.pem b/examples/websocket_ssl_proxy/certs/ws2_server.pem
similarity index 100%
rename from examples/ws_ssl/certs/ws2_server.pem
rename to examples/websocket_ssl_proxy/certs/ws2_server.pem
diff --git a/examples/ws_ssl/net_skeleton.c b/examples/websocket_ssl_proxy/net_skeleton.c
similarity index 99%
rename from examples/ws_ssl/net_skeleton.c
rename to examples/websocket_ssl_proxy/net_skeleton.c
index 55b2a546dcad63e6d339854a7d819e48a2a40ae8..98b37f65e7d8fe3d4f18f60d83748b18adf4f8d2 100644
--- a/examples/ws_ssl/net_skeleton.c
+++ b/examples/websocket_ssl_proxy/net_skeleton.c
@@ -14,7 +14,7 @@
 // Alternatively, you can license this software under a commercial
 // license, as set out in <http://cesanta.com/>.
 //
-// $Date: 2014-09-09 17:07:55 UTC $
+// $Date: 2014-09-09 17:09:33 UTC $
 
 #include "net_skeleton.h"
 
diff --git a/examples/ws_ssl/net_skeleton.h b/examples/websocket_ssl_proxy/net_skeleton.h
similarity index 99%
rename from examples/ws_ssl/net_skeleton.h
rename to examples/websocket_ssl_proxy/net_skeleton.h
index d662d17a2dbfd1c01c1f5aa86e6d3f86fe15e0d3..a2453f726544c8b721875ad2004f8efaa8669a86 100644
--- a/examples/ws_ssl/net_skeleton.h
+++ b/examples/websocket_ssl_proxy/net_skeleton.h
@@ -14,7 +14,7 @@
 // Alternatively, you can license this software under a commercial
 // license, as set out in <http://cesanta.com/>.
 //
-// $Date: 2014-09-09 17:07:55 UTC $
+// $Date: 2014-09-09 17:09:33 UTC $
 
 #ifndef NS_SKELETON_HEADER_INCLUDED
 #define NS_SKELETON_HEADER_INCLUDED
diff --git a/examples/ws_ssl/ssl_wrapper.c b/examples/websocket_ssl_proxy/ssl_wrapper.c
similarity index 98%
rename from examples/ws_ssl/ssl_wrapper.c
rename to examples/websocket_ssl_proxy/ssl_wrapper.c
index 9c33300e819856fc2d4396dc312f1483be9930ba..a2c49066b3e3d1a871a32fee5dc1d2d2c5cc3361 100644
--- a/examples/ws_ssl/ssl_wrapper.c
+++ b/examples/websocket_ssl_proxy/ssl_wrapper.c
@@ -14,7 +14,7 @@
 // Alternatively, you can license this software under a commercial
 // license, as set out in <http://cesanta.com/products.html>.
 //
-// $Date: 2014-09-09 17:07:55 UTC $
+// $Date: 2014-09-09 17:09:33 UTC $
 
 #include "net_skeleton.h"
 #include "ssl_wrapper.h"
diff --git a/examples/ws_ssl/ssl_wrapper.h b/examples/websocket_ssl_proxy/ssl_wrapper.h
similarity index 96%
rename from examples/ws_ssl/ssl_wrapper.h
rename to examples/websocket_ssl_proxy/ssl_wrapper.h
index d4c92e3ee4f9a5bf11943fac7379986c431058f4..8d6e576f56013b23748b9d23778fee7e0f3297d4 100644
--- a/examples/ws_ssl/ssl_wrapper.h
+++ b/examples/websocket_ssl_proxy/ssl_wrapper.h
@@ -14,7 +14,7 @@
 // Alternatively, you can license this software under a commercial
 // license, as set out in <http://cesanta.com/products.html>.
 //
-// $Date: 2014-09-09 17:07:55 UTC $
+// $Date: 2014-09-09 17:09:33 UTC $
 
 #ifndef SSL_WRAPPER_HEADER_INCLUDED
 #define SSL_WRAPPER_HEADER_INCLUDED
diff --git a/examples/ws_ssl/ws_ssl.c b/examples/websocket_ssl_proxy/ws_ssl.c
similarity index 100%
rename from examples/ws_ssl/ws_ssl.c
rename to examples/websocket_ssl_proxy/ws_ssl.c
diff --git a/examples/ws_ssl/ws_ssl.html b/examples/websocket_ssl_proxy/ws_ssl.html
similarity index 100%
rename from examples/ws_ssl/ws_ssl.html
rename to examples/websocket_ssl_proxy/ws_ssl.html