File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -334,9 +334,11 @@ public function process(Job $job, SignalHandler $signal): array
334
334
Preg::isMatch ('{fatal: could not read Username for \'[^ \']+ \': No such device or address\n}i ' , $ e ->getMessage ())
335
335
|| Preg::isMatch ('{fatal: unable to access \'[^ \']+ \': Could not resolve host: }i ' , $ e ->getMessage ())
336
336
|| Preg::isMatch ('{fatal: unable to access \'[^ \']+ \': The requested URL returned error: 503}i ' , $ e ->getMessage ())
337
+ || Preg::isMatch ('{fatal: unable to access \'[^ \']+ \': server certificate verification failed}i ' , $ e ->getMessage ())
337
338
|| Preg::isMatch ('{Can \'t connect to host \'[^ \']+ \': Connection (timed out|refused)}i ' , $ e ->getMessage ())
338
- || Preg::isMatch ('{Failed to connect to [\w.-]+ port \d+: Connection (timed out|refused)}i ' , $ e ->getMessage ())
339
- || Preg::isMatch ('{Failed to connect to [\w.-]+ port \d+: No route to host}i ' , $ e ->getMessage ())
339
+ || Preg::isMatch ('{Failed to connect to [\w.-]+ port \d+(?: after \d+ ms)?: Connection (timed out|refused)}i ' , $ e ->getMessage ())
340
+ || Preg::isMatch ('{Failed to connect to [\w.-]+ port \d+(?: after \d+ ms)?: No route to host}i ' , $ e ->getMessage ())
341
+ || Preg::isMatch ('{Failed to connect to [\w.-]+ port \d+(?: after \d+ ms)?: Couldn \'t connect to server}i ' , $ e ->getMessage ())
340
342
|| Preg::isMatch ('{SSL: certificate subject name \([\w.-]+\) does not match target host name \'[\w.-]+ \'}i ' , $ e ->getMessage ())
341
343
|| Preg::isMatch ('{gnutls_handshake\(\) failed: The server name sent was not recognized}i ' , $ e ->getMessage ())
342
344
|| Preg::isMatch ('{svn: E170013: Unable to connect to a repository at URL} ' , $ e ->getMessage ())
You can’t perform that action at this time.
0 commit comments