Italy mailing list archives

italy@odoo-community.org

Avatar

Re: fatture elettroniche base64 (PEM?)

by
Sergio Zanchetta
- 05/01/2019 17:28:46
Il giorno sab 5 gen 2019 alle ore 17:17 Davide Corio
<me@davidecorio.com> ha scritto:

>

> Infatti il mio problema è proprio un altro...

>

> Error: offset out of range

> Error reading S/MIME message

> 140338974311488:error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag:../crypto/asn1/tasn_dec.c:1130:

> 140338974311488:error:0D07803A:asn1 encoding routines:asn1_item_embed_d2i:nested asn1 error:../crypto/asn1/tasn_dec.c:290:Type=PKCS7

> 2019-01-05 16:00:58,549 1 WARNING dc12 odoo.addons.l10n_it_fatturapa.models.ir_attachment: b''

>

> :-(

L'errore ti compare quando verifica il tipo di file con questo comando?

openssl asn1parse -inform PEM -in 

Ho notato che un errore simile
Error: offset too large
compare sempre quando il file è tipo DER (basta guardare il log Odoo)
ma in quel caso non è bloccante.
Capita con tutte le versioni di openssl che ho provato:

1.0.1t-1+deb8u8 - Debian 8
1.0.2g-1ubuntu4.14 - Ubuntu 16.04
1.1.0f-3+deb9u2 - Debian 9
1.1.0g-2ubuntu4.3 - Ubuntu 18.04

Magari può aiutare a capirne di più.

Reference