Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Tauri fails to build project with err: Unknown Scheme: cannot make HTTPS request because no TLS backend is configured #12639

Open
Azmekk opened this issue Feb 6, 2025 · 0 comments
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@Azmekk
Copy link

Azmekk commented Feb 6, 2025

Describe the bug

When attempting to build a project with tauri on a Windows arm64 machine I get the following error:

    Downloading https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip
failed to bundle project: `https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip: Unknown Scheme: cannot make HTTPS request because no TLS backend is configured`
    Error failed to bundle project: `https://github.com/wixtoolset/wix3/releases/download/wix3141rtm/wix314-binaries.zip: Unknown Scheme: cannot make HTTPS request because no TLS backend is configured`
 ELIFECYCLE  Command failed with exit code 1.

I found a similar issue here that was closed without any resolution.
I get the same error even with openssl on path which was also mentioned in the previous issue.

Reproduction

Unsure if this would reproduce it for others but run pnpm tauri build in project directory on a Windows arm64 based machine.

Expected behavior

Building the project normally.

Full tauri info output

[✔] Environment
    - OS: Windows 10.0.26100 aarch64 (X64)
    ✔ WebView2: 132.0.2957.140
    ✔ MSVC:
        - Visual Studio Build Tools 2019
        - Visual Studio Community 2022
    ✔ rustc: 1.84.1 (e71f9a9a9 2025-01-27)
    ✔ cargo: 1.84.1 (66221abde 2024-11-19)
    ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24)
    ✔ Rust toolchain: stable-aarch64-pc-windows-msvc (default)
    - node: 23.7.0
    - pnpm: 10.2.0
    - npm: 11.0.0
    - bun: 1.2.0

[-] Packages
    - tauri 🦀: 2.1.1
    - tauri-build 🦀: 2.0.3
    - wry 🦀: 0.47.2
    - tao 🦀: 0.30.8
    - @tauri-apps/api : 2.1.1 (outdated, latest: 2.2.0)
    - @tauri-apps/cli : 2.1.0 (outdated, latest: 2.2.7)

[-] Plugins
    - tauri-plugin-os 🦀: 2.2.0
    - @tauri-apps/plugin-os : 2.2.0
    - tauri-plugin-updater 🦀: 2.3.0
    - @tauri-apps/plugin-updater : 2.3.0 (outdated, latest: 2.5.0)

[-] App
    - build-type: bundle
    - CSP: unset
    - frontendDist: ../dist
    - devUrl: http://localhost:1420/
    - framework: React
    - bundler: Vite

Stack trace

N/A

Additional context

No response

@Azmekk Azmekk added status: needs triage This issue needs to triage, applied to new issues type: bug labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

1 participant