Skip to content

Commit ef3ff15

Browse files
committed
Enable ssl verification by default
1 parent 0c4332e commit ef3ff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regula/documentreader/webclient/ext/api/document_reader_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class DocumentReaderApi(DefaultApi, ProcessApi):
1515

16-
def __init__(self, host=None, debug=False, verify_ssl=False, api_client=None):
16+
def __init__(self, host=None, debug=False, verify_ssl=True, api_client=None):
1717
if api_client:
1818
self.api_client = api_client
1919
else:

0 commit comments

Comments
 (0)