Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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