Skip to content

Commit

Permalink
Merge pull request #197 from salute-developers/shevchenko/return_ssl_…
Browse files Browse the repository at this point in the history
…unver_cont

Revert "PNLP-8575: remove unverified-ssl-context"
  • Loading branch information
SyrexMinus authored May 16, 2024
2 parents b9f48b1 + e2cf2b7 commit eaa8cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/db_adapter/ceph/ceph_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
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 eaa8cc8

Please sign in to comment.