Hey There,
I am looking for some help with a couple of issues when accessing the endpoints?
I am using Schiller’s 8.1 PHP library to download WOW item and profession end points. Everything works fine apart from two errors:
The first and most common error is curl reporting error code 35 OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to eu.api.blizzard port 443, and happens randomly. I also notice the connection will wait for around 20 to 30 seconds.
When I re-try the call, the error does not repeat.
The second one is very occasionally, I have a 500 error and with a couple of re-tries the call will be successful.
The server error isn’t too much of a pain to deal with, but the other is, as it happens quite a lot. I have looked around the web, but there does not seem to be any results to fix this issue.
curl is configured with the latest cacert.pem file from curls website, and I have also tried using Firefox’s too.
My system setup is
PHP 8.1.5
Apache 2.4 (for another project)
Any help will be much appreciated.
Lee.