Hello! I am using the Example.c test program of TurboActivate 4.0.9.4 API. When it is compiled in Ubuntu it works well. However, if I try to execute the same program with same library (libTurboActivate.so for amd64) in OpenSUSE this program returns an error code 0x4. As I have see, this error occurs when the connection to the servers fails.
In other thread, I read about TA_E_INET error is because CACerts should be installed. After this, I saw that the system tries to connect to the 104.20.30.216 IP address. Therefore, I downloaded the certificate for this address with the openssl command.
Finally, I move this certificate to the following paths: /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt /usr/share/ssl/certs/ca-bundle.crt /usr/local/share/certs/ca-root.crt /etc/ssl/cert.pem
After following these steps, I still can not run the example program in OpenSUSE. I don't know why it works perfectly in Ubuntu but in OpenSUSE it fails.
Has anyone ideas as to the cause?Thanks in advance.