if os.path.isfile(options.config):
        cp = ConfigParser.ConfigParser({'use_ssl': 'true'})
        cp.read(options.config)
    else:
        print("Config file not found at", options.config)