Dear Xenforo Community,
Today I've encountered a very nasty error that occurred out of nowhere. On my forums I run the Steam Integration add-on as main login/register. It ran like it should for around two months up until today.
After a conversation with the developers of the add-on we came to a conclusion it wasn't really related to the add-on itself but to the SSL of my webserver.
I've contacted my webhost provider to see what the problem is but unfortunately they came with no answers.
Hopefully there are some Xenforo pro's here or people who have experienced the same kind of issue that may be able to help me out.
Error:
PHP is erroring on curl_exec:
Steps:
The strangest thing about all of this is that I had no problems for months and randomly got this issue today without making any changes.
Thanks for reading!
Today I've encountered a very nasty error that occurred out of nowhere. On my forums I run the Steam Integration add-on as main login/register. It ran like it should for around two months up until today.
After a conversation with the developers of the add-on we came to a conclusion it wasn't really related to the add-on itself but to the SSL of my webserver.
I've contacted my webhost provider to see what the problem is but unfortunately they came with no answers.
Hopefully there are some Xenforo pro's here or people who have experienced the same kind of issue that may be able to help me out.
Error:
Code:
error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
PHP is erroring on curl_exec:
PHP:
$response = curl_exec($this->_curl);
if ($response === false) {
throw new \Exception(curl_error($this->_curl), curl_errno($this->_curl));
}
- User presses the login/register button of Xenforo.
- User uses the Steam (Intergration) button to login/register by steam.
- User gets redirected to the Steam login page.
- User fills out account details and logs in Steam.
- After Steam validation it returns back to my site.
- Normally in this step the user is logged in into my forums but now they receive the following error:
The strangest thing about all of this is that I had no problems for months and randomly got this issue today without making any changes.
Thanks for reading!