From 567d35807dc1df3afc77a7158cccdfc1615795b5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 28 Nov 2014 16:11:23 +0100 Subject: remote-login-service.conf.in: No https for localhost connections. --- data/remote-login-service.conf.in | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3