summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-03-01 15:38:53 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-03-01 15:38:53 +0000
commita8d4ab5b3acd60423dce98b1e08963b2aefe300e (patch)
treeebe4cad68f613f3053634ad079b8c0495b7770f6 /mdkonline.pm
parente37d5edd58ea7d707683d019ca3ae85d14c6bb6c (diff)
downloadmgaonline-a8d4ab5b3acd60423dce98b1e08963b2aefe300e.tar
mgaonline-a8d4ab5b3acd60423dce98b1e08963b2aefe300e.tar.gz
mgaonline-a8d4ab5b3acd60423dce98b1e08963b2aefe300e.tar.bz2
mgaonline-a8d4ab5b3acd60423dce98b1e08963b2aefe300e.tar.xz
mgaonline-a8d4ab5b3acd60423dce98b1e08963b2aefe300e.zip
use https instead of http
Diffstat (limited to 'mdkonline.pm')
-rw-r--r--mdkonline.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm
index 6f99d49c..07c754e9 100644
--- a/mdkonline.pm
+++ b/mdkonline.pm
@@ -23,7 +23,7 @@ my $testing = 1;
my $release_file = find { -f $_ } '/etc/mandriva-release', '/etc/mandrakelinux-release', '/etc/mandrake-release', '/etc/redhat-release';
my ($product_file, $conf_file, $rootconf_file) = ('/etc/sysconfig/system', '/etc/sysconfig/mdkonline', '/root/.MdkOnline/hostconf');
-my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'http://192.168.100.47/~romain/online3b/soap';
+my $uri = !$testing ? 'https://online.mandriva.com/soap' : 'https://192.168.100.47/~romain/online3b/soap';
my $online_proxy = $service_proxy = $uri;