Skip to content

Commit 5e992c4

Browse files
add PR reference
1 parent a31e9e6 commit 5e992c4

File tree

1 file changed

+1
-0
lines changed
  • services/storage/src/simcore_service_storage/modules/celery

1 file changed

+1
-0
lines changed

services/storage/src/simcore_service_storage/modules/celery/_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def create_app(celery_settings: CelerySettings) -> Celery:
1818
),
1919
)
2020
app.conf.broker_connection_retry_on_startup = True
21+
# NOTE: disable SSL cert validation (https://github.com/ITISFoundation/osparc-simcore/pull/7407)
2122
app.conf.redis_backend_use_ssl = {"ssl_cert_reqs": ssl.CERT_NONE}
2223
app.conf.result_expires = celery_settings.CELERY_RESULT_EXPIRES
2324
app.conf.result_extended = True # original args are included in the results

0 commit comments

Comments
 (0)