I’m getting weird error regarding key file settings when doing request using hackney, it is like this {:error, {:options, {:keyfile, '/cert/key_rsa.pem', []}}}, I know that when keyfile is not accesible, I get something like this {:options, {:keyfile, <path>, {:error, :enoent}}} so, anybody know what error [] during file reading means?
We tried empty file and it returned {:ok, ""}, we also tried :file.read_file(...) on running system and it returned that certifikate, so I’m continuing debuging ssl module and maybe find code where keyfile is read. Thank you so far.
Sorry for replying on an old thread, but I am experiencing this exact issue and was wondering if you were ever able to resolve it. I’m struggling to figure out what the issue is since I know my keyfile exists and the data can be read with a File.read. Any help would be much appreciated.