Probably related to T209800: Cannot edit elections on votewiki SecurePoll. It just times out with a "Service Temporarily Unavailable" error.
UBN since enwiki ArbCom elections began at 00:00 UTC.
Note: voting was ok for a previous election that ended on 14 November 2018 - that election did not have encryption (GPG) enabled
Steps to reproduce
- Have an account that is eligible to vote in this election (we can add exemptions if needed for testing purposes, just tag @jrbs and/or @Jalexander)
- Navigate to https://en.wikipedia.org/wiki/Special:SecurePoll/vote/750 (a test election for the purposes of this task)
- Click "Go to the voting server" (this transfers your credentials to check against the eligibility parameters)
- Click "Submit vote"
Reproduce from eval.php --wiki votewiki
$context = new SecurePoll_Context; $e = $context->getElection( 730 ); $c = $e->getCrypt(); $stat = $c->encrypt( 'test' );