Skip to content

Commit

Permalink
PNLP-8575: remove unverified-ssl-context (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan1lD authored Mar 20, 2024
1 parent f905d12 commit 1fd4bdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/db_adapter/ceph/ceph_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
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 1fd4bdf

Please sign in to comment.