We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b71ed8 commit c5003a9Copy full SHA for c5003a9
src/mcp_scan/verify_api.py
@@ -114,6 +114,7 @@ async def analyze_scan_path(
114
115
# explicitly creating the ssl context sidesepts SSL issues
116
ssl_context = ssl.create_default_context(cafile=certifi.where())
117
+ ssl_context.minimum_version = ssl.TLSVersion.TLSv1_2
118
119
if verbose:
120
logger.debug("aiohttp: SSL context created - verify_mode=%s, check_hostname=%s",
0 commit comments