SSLCertVerificationError in Postman Version 8.9.1 (8.9.1)

My question: When I am trying to do a POST call using Postman version 8.9.1 for Mac, I am getting the below mentioned error even when I have the SSL certificate verification set to DISABLED. Is anyone else facing similar problems after upgrading to the latest version of Postman (8.9.1)?

Error: write EPROTO 140702915125320:error:0b00008c:X.509 certificate routines:OPENSSL_internal:INVALID_VERSION:…/…/third_party/boringssl/src/crypto/x509/x_x509.c:126:
140702915125320:error:0c000065:ASN.1 encoding routines:OPENSSL_internal:AUX_ERROR:…/…/third_party/boringssl/src/crypto/asn1/tasn_dec.c:519:Type=X509
140702915125320:error:10000089:SSL routines:OPENSSL_internal:DECODE_ERROR:…/…/third_party/boringssl/src/ssl/ssl_x509.cc:306:
140702915125320:error:10000089:SSL routines:OPENSSL_internal:DECODE_ERROR:…/…/third_party/boringssl/src/ssl/handshake_client.cc:833:

Details (like screenshots):


How I found the problem: When I tried to do a POST using Postman version 8.9.1

I’ve already tried: I have tried the equivalent Python code for the POST call and it seems to work after I include the below in my Python code:
import urllib3
urllib3.disable_warnings()