CodeIgniter Forums
My site does not work on firefox - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: My site does not work on firefox (/showthread.php?tid=79518)

Pages: 1 2


My site does not work on firefox - eellookkeeaa - 06-28-2021

Hello,

When someone wants to visit my site under CI 4.1.3, it sends him to a "Secure connection failed" error.
While my site is under SSL, on Cloudflare, I do not see why I have this problem. Also, under CI 3.1.1, I don't have this problem on my second site.

For those who want to check, here is the website: https://dev-time.eu/

Thank,


RE: My site does not work on firefox - eellookkeeaa - 07-17-2021

Please ? I need help :/


RE: My site does not work on firefox - InsiteFX - 07-18-2021

It worked fine for me when I went to the link.


RE: My site does not work on firefox - michaelh99 - 07-18-2021

Works for me too.

Are you seeing this issue on multiple machines/devices with chrome or is only one user reporting this problem?


RE: My site does not work on firefox - wuuyun - 07-18-2021

go to check SSL cert


RE: My site does not work on firefox - eellookkeeaa - 07-21-2021

(07-18-2021, 06:49 PM)wuuyun Wrote: go to check SSL cert

Hello, my SSL is generate by Cloudflare.

The first page works, but after look one article or tutorial, my website send error security by firefox.


RE: My site does not work on firefox - eellookkeeaa - 07-21-2021

(07-18-2021, 09:02 AM)michaelh99 Wrote: Works for me too.

Are you seeing this issue on multiple machines/devices with chrome or is only one user reporting this problem?

I would like it to work on Firefox or for firefox users to be redirected somewhere else.

For example, to these users, I would ask them to download the software from my site.


RE: My site does not work on firefox - wuuyun - 07-21-2021

(07-21-2021, 07:21 AM)eellookkeeaa Wrote:
(07-18-2021, 06:49 PM)wuuyun Wrote: go to check SSL cert

Hello, my SSL is generate by Cloudflare.

The first page works, but after look one article or tutorial, my website send error security by firefox.


emmm...  if i got your problem i 'll

1,try set app/config/app.php  $forceGlobalSecureRequests true
2,check your nginx or apache sets , also server ssl version
3,use apple ssl rule...
4, your firefox some sets


RE: My site does not work on firefox - eellookkeeaa - 07-22-2021

(07-21-2021, 06:15 PM)wuuyun Wrote:
(07-21-2021, 07:21 AM)eellookkeeaa Wrote:
(07-18-2021, 06:49 PM)wuuyun Wrote: go to check SSL cert

Hello, my SSL is generate by Cloudflare.

The first page works, but after look one article or tutorial, my website send error security by firefox.


emmm...  if i got your problem i 'll

1,try set app/config/app.php  $forceGlobalSecureRequests true
2,check your nginx or apache sets , also server ssl version
3,use apple ssl rule...
4, your firefox some sets
Hi, I still have this problem. Is it the fact that I am using a port other than 80 or 443?

I use port 11000 for my part.


RE: My site does not work on firefox - wuuyun - 08-19-2021

[quote pid="388775" dateline="1626973560"]
i was you, i'll check the website in 80 and 443 port 
if it worked ,  most problem is your port sets .
[/quote]