aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-11-28 21:42:14 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-11-28 21:42:14 +0300
commite4639176a70e60d609d559f51903b492be042ec3 (patch)
treeef57cc88d236d129bfdecd0f031f177571c72358
parent02e85ea26fc297d41a91c91d12b3e2aa290e62ff (diff)
downloadsproxy2-1.92.0.tar.gz
Version 1.92.01.92.0
-rw-r--r--ChangeLog.md13
-rw-r--r--sproxy2.cabal2
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 5816a82..f33d1e4 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,18 @@
For differences with the original Sproxy scroll down.
+1.92.0
+======
+
+ * Allow running in plain HTTP mode (no SSL). Useful when Sproxy is behind some
+ other proxy or load-balancer. Added two more options: `ssl` (defaults to true)
+ and `https_port` (defaults to like `listen`). Options `ssl_key` and `ssl_cert`
+ are required only if `ssl == true`. SSL-terminations is still required at upstream
+ proxies, because the cookie is set for HTTPS only.
+
+ * Added "user" table into `sproxy.sql`. No action is required, but PostgreSQL database
+ built after this file will be incompatible with Sproxy Web ( <= 0.4.1 at least).
+
+
1.91.0
======
diff --git a/sproxy2.cabal b/sproxy2.cabal
index c2e7819..3433fae 100644
--- a/sproxy2.cabal
+++ b/sproxy2.cabal
@@ -1,5 +1,5 @@
name: sproxy2
-version: 1.91.0
+version: 1.92.0
synopsis: Secure HTTP proxy for authenticating users via OAuth2
description:
Sproxy is secure by default. No requests makes it to the backend