We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e8fda commit 7fa63ffCopy full SHA for 7fa63ff
1 file changed
server/recceiver/cfstore.py
@@ -82,7 +82,7 @@ def loads(cls, conf: ConfigAdapter) -> "CFConfig":
82
base_url=conf.get("baseUrl"),
83
cf_username=conf.get("cfUsername"),
84
cf_password=conf.get("cfPassword"),
85
- verify_ssl=conf.get("verifySSL"),
+ verify_ssl=conf.getboolean("verifySSL"),
86
)
87
88
0 commit comments