Difference between revisions of "HTTPS Connection Issues"

From MgmtWiki
Jump to: navigation, search
(Full Title or Meme)
(Issues)
Line 12: Line 12:
 
</pre>
 
</pre>
  
 +
* [https://evotec.xyz/invoke-restmethod-the-underlying-connection-was-closed-an-unexpected-error-occurred-on-a-send-while-connecting-graph-api/ unexpected occurances]
  
 
==References==
 
==References==

Revision as of 18:08, 30 July 2020

Full Title or Meme

Like most security protocols HTTPS can start failing for all sorts of reasons, but issues with upgraded security seems to be most common.

Context

Issues

PowerShell Invoke-xxxMethod

$r = Invoke-RestMethod "https://trustregistry.us/csp" -Method Post -Body $j -ContentType "application/jose"
$r
The registry service https://localhost:5035/csp could not be found. Exception: The SSL connection could not be established, see inner exception.

References