Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

attrs = self._cert.subject.get_attributes_for_oid #6850

Closed
djallalzoldik opened this issue May 14, 2024 · 1 comment
Closed

attrs = self._cert.subject.get_attributes_for_oid #6850

djallalzoldik opened this issue May 14, 2024 · 1 comment
Labels
kind/triage Unclassified issues

Comments

@djallalzoldik
Copy link

in the version 10.3.0

there is errors : /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/mitmproxy/certs.py:146: UserWarning: Country names should be two characters, but the attribute is 0 characters in length.
attrs = self._cert.subject.get_attributes_for_oid(x509.NameOID.COMMON_NAME)
/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/mitmproxy/certs.py:153: UserWarning: Country names should be two characters, but the attribute is 0 characters in length.
attrs = self._cert.subject.get_attributes_for_oid(

@djallalzoldik djallalzoldik added the kind/triage Unclassified issues label May 14, 2024
@mhils
Copy link
Member

mhils commented May 14, 2024

Can you please provide a reproducer?

@mhils mhils closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/triage Unclassified issues
Projects
None yet
Development

No branches or pull requests

2 participants