Asked by test test
at 2025-03-02 12:50:13
Point:500 Replies:15 POST_ID:829357USER_ID:12446
Topic:
cloudflare;google chrome;apache
Question 1- Cloudflare show warning, too may redirect on chrome solved
Answer: solved by removing all redirect from http to https since cloudflare will handle
all redirect from http.
Since in apahce httpd.conf, we added the following for http to https and except some directory
based on this link
#RewriteEngine on
#RewriteCond %{SERVER_NAME} =computer28.com [OR]
#RewriteCond %{SERVER_NAME} =www.computer28.com
#RewriteRule ^https://%{SERVER_NAME}%{REQUEST_URI}[END,NE,R=permanent]
#RewriteEngine on
#RewriteCond %{HTTPS} =off
#RewriteCond %{REQUEST_URI} !^\/local\/
#RewriteCond %{REQUEST_URI} !^\/world\/
#RewriteRule (.*)https://%{HTTP_HOST}/$1[L,R=301]
#RewriteCond %{HTTPS} =on
#RewriteCond %{REQUEST_URI} \/fid\/ [OR]
#RewriteCond %{REQUEST_URI} \/php\/
#RewriteRule (.*)http://%{HTTP_HOST}/$1[L,R=301]
Comment it all, it works now
Question-2:How to Fix ERR_QUIC_PROTOCOL_ERROR Message in Chrome Browser
when using cloudflare
Answer-2
chrome://net-internals/#dns
HTTP/3 Cheker:
on Window 10:
ipconfig /flushdns //clear all DNS caching
Final, if still can not solve question-2, delete cloudflare account and then re-create new other account using other gmail accout to see any help from resetting all cloudflare default setting.
Need to wait 1-day or 2-day. to see theERR_QUIC_PROTOCOL_ERROR will be sovled
or not...
If above answer can not be solved, any suggestion or solution to solve those those both
questions,
Please advise