Skip to content

Fix ssl issue in macos binary#659

Merged
evgeny-stakewise merged 2 commits intomasterfrom
fix-macos-ssl
Feb 11, 2026
Merged

Fix ssl issue in macos binary#659
evgeny-stakewise merged 2 commits intomasterfrom
fix-macos-ssl

Conversation

@evgeny-stakewise
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 11, 2026 12:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses SSL certificate issues in the macOS binary by configuring PyInstaller to use the certifi CA bundle. The bundled Python application cannot access system CA certificates, so this change explicitly sets the SSL_CERT_FILE environment variable to point to certifi's certificate bundle when the application runs as a frozen binary.

Changes:

  • Added a PyInstaller runtime hook to configure SSL certificates for frozen binaries
  • Updated the PyInstaller spec file to include the new SSL runtime hook

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
operator.spec Added reference to the new SSL runtime hook in the PyInstaller configuration
hooks/hook-ssl.py Created new runtime hook that sets SSL_CERT_FILE to certifi's CA bundle for frozen applications

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@evgeny-stakewise evgeny-stakewise merged commit b1fa88b into master Feb 11, 2026
8 checks passed
@evgeny-stakewise evgeny-stakewise deleted the fix-macos-ssl branch February 11, 2026 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants