On 2017-08-04 17:11, Robin Becker wrote:
> On 04/08/2017 15:12, Irmen de Jong wrote:
>> On 04/08/2017 15:44, Robin Becker wrote:
> ..
>> You can specify a CAcert using load_verify_locations on the ssl
>> context. Is that what
>> you meant? I figured out that if you set that to the peer's
>>
On 04/08/2017 15:12, Irmen de Jong wrote:
On 04/08/2017 15:44, Robin Becker wrote:
..
You can specify a CAcert using load_verify_locations on the ssl context. Is
that what
you meant? I figured out that if you set that to the peer's certificate it will
then be
yes I think so. Certain
On 04/08/2017 15:44, Robin Becker wrote:
> ..
>>
>> Hi Robin
>>
>> I am not sure how this is any benefit over the self-signed root certs that I
>> now use?
>>
>> Except for the fact that these are a root cert as well and don't use any CA
>> trust chain.
>> To be able to validate this cert
..
Hi Robin
I am not sure how this is any benefit over the self-signed root certs that I
now use?
Except for the fact that these are a root cert as well and don't use any CA
trust chain.
To be able to validate this cert, I have to load it as a CA cert on the
validating side.
Which i
On 03/08/2017 20:30, Irmen de Jong wrote:
> Alternatively, is there a cheap way to get an 'official' SSL certificate for
> testing
> purposes. I don't think letsencrypt can help here because it is only for web
> sites?
> (and their certs are only valid for a very short period)
With some host f
On 04/08/2017 10:26, Robin Becker wrote:
> On 03/08/2017 19:30, Irmen de Jong wrote:
> .
>>
>> I wonder if any current (or new) users of Pyro4 want to check this out? The
>> biggest
>> concern I have is that I only have dummy (self-signed) certificates so I
>> can't test it
>> with "real"
On 03/08/2017 19:30, Irmen de Jong wrote:
.
I wonder if any current (or new) users of Pyro4 want to check this out? The
biggest
concern I have is that I only have dummy (self-signed) certificates so I can't
test it
with "real" certs to see if the validation works correctly.
..
I'
Hi,
Pyro4 (http://pyro4.readthedocs.io) allows you to call methods on Python
objects running
on other machines, as if they were just normal local objects.
Regarding the network communication: it hasn't got any real security mechanisms
built-in
and always explicitly depended on external tools or