Hi! I have an api interface on my server, it's onl...
# ktor
r
Hi! I have an api interface on my server, it's only has sslConnector() and the problem is that when a user puts the api url in the browser and the browser chooses http instead of https i'm getting useless log messages, Is there a way to disable those messages? The exception is io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
a
If you use logback-classic, you can try filtering out exceptions of the particular type (https://stackoverflow.com/a/7368873/13963150).