Re: ASN.1 encoding error

2021-02-25 Thread John Robson via openssl-users
, 2021 at 05:19:32PM +, John Robson via openssl-users > wrote: > > Hi all, > > > > I'm encountering an error connecting to a device which as far as I can > see > > has a reasonable certificate... > > > > The error coming back (through twisted and py

ASN.1 encoding error

2021-02-25 Thread John Robson via openssl-users
Hi all, I'm encountering an error connecting to a device which as far as I can see has a reasonable certificate... The error coming back (through twisted and python) is: > twisted.python.failure.Failure OpenSSL.SSL.Error: [('asn1 encoding > routines', 'c2i_ibuf', 'illegal padding'), ('asn1 encod

Re: OpenSSL not accepting a certificate, whilst curl does.

2020-09-30 Thread John Robson via openssl-users
tl;dr: Found an issue with update-ca-trust extract OpenSSL doing what it should, but update-ca-trust is only pushing the cert into some of the trust stores. Thanks Tomas On Tue, 29 Sep 2020 at 07:06, Tomas Mraz wrote: > > On Mon, 2020-09-28 at 22:35 +0100, John Robson via openssl-users

OpenSSL not accepting a certificate, whilst curl does.

2020-09-28 Thread John Robson via openssl-users
Hi, I'm really struggling to get my head around a specific scenario that isn't behaving as I expect. Hopefully someone with more experience/knowledge can set me on the right path. Note - my attempts to reproduce this in a lab have been unsuccessful, although I don't have access to the server pri