Welcome Guest, Not a member yet? Register   Sign In
Codeigniter official website open source code shows Invalid request (Unsupported SSL
#1
Question 

I just cloned the project ( https://github.com/codeigniter4projects/website ) on my own pc and then used "php spark serve" to test it. but the problem is, whenever I try to access it through "http://localhost:8080/", it redirects me to "https://localhost:8080/" and then the browser shows "This site can’t be reached-localhost refused to connect-ERR_CONNECTION_REFUSED" and also the console keeps saying "Invalid request (Unsupported SSL request)"

I double-ckecked config files, htaccess and also php serve arguments but nothing seems wrong!

Thanks in advance for your attention.
Reply
#2

Add the following in your .env:

Code:
app.forceGlobalSecureRequests = false
Reply




Theme © iAndrew 2016 - Forum software by © MyBB