From 3aa29b6560fa6c7106ee7b4dd2ef6b3041e52d7d Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 22 Mar 2015 14:08:18 +0100 Subject: [PATCH] Moved to https connection. --- lib/geo_ip/zammad_geo_ip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geo_ip/zammad_geo_ip.rb b/lib/geo_ip/zammad_geo_ip.rb index 8eb6db120..e878f1c10 100644 --- a/lib/geo_ip/zammad_geo_ip.rb +++ b/lib/geo_ip/zammad_geo_ip.rb @@ -11,7 +11,7 @@ class GeoIp::ZammadGeoIp return cache if cache # do lookup - host = "http://geo.zammad.com" + host = "https://geo.zammad.com" url = "/lookup?ip=#{CGI::escape address}" data = {} begin