Moved to https connection.

This commit is contained in:
Martin Edenhofer 2015-03-22 14:08:18 +01:00
parent bdeb053c14
commit 3aa29b6560

View file

@ -11,7 +11,7 @@ class GeoIp::ZammadGeoIp
return cache if cache return cache if cache
# do lookup # do lookup
host = "http://geo.zammad.com" host = "https://geo.zammad.com"
url = "/lookup?ip=#{CGI::escape address}" url = "/lookup?ip=#{CGI::escape address}"
data = {} data = {}
begin begin