Skip to content

[Bug]: RuntimeError: request failed: Get "https://tls.browserleaks.com/json": dial tcp 138.197.54.100:443: MSS(1460): invalid argument #1

Description

@nmweizi

TLS client version

v1.15.1.1

System information

macos 26.5
Python 3.13.7

Issue description

RuntimeError: request failed: Get "https://tls.browserleaks.com/json": dial tcp 138.197.54.100:443: MSS(1460): invalid argument

Steps to reproduce / Code Sample

test code

from tls_client import Session
session = Session(client_identifier="chrome_146")
resp = session.get("https://tls.browserleaks.com/json")
print(resp.status_code)
print(resp.text)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions