aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/remote-login-service.conf.in2
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 1 deletions
diff --git a/data/remote-login-service.conf.in b/data/remote-login-service.conf.in
index f763020..6a7e360 100644
--- a/data/remote-login-service.conf.in
+++ b/data/remote-login-service.conf.in
@@ -3,4 +3,4 @@ Servers=X2Go Session Broker
[Server X2Go Session Broker]
_Name=Remote Login X2Go
-URI=https://localhost:8080/uccs/inifile/
+URI=http://localhost:8080/uccs/inifile/
diff --git a/debian/changelog b/debian/changelog
index 9fe17a8..7cafd44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ remote-login-service-x2go (1.0.0.1-0x2go1) UNRELEASED; urgency=medium
- Extend README file, inform about the RLS fork by X2Go.
- remote-login-service.conf.in: Add URLs for default X2Go Session Broker
installation.
+ - remote-login-service.conf.in: No https for localhost connections.
* debian/rules:
+ Build using dh_autoreconf.
+ Make sure we have an empty upstream ChangeLog file when building from Git.