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

Wakanda's avatar
Level 10

Laravel 403 Forbidden nginx

Hi Devs,

I am experiencing a 403 Forbidden Nginx on my server but only at a specific page /library and this was working well before Nginx error logs am getting


2021/05/04 07:08:12 [crit] 572738#572738: *57 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 35.203.252.157, server: 0.0.0.0:443
2021/05/04 07:08:13 [crit] 572738#572738: *62 SSL_do_handshake() failed (SSL: error:141CF06C:SSL routines:tls_parse_ctos_key_share:bad key share) while SSL handshaking, client: 107.178.238.47, server: 0.0.0.0:443

How can fix this?

I also tried removing the SSL certificate and adding it back again but still the same error on that specific page

other logs

2021/05/04 07:28:43 [notice] 574200#574200: signal process started
2021/05/04 07:32:16 [notice] 574839#574839: signal process started
0 likes
2 replies
Wakanda's avatar
Level 10

new additional error

2021/05/04 08:20:54 [alert] 576161#576161: worker process 576162 exited on signal 9

Wakanda's avatar
Wakanda
OP
Best Answer
Level 10

Apparently, I had a folder named library in the root folder and also had a route by the name library, after renaming the folder my app is up and running.

1 like

Please or to participate in this conversation.