# bogdanfinn/tls-client

net/http.Client like HTTP Client with options to select specific client TLS Fingerprints to use for requests.

Repository: https://github.com/bogdanfinn/tls-client
Canonical: https://ross.abutalabs.com/products/tls-client
Language: Go
License: BSD-4-Clause
License Family: permissive
Last push: 2026-08-21T16:26:17+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 75, longevity 100
- inputs: {"age_days": 1516, "days_push": 12, "days_rel": 86, "gap_med": 31, "n_releases_24m": 14}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1807, forks 278 (observed 2026-08-28T04:05:39.144795+00:00)

## What it is
A Go HTTP client library with a net/http-like interface that lets you select specific browser TLS fingerprints (Chrome, Firefox, Safari, etc.) for outgoing requests. It supports HTTP/1.1 through HTTP/3, header ordering, proxies, cookie jars, and WebSocket connections to evade TLS fingerprint-based bot detection.

## Use cases
- scrape websites that block requests based on TLS fingerprints
- make HTTP requests that look like they come from Chrome or Firefox
- bypass Cloudflare-style TLS fingerprint detection
- send requests with custom header ordering through proxies
- use browser-like HTTP/2 and HTTP/3 fingerprints from Go
- call the client from Python or Node.js via FFI bindings

## When to choose
- you need to mimic real browser TLS/QUIC fingerprints in Go
- your scraper is blocked despite matching user-agent headers
- you want an http.Client-compatible API with fingerprint control and proxy support

## When to avoid
- you just need a standard HTTP client without anti-detection needs
- you are not working in Go or one of the provided FFI language bindings
- your use case involves bypassing protections you are not authorized to test

## Facets
- artifact type: library
- maturity: active
- function: http-client, security, networking, web-scraping
- domain: web-development, security, developer-tools, crawlers
- platform: go, cross-platform
- tags: tls-fingerprinting, anti-bot-bypass, http2, http3, utls, browser-impersonation, proxy-support

## Member repositories
- bogdanfinn/tls-client (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:39.144795+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:21:26.340574+00:00, confidence not recorded.
  - readme: https://github.com/bogdanfinn/tls-client (fetched 2026-08-28T04:05:39.144795+00:00, sha 5bfc26e89690)
- Data as of 2026-08-30T08:39:29.467469+00:00.
