Skip to content

BitAxe does not check certificate expiration date for TLS connections #1563

@mweinberg

Description

@mweinberg

Describe the bug
The Bitaxe does not validate a certificate expiration date (presumably because it has no concept of time). A miner can successfully connect to a TLS port of a pool regardless of certificate expiration date -- there is no warning or error when encountering an expired certificate.

To Reproduce
Connect to any stratum pool with a valid (but expired) certificate. The TLS connection will work with no warnings or errors in the logs or in the UI.

Expected behavior
Ideally, the Bitaxe can understand current time such that it can validate certificate expiration date.

Screenshots & Photos

% echo | openssl s_client -servername public-pool.io -connect public-pool.io:4333 2>/dev/null | openssl x509 -noout -dates
notBefore=Nov 21 00:38:47 2025 GMT
notAfter=Feb 19 00:38:46 2026 GMT

Hardware (please complete the following information):

  • Bitaxe HW version: Bitaxe Gamma
  • Bitaxe HW vendor: SoloSathoshi
  • ESP-Miner FW version: v2.13.0b5
  • Hash Frequency:
  • Voltage:
  • Pool URL, Port, User: public-pool.io:4333

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions