Issue with CreateSelfSigned
Certificate on macOS Sequoia
#1425
Labels
CreateSelfSigned
Certificate on macOS Sequoia
#1425
Description:
When using a self-signed certificate with Pode on macOS Sequoia, applications that define an HTTPS endpoint via
Add-PodeEndpoint -Protocol Https -SelfSigned
encounter the following error:This issue affects any Pode application that uses HTTPS with a self-signed certificate on macOS Sequoia.
Environment:
Add-PodeEndpoint -Protocol Https -SelfSigned
Steps to Reproduce:
Expected Result:
The Pode application should start successfully with the self-signed certificate for the HTTPS endpoint.
Actual Result:
An exception is thrown:
Additional Information:
The issue is related to the .NET runtime on macOS and has been identified as a .NET issue. You can track the .NET issue here: dotnet/runtime#106775.
The text was updated successfully, but these errors were encountered: