Moved to https connection.
This commit is contained in:
parent
bdeb053c14
commit
3aa29b6560
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue