I'm trying to implement an OAuth2 server, but I have som issues when trying to setup JWT under OAuth 2.0->Client. I get the error message saying "No match between server name 'localhost' and SSL certificate values 'cache'". I have set up a SSL/TLS configuration as simple as possible without any certificate files. I'm accessing my server via HTTPS with an unsigned certificate. Can anyone point me in the right direction on how to resolve the issue I'm encountering.  ![](/sites/default/files/inline/images/screenshot_2021-08-09_at_10.12.17.png) _Screenshot 1: _When I set "Source other than dynamic registration" to "JWKS from URL" under "JSON Web Token (JWT) Settings" ![](/sites/default/files/inline/images/images/screenshot_2021-08-09_102428.png) _Screenshot 2:_ My SSL/TLS configuration