Skip to content

error oscrypto/_openssl/asymmetric.py in load_pkcs12 loading crt file #53

@osvaldo35

Description

@osvaldo35

there is a bug in how the asymmetric loads the certificate, it s expecting a file not a bytes stream,

self.send_to_apple(tstr, company_id, 'response_867')

File "/home/osvaldo/odoos/odoo13/extra-addons_tmp/cliente_oneclick/clientes/apple_EDI_AS2_reports/models/models.py", line 62, in send_to_apple
my_org = Organization(
File "", line 11, in init
File "/usr/local/lib/python3.8/dist-packages/pyas2lib/as2.py", line 96, in post_init
self.sign_key = self.load_key(self.sign_key, self.sign_key_pass)
File "/usr/local/lib/python3.8/dist-packages/pyas2lib/as2.py", line 107, in load_key
key, cert, _ = asymmetric.load_pkcs12(key_str, key_pass)
File "/usr/local/lib/python3.8/dist-packages/oscrypto/_openssl/asymmetric.py", line 811, in load_pkcs12
with open(source, 'rb') as f:
FileNotFoundError: [Errno 2] the file or drectory does nott exist: '-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAACmFlczI1Ni1jdHIAAAAGYm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions