For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
    • Help
      • Overview
        • I receive an ECONNREFUSED error
        • Fixing an ECONNRESET error
        • Fixing a 404 Not Found error response
        • Fixing ETIMEDOUT error
        • Fixing a 500 internal server error response
        • Fixing a 400 bad request error
        • Fixing the error Client network socket disconnected before secure TLS connection was established
        • Fixing a 401 Unauthorized response error
        • Receiving 401 Response trying to add user with Postman API
        • I am having trouble sending requests
        • Fixing a CORS error
        • I am receiving a rate limit error
        • My request is redirected to a GET request
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • You are experiencing the following issue
  • Unblock yourself
  • Verify if the issue is related to the server
  • Verify if the issue is related to the certificate configuration
  • Verify your proxy configuration
Resolve issuesSending requests

Fixing the error Client network socket disconnected before secure TLS connection was established

||View as Markdown|
Was this page helpful?
Previous

Fixing a 400 bad request error

Next

Fixing a 401 Unauthorized response error

Built with

You are experiencing the following issue

The request I sent in Postman returns the error Client network socket disconnected before secure TLS connection was established.

Unblock yourself

Verify if the issue is related to the server

You have two options to isolate the issue and verify whether it’s on the server side, instead of Postman, the client, that runs your request.

  • Try testing a request with the Postman Echo API and verify if it works. If the request doesn’t return the error, the issue is related to the server. Reach out to the API service of the request you’re trying to send.
  • Try to replicate this request outside of Postman. Use the code generation feature to generate a cURL request and try making that cURL request from your terminal. If you can reproduce the issue, the issue is related to the server. Reach out to the API service of the request you’re trying to send.

Verify if the issue is related to the certificate configuration

Turn off SSL verification for the request. If the request doesn’t return the error, verify your certificate configuration.

Verify your proxy configuration

If you are using Postman behind a proxy, verify your proxy configuration.


Have more questions? Submit a request