Comment # 26 on bug 1205042 from
(In reply to Pedro Monreal Gonzalez from comment #24)a
> Example of error now in nodejs:
> 
> [ 1611s]     AssertionError [ERR_ASSERTION]: The input did not match the
> regular expression /no cipher match/i. Input:
> [ 1611s]     
> [ 1611s]     'Error: error:80000002:system library::No such file or
> directory'
> [ 1611s]       actual: Error: error:80000002:system library::No such file or
> directory
> [ 1611s]         opensslErrorStack: [ 'error:0A0000B9:SSL routines::no
> cipher match' ],
> [ 1611s]         library: 'system library'
> [ 1611s]       },
> [ 1611s]       expected: /no cipher match/i,
> [ 1611s]       operator: 'throws'


So, I've removed some lines from the error message. It looks there are 2
errors. The no file/directory and the next one is the expected "no cipher
match".

- Adam


You are receiving this mail because: