Laravel-Source-Encrypter icon indicating copy to clipboard operation
Laravel-Source-Encrypter copied to clipboard

Not working with https

Open kephren226 opened this issue 2 years ago • 8 comments

It work well for me when on http with nginx It does not work when https it activated it just return a blank page i'm using laravel nova

kephren226 avatar Oct 04 '22 17:10 kephren226

I guess this issue is not related to this package. I recommend you check your project's log to find the issue.

SiavashBamshadnia avatar Oct 07 '22 07:10 SiavashBamshadnia

I guess this issue is not related to this package. I recommend you check your project's log to find the issue.

Now after investigation i found that the problem is not specific to https

When using laravel test server everything work well when using nginx as webserver i receive blank page

kephren226 avatar Oct 07 '22 11:10 kephren226

What do the logs say?

SiavashBamshadnia avatar Oct 07 '22 13:10 SiavashBamshadnia

Nothing

kephren226 avatar Oct 07 '22 14:10 kephren226

It's working for me with https and nginx (I'm not using docker) Php 8.1 Os: ubuntu

Hoopex avatar Oct 07 '22 21:10 Hoopex

Nothing

Are you sure that debug mode is enabled?

SiavashBamshadnia avatar Oct 08 '22 07:10 SiavashBamshadnia

Debug mode is enabled

kephren226 avatar Oct 08 '22 09:10 kephren226

Hmmm... What about php.ini file? Is debug mode also enabled there?

SiavashBamshadnia avatar Oct 18 '22 08:10 SiavashBamshadnia