Closed DanGough closed 3 weeks ago
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