Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #321 from joonlim/fix-cert
Browse files Browse the repository at this point in the history
fix(ssl): Initialize self.__ignore_ssl_cert_verification in HttpAgent's constructor.
  • Loading branch information
joonlim authored Mar 20, 2019
2 parents bca6de3 + c4dea1d commit 30a19ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions citest/service_testing/http_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def __init__(self, base_url, logger=None):
self.__status_class = HttpOperationStatus
self.__headers = {}
self.__http_scrubber = HttpScrubber()
self.__ignore_ssl_cert_verification = False

def add_header(self, key, value):
"""Specifies a header to add to each request that follows.
Expand Down

0 comments on commit 30a19ee

Please sign in to comment.