no tls on adm

This commit is contained in:
Charlie Jacomme 2018-08-09 15:09:35 +02:00
parent f4ea98921b
commit 8d06dbd35d

View file

@ -326,7 +326,7 @@ def write_dns_reverse_file(api_client):
f.write(zone_file_content)
zone_v6.append(zone6_name)
api_client = Re2oAPIClient(api_hostname, api_username, api_password)
api_client = Re2oAPIClient(api_hostname, api_username, api_password, use_tls=True)
client_hostname = socket.gethostname().split('.', 1)[0]