bloop
Member
Hope someone can help.
When trying to log in with Google this error appears
Also when new users sign up I see this error in admin panel
I checked port 443 and it is open in csf.
I tried running # telnet google.com 443
Output is:
Is this because of IPv6? Thanks.
When trying to log in with Google this error appears
Code:
Unable to Connect to ssl://accounts.google.com:443. Error #110: Connection timed out
Zend_Http_Client_Adapter_Socket->connect() in Zend/Http/Client.php at line 973
Zend_Http_Client->request() in XenForo/ControllerPublic/Register.php at line 1030
XenForo_ControllerPublic_Register->actionGoogle() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /***/nginx/mydomain.com/public/index.php at line 13
Also when new users sign up I see this error in admin panel
Code:
Zend_Http_Client_Adapter_Exception: ReCAPTCHA (No CAPTCHA) connection error: Unable to Connect to ssl://www.google.com:443. Error #110: Connection timed out - library/Zend/Http/Client/Adapter/Socket.php:235
#0 mydomain.com/public/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('www.google.com', 443, true)
#1 mydomain.com/public/library/XenForo/Captcha/NoCaptcha.php(76): Zend_Http_Client->request()
#2 mydomain.com/public/library/XenForo/Captcha/Abstract.php(129): XenForo_Captcha_NoCaptcha->isValid(Array)
#3 mydomain.com/public/library/XenForo/ControllerPublic/Register.php(355): XenForo_Captcha_Abstract::validateDefault(Object(XenForo_Input))
#4 mydomain.com/public/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Register->actionRegister()
#5 mydomain.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#6 mydomain.com/public/index.php(13): XenForo_FrontController->run()
#7 {main}
I checked port 443 and it is open in csf.
I tried running # telnet google.com 443
Output is:
Code:
Trying 2607:f8b0:4006:80d::1004...
telnet: connect to address 2607:f8b0:4006:80d::1004: Connection timed out
Trying 173.194.123.105...
Connected to google.com.
Escape character is '^]'.
Connection closed by foreign host.
Is this because of IPv6? Thanks.