Client on Raspberry Pi cannot connect to encrypted server
How to reproduce:
- start a server on one device with encryption enabled
- execute
SilaClient(ip_address, port, root_certs=open("ca.pem", "rb").read())on a Raspberry Pi
Result: SilaConnectionError with message "certificate verify failed"