I use self-signed certificate for domain and Casdoor. using this library I cannot send requests to Cadoor API.
Need either to allow using verify=False in requests or use more sophisticated approach with additional trusted CA below:
https://github.com/python-trio/trustme?tab=readme-ov-file#cheat-sheet
I use self-signed certificate for domain and Casdoor. using this library I cannot send requests to Cadoor API.
Need either to allow using
verify=Falsein requests or use more sophisticated approach with additional trusted CA below:https://github.com/python-trio/trustme?tab=readme-ov-file#cheat-sheet