Skip to content

Commit b145a4e

Browse files
committed
Added extra certificate verification explanation.
1 parent 28e3b1d commit b145a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_extensive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def cb_form_after_autofill(queue_item, elements, form_data):
129129
# Misc options
130130
options.misc.debug = False # If debug is enabled extra information will be logged to the console. Default is False.
131131
options.misc.verify_ssl_certificates = True # If verification is enabled all SSL certificates will be checked for validity. Default is True.
132-
options.misc.trusted_certificates = None # You can pass the path to a CA_BUNDLE file or directory with certificates of trusted CAs. Default is None.
132+
options.misc.trusted_certificates = None # You can pass the path to a CA_BUNDLE file (.pem) or directory with certificates of trusted CAs. Default is None.
133133

134134
crawler = Crawler(options)
135135
crawler.start_with(Request("https://finnwea.com/"))

0 commit comments

Comments
 (0)