An error occurred while fetching the assigned iteration of the selected issue.
OpenSSL bad decrypt
ZD: https://gitlab.zendesk.com/agent/tickets/16509
GitLab: 8.2.3
Summary
Current setup: BOSH + Docker to deploy Gitlab instance on servers. Running Gitlab docker image works just fine. However, when we try to access the web UI, Gitlab is throwing 500 error code.
Steps to reproduce
Haven't been able to reproduce.
Expected behavior
We expect GitLab to serve the singing page.
Relevant logs and/or screenshots
-------------------------------------------------------------------------------------------
==> /var/log/gitlab/nginx/gitlab_access.log <==
10.7.61.213<http://10.7.61.213/> - - [03/Mar/2016:14:45:08 +0000] "GET /profile/account HTTP/1.1" 200 4223<tel:4223> "http://10.96.2.54/profile" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36”
==> /var/log/gitlab/gitlab-rails/production.log <==
Started GET "/profile/two_factor_auth/new" for 127.0.0.1<http://127.0.0.1/> at 2016<tel:2016>-03-03 14:45:11 +0000
Processing by Profiles::TwoFactorAuthsController#new as HTML
Completed 500 Internal Server Error in 31ms (ActiveRecord: 6.1ms)
OpenSSL::Cipher::CipherError (bad decrypt):
app/controllers/profiles/two_factor_auths_controller.rb:3:in<http://two_factor_auths_controller.rb:3:in> `new’
-------------------------------------------------------------------------------------------
Output of checks
Results of GitLab Application Check
pending
Results of GitLab Environment Info
pending
Possible fixes
Not a fix but current workaround involves restarting the application.
/cc @vsizov