modify spreadsheetupdater.py mTLS certificates
This commit is contained in:
@@ -2,7 +2,6 @@ import os
|
||||
import json
|
||||
import websocket
|
||||
import time
|
||||
import ssl
|
||||
from aareDB.models import PuckWithTellPosition
|
||||
from aare.common.models import SampleShortInfoList, SampleShortInfo, DewarAddress
|
||||
from config import BeamlineConfig
|
||||
@@ -137,6 +136,7 @@ def main():
|
||||
"""
|
||||
while True:
|
||||
try:
|
||||
import ssl
|
||||
# Initialize with the modern client protocol
|
||||
context = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user