Actions
Bug #27865
closedPrevious definition and unused CBC ciphers
Difficulty:
Triaged:
No
Description
Dynflow plugin has a copy of file from core which issues warnings during startup:
/home/lzap/work/smart_proxy_dynflow/lib/smart_proxy_dynflow_core/webrick-patch.rb:3: warning: already initialized constant CIPHERS /home/lzap/work/smart-proxy/lib/webrick-patch.rb:3: warning: previous definition of CIPHERS was here
Let's either drop it or fix it.
Also unused CBC ciphers can be now dropped.
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/smart_proxy_dynflow/pull/65 added
Updated by Adam Ruzicka over 5 years ago
The issue description is not entirely correct. In production deployments, smart proxy dynflow runs as a separate process, completely outside of the smart proxy and it needs to have this patch. The issue you're describing happens when you run smart proxy dynflow core as part of the smart proxy process. I'd say the right solution would be to skip loading of the webrick patch if we're running in the smart proxy process.
Updated by Lukas Zapletal over 5 years ago
- Related to Bug #27993: Remove unused CBC ciphers added
Updated by Lukas Zapletal over 5 years ago
- Subject changed from Warning: previous definition of CIPHERS was here to Previous definition and unused CBC ciphers
- Description updated (diff)
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_proxy_dynflow|c644eb440be40e77361393dac7c92231bdd1bc89.
Updated by Adam Ruzicka over 5 years ago
- Fixed in Releases smart_proxy_dynflow-0.2.5 added
Updated by Adam Ruzicka almost 5 years ago
- Fixed in Releases smart_proxy_dynflow_core-0.2.4 added
- Fixed in Releases deleted (
smart_proxy_dynflow-0.2.5)
Actions