Subject: | Fails with newer Mojolicious (SSL issue) |
t/02_smtp.t started to fail:
# Failed test 'no error'
# at t/02_smtp.t line 22.
# SSL connect attempt failed error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
# Failed test 'right response code'
# at t/02_smtp.t line 23.
# got: undef
# expected: '220'
# Failed test 'right message'
# at t/02_smtp.t line 24.
# got: undef
# expected: 'quit ok'
# Failed test 'stringify message'
# at t/02_smtp.t line 25.
# got: ''
# expected: '220 quit ok
# '
t/02_smtp.t .....
Failed 4/5 subtests
It looks like the problem is caused by this Mojolicious change:
https://metacpan.org/changes/release/SRI/Mojolicious-7.83#L27