500 error when opening project page
Updated to GitLab CE 8.9.6 on Ubuntu Server 14.04 LTS via apt. After verifying that the upgrade had successfully happened, I tried to navigate to one of our project pages. Instead of seeing the project page, I get a page with a 500 error. The included data snippet is from the production log, and is actually entered twice each time someone attempts to navigate to the project page. If I manually navigate to the ...project page/activity
page, everything works fine.
Started GET "/iaam/iaam-auto" for (my ip) at 2016-07-12 16:37:20 -0600
Processing by ProjectsController#show as HTML
Parameters: {"namespace_id"=>"iaam", "id"=>"iaam-auto"}
Completed 500 Internal Server Error in 68ms (ActiveRecord: 3.8ms)
OpenSSL::Cipher::CipherError (iv length too short):
app/models/project.rb:456:in `import_url'
app/models/project.rb:486:in `external_import?'
app/models/project.rb:478:in `import?'
app/models/project.rb:494:in `import_in_progress?'
app/controllers/projects_controller.rb:93:in `show'
lib/gitlab/middleware/go.rb:16:in `call'
The stack trace seems to not like something about our SSL certificate, but I'm not sure what that could be. It's a relatively new cert, 2048 bit RSA with a SHA-256 signature.