appmesh 1.1.4__py3-none-any.whl → 1.1.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
appmesh/appmesh_client.py CHANGED
@@ -1302,6 +1302,8 @@ class AppMeshClientTCP(AppMeshClient):
1302
1302
  context = ssl.create_default_context(ssl.Purpose.SERVER_AUTH)
1303
1303
  if hasattr(context, "minimum_version"):
1304
1304
  context.minimum_version = ssl.TLSVersion.TLSv1_2
1305
+ else:
1306
+ context.options |= ssl.OP_NO_TLSv1 | ssl.OP_NO_TLSv1_1
1305
1307
  context.verify_mode = ssl.CERT_NONE if self.ssl_verify is False else ssl.CERT_REQUIRED
1306
1308
  if isinstance(self.ssl_verify, str):
1307
1309
  # Load server-side certificate authority (CA) certificates
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: appmesh
3
- Version: 1.1.4
3
+ Version: 1.1.5
4
4
  Summary: Client SDK for App Mesh
5
5
  Home-page: https://github.com/laoshanxi/app-mesh
6
6
  Author: laoshanxi
@@ -0,0 +1,6 @@
1
+ appmesh/__init__.py,sha256=xRdXeFHEieRauuJZElbEBASgXG0ZzU1a5_0isAhM7Gw,11
2
+ appmesh/appmesh_client.py,sha256=v7SsLw8pBChhwPb8VpuSEL1GRfXFkyUBA9WCRpqyQxM,59705
3
+ appmesh-1.1.5.dist-info/METADATA,sha256=OYrLSm28e908TEoAusZ09Ol8dc5Sx8FiHO40VVeeqoI,10786
4
+ appmesh-1.1.5.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
5
+ appmesh-1.1.5.dist-info/top_level.txt,sha256=-y0MNQOGJxUzLdHZ6E_Rfv5_LNCkV-GTmOBME_b6pg8,8
6
+ appmesh-1.1.5.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- appmesh/__init__.py,sha256=xRdXeFHEieRauuJZElbEBASgXG0ZzU1a5_0isAhM7Gw,11
2
- appmesh/appmesh_client.py,sha256=geBXc1ktgMAT0BYnIWl_x9CG_M67Eh8qiCXD5BC_PYk,59624
3
- appmesh-1.1.4.dist-info/METADATA,sha256=e5qvRPhCZqrKaWYOz2OhdrJnR1qcOMDsvwulJZe4G7Y,10786
4
- appmesh-1.1.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
5
- appmesh-1.1.4.dist-info/top_level.txt,sha256=-y0MNQOGJxUzLdHZ6E_Rfv5_LNCkV-GTmOBME_b6pg8,8
6
- appmesh-1.1.4.dist-info/RECORD,,