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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/x509.py", line 1106, in human_friendly
data[field_name] = type_val['value']
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 3536, in __getitem__
raise e
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 3531, in __getitem__
return self._lazy_child(key)
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 3478, in _lazy_child
child = self.children[index] = _build(*child)
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 5572, in _build
raise ValueError(unwrap(
ValueError: Error parsing asn1crypto.core.UTF8String - tag should have been 12, but 19 was found
while parsing asn1crypto.x509.NameTypeAndValue
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 230, in load
value, _ = _parse_build(encoded_data, spec=spec, spec_params=kwargs, strict=strict)
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 5676, in _parse_build
return (_build(*info, spec=spec, spec_params=spec_params), new_pointer)
File "/home/user/.local/lib/python3.10/site-packages/asn1crypto/core.py", line 5572, in _build
raise ValueError(unwrap(
ValueError: Error parsing asn1crypto.x509.Certificate - tag should have been 16, but 13 was found
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3/dist-packages/asn1crypto/core.py", line 4044, in native
self._parse_children(recurse=True)
File "/usr/lib/python3/dist-packages/asn1crypto/core.py", line 3988, in _parse_children
raise e
File "/usr/lib/python3/dist-packages/asn1crypto/core.py", line 3960, in _parse_children
child = _build(*child)
^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/asn1crypto/core.py", line 5572, in _build
raise ValueError(unwrap(
ValueError: Error parsing asn1crypto.core.UTF8String - tag should have been 12, but 19 was found
while parsing asn1crypto.x509.NameTypeAndValue
What you've got is a platform_version name type with a PrintableString value.
Hosting providers with the akash network use certificates that crash asn1crypto:
also this:
The text was updated successfully, but these errors were encountered: