Hello out there. I am working on a pretty obscure part of TCL where I want to encrypt an API between a client and server. Basically on the server I have openssl running. On my client I want to create a TCL interface to the API. Now since encryption is a requirement, I'm banging my head trying to get this all to work. When I use openssl directly as a client, everything works magically. Using the tls1.5 package in TCL, I am having less to no luck. I was wondering if anyone out there could generically explain what I need to do to get this all running (without copying over the PEM files from the server).