[GH-ISSUE #509] 1.4.4 broken on arm32 #308

Open
opened 2026-02-25 22:33:04 +03:00 by kerem · 0 comments
Owner

Originally created by @fsackur on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/509

Environment

  • Operating system (including version):
    • Raspbian 11 (Bullseye) on Pi3 (arm)
  • mkcert version (from mkcert -version):
    • 1.4.4
  • Server (where the certificate is loaded):
  • Client (e.g. browser, CLI tool, or script):

What you did

apt install wget curl libnss3-tools
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-arm
chmod +x mkcert-v1.4.4-linux-arm
./mkcert-v1.4.4-linux-arm

What went wrong

An error occurred trying to start process '/usr/bin/mkcert' with working directory '/home/freddie'. Exec format error

Note that 1.4.3 works fine:

> mkcert --version
v1.4.3
> mkcert -install
Created a new local CA 💥
The local CA is now installed in the system trust store! ⚡️
Originally created by @fsackur on GitHub (Feb 21, 2023). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/509 ## Environment * Operating system (including version): * Raspbian 11 (Bullseye) on Pi3 (arm) * mkcert version (from `mkcert -version`): * 1.4.4 * Server (where the certificate is loaded): * Client (e.g. browser, CLI tool, or script): ## What you did ``` apt install wget curl libnss3-tools wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-arm chmod +x mkcert-v1.4.4-linux-arm ./mkcert-v1.4.4-linux-arm ``` ## What went wrong ``` An error occurred trying to start process '/usr/bin/mkcert' with working directory '/home/freddie'. Exec format error ``` Note that 1.4.3 works fine: ``` > mkcert --version v1.4.3 > mkcert -install Created a new local CA 💥 The local CA is now installed in the system trust store! ⚡️ ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#308
No description provided.