Closed yustiks closed 5 months ago
This seems to be an issue with requests
or urllib3
, and not specific to this requests_pkcs2
library. Does any of the solutions offered in in the following Q&A solved your problem?
This seems to be an issue with
requests
orurllib3
, and not specific to thisrequests_pkcs2
library. Does any of the solutions offered in in the following Q&A solved your problem?
I tried several of the solutions from stackoverflow, and it did not help unfortunately. =(
Alas, this issue seems to be system dependent, and we can't reproduce it on any of our development systems. Could you run our test suite on your system, please? Perhaps that leads to some insight:
git clone https://github.com/m-click/requests_pkcs12
cd requests_pkcs12
rm -rf .venv
make check
@yustiks Have you been able to run our test suite on your system?
@yustiks Have you been able to run our test suite on your system?
no, I was not able to. I developed system without security level
Ok, so I'm closing this issue for now, as we don't have enough information to reproduce it.
Feel free to open a new ticket in case this issue occurs again and you have a system where you can run the tests.
I am trying to connect to encrypted server. I am running the provided example code from ReadMe:
The output is as following: