Frederic Berrouet

Results 20 comments of Frederic Berrouet

Could it be something like the following piece of code to integrate with a corresponding configuration parameter ? ``` SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile)); SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL); ```

Yeap, I think you are right, this is the most complete and optimal combination on server side. Had not thought about the client side since I currently do not use...

Not sure where you get confused ... in my mind there are two aspects: 1) incoming ssl connections where we have to ask the client for a certificate signed by...

Wanted to test the mTLS, first on the incoming connections (listen), but I am a bit confused on how to configure it. So far I have been using "ssl pemcert"...

Even more confused now that I realize there is/was a line argument **-C CACertPath** ... but even if set to a file containing a single CA, my python client has...

Do not consider an issue but I just want to share my experience... at some point in time, maybe after updating kernel to v5.6.13, my grub menu with the latest...

I have the same problem on 5.6.13 while it is working fine on v5.6.7 and previous kernels. It seems to be only a visual effect not showing the function keys...

Same issue on HPE NonStop running Python 3.6.15. 40% of a cpu just to be alive without reading any message ...

> Same issue on HPE NonStop running Python 3.6.15. 40% of a cpu just to be alive without reading any message ... In my case the issue seems to be...

@BibMartin solution used to work just fine in folium v0.14.0 but since I updated to v0.15.1 all my colormaps are initially displayed ... just like layeradd and layerremove events were...