You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error on every page load when using HTTPS with a self-signed cert:
[Error] AuthenticationException: Authentication failed, see inner exception.
at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](Boolean receiveFirst, Byte[] reAuthenticationData, CancellationToken cancellationToken)
at Pode.PodeRequest.UpgradeToSSL(CancellationToken cancellationToken) in C:\Projects\pode-builds\2.11.0\src\Listener\PodeRequest.cs:line 109
[Error] Win32Exception: An unknown error occurred while processing the certificate.
I've been able to reproduce the issue, and it's actually an "OK" error - caused by browsers not initially trusting localhost self-signed certs - but is now being displayed because of logging changes made in 2.11.0.
I've done some work to refactor how the logging and exceptions get thrown, and this "error" is now kept silent - unless Debug logging is enabled.
Describe the Bug
I am getting this error on every page load when using HTTPS with a self-signed cert:
Steps To Reproduce
Run this and load the page:
Expected Behavior
Page should load without error, as it does with Pode 2.10.0.
Platform
The text was updated successfully, but these errors were encountered: