Skip to content

Commit

Permalink
MacOS binary build
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-keeper committed Dec 4, 2023
1 parent 0805bc8 commit 787c5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions keepercommander/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@


import argparse
import certifi
import json
import logging
import os
Expand Down Expand Up @@ -130,6 +131,7 @@ def handle_exceptions(exc_type, exc_value, exc_traceback):


def main(from_package=False):
os.environ['SSL_CERT_FILE'] = certifi.where()
logging.basicConfig(format='%(message)s')

errno = 0
Expand Down
3 changes: 0 additions & 3 deletions keepercommander/commands/discoveryrotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1830,9 +1830,6 @@ async def connect(self, params, record_uid, convo_id, gateway_uid, host, port, l
'Cookie': cookie_str,
}

ssl_context = ssl.SSLContext()
ssl_context.verify_mode = ssl.CERT_NONE

entrance_ws = await websockets.connect(connection_url, ping_interval=10, extra_headers=extra_headers)

print("--> 2. SEND START MESSAGE OVER REST TO GATEWAY")
Expand Down

0 comments on commit 787c5d1

Please sign in to comment.