We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467254c commit 508602dCopy full SHA for 508602d
src/cryptojwt/key_issuer.py
@@ -78,6 +78,8 @@ def add_url(self, url, **kwargs):
78
if not url:
79
raise KeyError("No url given")
80
81
+ logger.debug('httpc_params: %s', self.httpc_params)
82
+
83
if "/localhost:" in url or "/localhost/" in url:
84
_params = self.httpc_params.copy()
85
_params['verify'] = False
0 commit comments