79486377

Date: 2025-03-05 11:48:02
Score: 0.5
Natty:
Report link

Change ssl parameters in the ssl_args1 definition to

ssl_args1 = {
    'sslmode': 'verify-full',
    'sslrootcert': f"{cert_path}/ca.crt",
    'sslcert': f"{cert_path}/client.root.crt",
    'sslkey': f"{cert_path}/client.root.key"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Qian