mirror of https://github.com/shred/acme4j
Throw the original bad nonce exception
parent
c0d6bfb057
commit
efc4a04df4
|
@ -353,7 +353,7 @@ public class DefaultConnection implements Connection {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new AcmeException("Too many reattempts", lastException);
|
throw lastException;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue