Trey
Trey
@sinisaos Thanks for this!
I am making these request to ESXi 6.5 U3, 6.7, and 7.0 machines, and the app serving the APIs is TLS 1.2. Checking on the SSLv3 information. ``` * Trying...
@codenirvana My thoughts exactly, why does it work in 7.25.3, but not 7.26.0. Unfortunately, these are all internal lab machines that can access the internet, but are protected by a...
The user who reported this to me, he wasn't sure what version he was running before updating to 7.26. I had him reinstall 7.25,0 and it works. I then had...
This is from the curl -v -k ```bash λ curl -v -k https://100.80.152.110:8086/api/PT/v1/agent/info * Trying 100.80.152.110... * TCP_NODELAY set * Connected to 100.80.152.110 (100.80.152.110) port 8086 (#0) * schannel: SSL/TLS...
From the `openssl s_client -state -connect postman-echo.com:443 | openssl x509 -text` ```bash λ openssl s_client -state -connect 100.80.152.110:443 | openssl x509 -text SSL_connect:before SSL initialization SSL_connect:SSLv3/TLS write client hello SSL_connect:SSLv3/TLS...
@codenirvana - Just checking in, seeing if you need anything else from my side. Any idea what could be causing this? 7.26.0 is being auto updated. So we had to...
@numaanashraf and @codenirvana - As mentioned in #8598, with the comment "I suspect the problem is postman not catering for sha256WithRSAEncryption", below are all the algorithms our API client can...