Re: About protocols in openssl

2020-02-28 Thread Chris
On Fri, 28 Feb 2020 09:59:21 +0100 Willem Jan Withagen w...@digiware.nl said On 28-2-2020 01:32, Marcin Cieslak wrote: > On Thu, 27 Feb 2020, Willem Jan Withagen wrote: > >> > /home/jenkins/workspace/ceph-master/src/pybind/mgr/.tox/py3/lib/python3.7/site-packages/cryptography/hazmat/bindings/_o

Re: About protocols in openssl

2020-02-28 Thread Willem Jan Withagen
On 28-2-2020 01:32, Marcin Cieslak wrote: On Thu, 27 Feb 2020, Willem Jan Withagen wrote: /home/jenkins/workspace/ceph-master/src/pybind/mgr/.tox/py3/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: Undefined symbol "SSLv3_client_method" This looks to me that you are

Re: About protocols in openssl

2020-02-27 Thread Marcin Cieslak
On Thu, 27 Feb 2020, Willem Jan Withagen wrote: /home/jenkins/workspace/ceph-master/src/pybind/mgr/.tox/py3/lib/python3.7/site-packages/cryptography/hazmat/bindings/_openssl.abi3.so: Undefined symbol "SSLv3_client_method" This looks to me that you are trying to build ceph in the virtualenv whi

Re: About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
On 27-2-2020 21:53, Mathieu Arnold wrote: On Thu, Feb 27, 2020 at 12:45:51PM -0800, Freddie Cash wrote: On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: Interesting, but not quite what I want It is not for personal usage, but for ports that I have commited to the ports collectio

Re: About protocols in openssl

2020-02-27 Thread Mathieu Arnold
On Thu, Feb 27, 2020 at 12:45:51PM -0800, Freddie Cash wrote: > On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: > > > > > Interesting, but not quite what I want > > It is not for personal usage, but for ports that I have commited to the > > ports collection, and want to upgrade. >

Re: About protocols in openssl

2020-02-27 Thread Freddie Cash
On Thu, Feb 27, 2020, 12:37 PM Willem Jan Withagen, wrote: > > Interesting, but not quite what I want > It is not for personal usage, but for ports that I have commited to the > ports collection, and want to upgrade. > And yes, fixing openssl works for this problem, but it is not only my > pr

Re: About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
On 27-2-2020 20:52, Pete Wright wrote: On 2020-02-27 11:42, Willem Jan Withagen wrote: On 27-2-2020 20:25, Miroslav Lachman wrote: Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing:

Re: About protocols in openssl

2020-02-27 Thread Pete Wright
On 2020-02-27 11:42, Willem Jan Withagen wrote: On 27-2-2020 20:25, Miroslav Lachman wrote: Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing: SSLv3_client_method Which i guess,

Re: About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
On 27-2-2020 20:25, Miroslav Lachman wrote: Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing: SSLv3_client_method Which i guess, is because in the current openssl libs SSLv3 is di

Re: About protocols in openssl

2020-02-27 Thread Miroslav Lachman
Willem Jan Withagen wrote on 2020/02/27 20:00: Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing:     SSLv3_client_method Which i guess, is because in the current openssl libs SSLv3 is disabled. And I sort of get this, SSLv3 is unsa

About protocols in openssl

2020-02-27 Thread Willem Jan Withagen
Hi, My ceph ports uses all kinds of python stuff, and now the trouble is that I'm getting an error on missing:     SSLv3_client_method Which i guess, is because in the current openssl libs SSLv3 is disabled. And I sort of get this, SSLv3 is unsafe. But I need it to be able to run parts of the