Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

willznc's avatar

Repository Uninstall-- now unable to view site --White Screen is appearing.

I am trying to solve my white screen problem. I've tried just about every suggestion from various forums.

The issue is that i'm unable to view the initial login page of my app.

Below is the error.log 2018/08/12 21:16:09 [crit] 949#949: *28 SSL_do_handshake() failed (SSL: error:1417D102:SSL routines:tls_process_client_hello:unsupported protocol) while SSL handshaking, client: 23.27.154.95, server: 0.0.0.0:443 2018/08/13 00:43:46 [crit] 949#949: *47 SSL_do_handshake() failed (SSL: error:1417D102:SSL routines:tls_process_client_hello:unsupported protocol) while SSL handshaking, client: 220.181.132.198, server: 0.0.0.0:443 2018/08/13 00:43:46 [crit] 949#949: *48 SSL_do_handshake() failed (SSL: error:1417D18C:SSL routines:tls_process_client_hello:version too low) while SSL handshaking, client: 220.181.132.198, server: 0.0.0.0:443 2018/08/13 00:43:47 [crit] 949#949: *49 SSL_do_handshake() failed (SSL: error:1417D102:SSL routines:tls_process_client_hello:unsupported protocol) while SSL handshaking, client: 220.181.132.198, server: 0.0.0.0:443

Below is the site's error log file 2018/08/11 17:48:31 [crit] 934#934: *1 connect() to unix:/var/run/php/php7.1-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 73.106.222.129, server: blabs.goteachersintouch.com, request: "GET / HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.1-fpm.sock:", host: "blabs.goteachersintouch.com" 2018/08/11 17:48:35 [crit] 1266#1266: *1 connect() to unix:/var/run/php/php7.1-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: 73.106.222.129, server: blabs.goteachersintouch.com, request: "GET /img/body-bg.png HTTP/2.0", upstream: "fastcgi://unix:/var/run/php/php7.1-fpm.sock:", host: "blabs.goteachersintouch.com", referrer: "https://blabs.goteachersintouch.com/build/css/app-5aaeb8644f.css"

Before I did the Repository Uninstall with Laravel Forge, my build was working fine. Apparently setting my server to it's original PHP state is not in alignment with some thing--some configuration( something I'm missing--I just can't see it). My codebase is still running on Laravel 5.2 library. ( I am planning to update Laravel soon.) But even still, can anyone offer suggestions to fix this white screen issue.

Thank you so much,

0 likes
0 replies

Please or to participate in this conversation.