Skip to content

SystemLink self-signed certificates multiple issues (Self-signed) #162

@KingLakan

Description

@KingLakan
  1. Hostname mismatch: Certificate CN="myhost-self-signed" vs hostname="myhost"
  2. Missing keyCertSign usage (causes "Path length given without key usage keyCertSign" error)
  3. No Subject Alternative Names (modern SSL requires CN or SAN hostname match)
  4. Self-signed without proper trust store installation

Workaround:

Patch Python's ssl.create_default_context() to disable all certificate verification (SystemLink client calls ssl.create_default_context() internally)
bypassing HttpConfiguration(verify=False) and SL_CERT_PATH environment variables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions