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
Currently the client-cert used (if one is used) isn't shown in django-lor. This would be useful as we had an issue where a client certificate was configured however this wasn't used in OF.
Expected would be to see the path to the client certificate for a request if this is applicable, or otherwise the fact that a client certificate wasn't used for the request. Further details (for instance about the location of the key) aren't necessary imho.
The text was updated successfully, but these errors were encountered:
alextreme
changed the title
Register which clientcertificate is used for the request
Register if a clientcertificate (and if so, which one) is used for the request
Sep 6, 2023
Currently the client-cert used (if one is used) isn't shown in django-lor. This would be useful as we had an issue where a client certificate was configured however this wasn't used in OF.
https://requests.readthedocs.io/en/latest/user/advanced/#client-side-certificates
Expected would be to see the path to the client certificate for a request if this is applicable, or otherwise the fact that a client certificate wasn't used for the request. Further details (for instance about the location of the key) aren't necessary imho.
The text was updated successfully, but these errors were encountered: