# the url of ATSD including port number
url=http://fake_host:fake_port   
# the user name
user=fake_user
# the user's password
password=fake_password  
# validate ATSD SSL certificate: yes, no
verify=yes
# cryptographic protocol used by ATSD https server:
# default, ssl2, ssl3, tls1
encryption=tls1 
