Skip to content

Commit

Permalink
reverted _create_unverified_context
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Pushnin committed Mar 29, 2024
1 parent 663e218 commit 9b86006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/db_adapter/ceph/ceph_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from core.logging.logger_utils import log
from core.monitoring.monitoring import monitoring

ssl._create_default_https_context = ssl._create_unverified_context

class CephAdapter(DBAdapter):
def __init__(self, config):
Expand Down

0 comments on commit 9b86006

Please sign in to comment.