From 5d9f572f7dbe40ea1cb0a6a1c0a34c61a4989540 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 13 Jul 2010 16:25:14 +0200 Subject: RHTSupport: set default URL to api.access.redhat.com/rs Signed-off-by: Denys Vlasenko --- lib/Plugins/RHTSupport.conf | 2 +- lib/Plugins/RHTSupport.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Plugins/RHTSupport.conf b/lib/Plugins/RHTSupport.conf index f57317f2..4efd2ffd 100644 --- a/lib/Plugins/RHTSupport.conf +++ b/lib/Plugins/RHTSupport.conf @@ -1,6 +1,6 @@ Enabled = yes -URL = http://support-services-devel.gss.redhat.com:8080/Strata +URL = http://api.access.redhat.com/rs # No means that ssl certificates will not be checked SSLVerify = yes # Your login has to exist diff --git a/lib/Plugins/RHTSupport.cpp b/lib/Plugins/RHTSupport.cpp index 3d3989c1..612a1a6f 100644 --- a/lib/Plugins/RHTSupport.cpp +++ b/lib/Plugins/RHTSupport.cpp @@ -92,7 +92,7 @@ static char *xml_escape(const char *str) CReporterRHticket::CReporterRHticket() : m_bSSLVerify(true), - m_sStrataURL("http://support-services-devel.gss.redhat.com:8080/Strata") + m_sStrataURL("http://api.access.redhat.com/rs") {} CReporterRHticket::~CReporterRHticket() -- cgit