What is the name of the domain?
What is the error number?
401
What is the error message?
net::ERR_ABORTED 401 (Unauthorized)
What is the issue you’re encountering
In random domains, very few of many js and css dont load. the files exixs. But it redirects to any other project’s index.html ot 404 page. As we use cloudflare ssl , there is no 443 config in the server. So the apache server takes another project’s 443 conf and instead of js the index.html of the other project where there is a 443 conf available is loaded.
What steps have you taken to resolve the issue?
First time for a domain i changed Always-https ON and SSL encryption flexible in cloudflare and it solved.
Next time for another domain both the above settings didnt work, I havd to create origin server certificate and add and then SSL encryption to Full(strict) to solve the issue.
Today in another domain where 1 or 2 js files gives the same kind of errors and i was trying different options, in between it automatically soved!!
If its server issue, then it should remain normally, but it solves autmatically after sometime.. so i doubt if its some kind of caching.. i manually tried purging cache which didnt work.
Checked issues on server side and didnt find any..
What are the steps to reproduce the issue?
No idea.. may be i will get it for another domain tomorrow. Is there any recent change in cloudflare which changed the way it handles SSL which started creating this issue ?