Skip to content

Commit bd57941

Browse files
committed
temporary disable cert validation in code
1 parent 9516d63 commit bd57941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

thumbor/loaders/http_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def load(
191191
ca_certs=encode_fn(context.config.HTTP_LOADER_CA_CERTS),
192192
client_key=encode_fn(context.config.HTTP_LOADER_CLIENT_KEY),
193193
client_cert=encode_fn(context.config.HTTP_LOADER_CLIENT_CERT),
194-
validate_cert=context.config.HTTP_LOADER_VALIDATE_CERTS,
194+
validate_cert=False, # TODO: check why setting HTTP_LOADER_VALIDATE_CERTS to False does not work
195195
prepare_curl_callback=prepare_curl_callback,
196196
)
197197

0 commit comments

Comments
 (0)