grumbleranch
New Around Here
Just upgraded to 386.2 on my RT-AC68U. I was working on a custom ddns-start script and curl reported an issue with the HTTPS connection for the API call. I then ran openssl (version 1.1.1k) s_client to check the certificate on the server I was accessing and encountered a segmentation fault.
Thinking the version of openssl might be corrupted, I downgraded the router firmware to 386.1_2 and encountered the same segmentation fault, this time running openssl version 1.1.1i.
The command I was using to generate the segmentation fault in both cases was:
This same command runs with no problem on a Red Hat server, but that is of course an older version of openssl.
Does anyone else encounter this error with openssl? I searched the forum and could not find anything related to openssl segmentation faults.
Thinking the version of openssl might be corrupted, I downgraded the router firmware to 386.1_2 and encountered the same segmentation fault, this time running openssl version 1.1.1i.
The command I was using to generate the segmentation fault in both cases was:
Code:
openssl s_client -connect api.godaddy.com:443
This same command runs with no problem on a Red Hat server, but that is of course an older version of openssl.
Does anyone else encounter this error with openssl? I searched the forum and could not find anything related to openssl segmentation faults.