-
Notifications
You must be signed in to change notification settings - Fork 857
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TLS v1.0 and v1.1 are not supported on Postman v7.25.1 #8565
Comments
@ZAJDAN Thanks for reporting this issue. At first glance, it looks like you are using an older version of TLS protocol which is not supported by the SSL library. But to help us debug this issue better could you send this request using curl with the |
curl -v https://192.168.26.121:50000/Login ..returns: |
@ZAJDAN The workaround includes passing an additional environment variable NODE_OPTIONS=--tls-min-v1.0 to Postman while launching. Here’s how to do this in various platforms: MacOS
Linux (please use the path where Postman is installed)
Windows
|
thank You |
@ZAJDAN We've pushed out v7.25.2 which resolves this issue and you wouldn't need the manual workaround anymore. Thanks for your patience. |
I am now getting an error saying 'certificate has expired'. |
@giorod3 I am assuming this is happening after the upgrade. Is there any public API endpoint that we can use to reproduce this issue? If it's private, you can share it with us on help@getpostman.com as well. |
@codenirvana I am using the bespoken tools for nodejs. |
@giorod3 I referred bespoken API docs and their base URL But I noticed that their certificate is issued by Sectigo which recently had an issue with their Root Certificate expiration, and I am assuming you are facing the same issue. More details here: https://support.sectigo.com/articles/Knowledge/Sectigo-AddTrust-External-CA-Root-Expiring-May-30-2020 Also, can you execute the following command with your API endpoint (replace
This will help us to validate:
|
@codenirvana Sorry for the delayed response. this was the output: |
@giorod3 This seems to be related to the recent Sectigo root expiry. We are tracking this at #8589 and there is a known workaround detailed on that thread - #8589 (comment) |
This solution solved my problem. In my case, the POST request was working from the Desktop App, but not working from Postman for Web. So, I quite the Agent, set the variable as indicated, and restarted the agent, then it worked. So what is going on? Does this mean the web version is behind the desktop app (I mean has less support)? Tarek |
Until yesterday all worked and after today update to Postman v7.25.1 ...I am not able send login via JSON.
The text was updated successfully, but these errors were encountered: