Project

General

Profile

Actions

Bug #23090

open

rgw: both civetweb & libcurl (and boost::asio) may initialize openssl

Added by Abhishek Lekshmanan about 6 years ago. Updated almost 6 years ago.

Status:
New
Priority:
Normal
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

currently if rgw is https terminated with civetweb; and if libcurl is linked against openssl both the these will end up initializing openssl. Libcurl < 7.57 has a flag CURL_GLOBAL_SSL to turn this off. Civetweb has a flag to not initialize ssl. boost::asio::ssl will also initialize openssl. We need to ensure that only one component does this.

Actions #1

Updated by Abhishek Lekshmanan almost 6 years ago

  • Assignee set to Abhishek Lekshmanan
Actions

Also available in: Atom PDF