Ja tatsächlich.
Sat, 07 Apr 2018 16:56:33 +0000
Message: Can not connect to ssl://127.0.0.1
PHP version: 7.1.16
WoltLab Suite version: 3.1.1
Request URI: /
Referrer: https://www.domain.tld
User Agent: Mozilla/5.0+(compatible; UptimeRobot/2.0; http://www.uptimerobot.com/)
Peak Memory Usage: 8348040/2147483648
======
Error Class: wcf\system\exception\SystemException
Error Message: Can not connect to ssl://127.0.0.1
Error Code: 0
File: /var/www/vhosts/domain.tld/httpdocs/lib/system/io/RemoteFile.class.php (63)
Extra Information: -
Stack Trace: [{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/lib\/util\/HTTPRequest.class.php","line":264,"function":"__construct","class":"wcf\\system\\io\\RemoteFile","type":"->","args":["ssl:\/\/127.0.0.1",8082,10,{"ssl":"[redacted]"}]},{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/lib\/system\/push\/PushPlusPlusHandler.class.php","line":182,"function":"execute","class":"wcf\\util\\HTTPRequest","type":"->","args":[]},{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/lib\/system\/event\/listener\/PushPlusPlusListener.class.php","line":21,"function":"getConnectionUrl","class":"wcf\\system\\push\\PushPlusPlusHandler","type":"->","args":[]},{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/lib\/system\/event\/EventHandler.class.php","line":221,"function":"execute","class":"wcf\\system\\event\\listener\\PushPlusPlusListener","type":"->","args":["wcf\\system\\template\\TemplateEngine","wcf\\system\\template\\TemplateEngine","beforeDisplay",[]]},{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/lib\/system\/template\/TemplateEngine.class.php","line":300,"function":"fireAction","class":"wcf\\system\\event\\EventHandler","type":"->","args":["wcf\\system\\template\\TemplateEngine","beforeDisplay"]},{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/lib\/system\/request\/RequestHandler.class.php","line":88,"function":"display","class":"wcf\\system\\template\\TemplateEngine","type":"->","args":["offline"]},{"file":"\/var\/www\/vhosts\/domain.tld\/httpdocs\/index.php","line":9,"function":"handle","class":"wcf\\system\\request\\RequestHandler","type":"->","args":["wcf"]}]
Alles anzeigen
Deaktiviere ich aber unter Konfiguration --> push++ "https" schalte also auf http, erhalte ich folgenden Fehler in der Konsole:
Mixed Content: The page at 'https://www.domain.tld/' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://domain.tld/socket?userID=2&token=92e1e"xxx"e595d18706c35&hash=b6965d169"xxx"e1b36cce718c08fa32068496604'. This request has been blocked; this endpoint must be available over WSS.
Erstgenannter Fehler wenn unter Konfiguration --> puss++ folgendes Eingegeben ist:
wss://http://www.domain.tld/socket
https://127.0.0.1:8082
2ter Fehler bei
ws://http://www.domain.tld/socket
http://127.0.0.1:8082
Stelle ich es ein wie in der Anleitung auf dem Screen also:
wss://http://www.domain.tld/socket
http://127.0.0.1:8082
Erhalte ich folgende Meldung in der Konsole:
VM1966:164 WebSocket connection to 'wss://domain.tld/socket?userID=2&token=deb930b24"xxx"eff6a460dc8c&hash=eb3ab02ccfdd27aec"xxx"1212081a12ed1c5ae3446089a4c765e96b' failed: Error during WebSocket handshake: Unexpected response code: 301
Der Anleitung bin ich genau gefolgt.