You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be down to my lack of knowledge on this subject, however
I am trying to install this locally, so I can self-host it, currently using PikaPods, but i prefer to dabble with self-hosting.
I have set up the app using the installation instructions both for npm/compose and also on docker along with a MariaDB server.
Everything works until I try and log into the app, at the moment I am running it on a VPS I have externally rather than locally on my own network due to hardware constraints at the moment
The main error I keep getting when running php artisan serve is:
Browser Error:
Secure Connection Failed
An error occurred during a connection to 95.154.226.114:8000. PR_END_OF_FILE_ERROR
Error code: PR_END_OF_FILE_ERROR
Error on screen:
php artisan serve --host --port 8000
INFO Server running on [http://:8000].
:43017 Invalid request (Unsupported SSL request).
any help on this would be appriciated
The text was updated successfully, but these errors were encountered:
Hey, i also have the same issue with the container. I just run the command with the following https option APP_URL=http://10.100.6.237 but i still get Unsupported SSL request. Any idea whats wrong ? I tried to get access to https://10.100.6.237:8000 it also redirects me to /login
Hey Guys,
This may be down to my lack of knowledge on this subject, however
I am trying to install this locally, so I can self-host it, currently using PikaPods, but i prefer to dabble with self-hosting.
I have set up the app using the installation instructions both for npm/compose and also on docker along with a MariaDB server.
Everything works until I try and log into the app, at the moment I am running it on a VPS I have externally rather than locally on my own network due to hardware constraints at the moment
The main error I keep getting when running php artisan serve is:
Browser Error:
Secure Connection Failed
An error occurred during a connection to 95.154.226.114:8000. PR_END_OF_FILE_ERROR
Error code: PR_END_OF_FILE_ERROR
Error on screen:
php artisan serve --host --port 8000
INFO Server running on [http://:8000].
:43017 Invalid request (Unsupported SSL request).
any help on this would be appriciated
The text was updated successfully, but these errors were encountered: