Error Messages during Login
-
I have noticed in my log file that every time I login to my Netgate 3100 I get the following errors.
It does not seem to stop me doing anything, but it worries me that there is an issue brewing.Anyone with any ideas and I dont have a clue where to start ?
Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1206 open() "/usr/local/www/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1207 open() "/usr/local/www/0.8253947957598136" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.8253947957598136 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1208 open() "/usr/local/www/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/images/bdicon.ico" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/images/bdicon.ico HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
Dec 7 12:34:14 nginx 2022/12/07 12:34:14 [error] 57895#100128: *1209 open() "/usr/local/www/0.986883433941717" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.986883433941717 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
Dec 7 12:34:15 nginx 2022/12/07 12:34:15 [error] 57895#100128: *1210 open() "/usr/local/www/0.9282666157441781" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.9282666157441781 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
Dec 7 12:34:16 nginx 2022/12/07 12:34:16 [error] 57895#100128: *1211 open() "/usr/local/www/0.19432891938964714" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.19432891938964714 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
-
@martynk said in Error Messages during Login:
Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1206 open() "/usr/local/www/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/
Are you trying to access a saved URL for your old firewall at the same address?
-
I am just accessing directly via https://192.168.200.1/
-
@martynk said in Error Messages during Login:
I am just accessing directly via https://192.168.200.1/
Using the browser you always use.
You've probably another browser on your device that you never used to access pfSense : try using that browser. I'm pretty sure you won't see the messages anymore.
That's because your current browser, for whatever reason only known to you, tries to POST something on https://192.168.200.1/usr/local/www/0.986883433941717//netdefender/alert/css/tl_style.cssI guess your question will get fully answered as soon as you know what "netdefender" is.
By default : remove everything from your device what is being called "netdefender", as it is not defending but more attacking.
Maybe a browser plugin that needs your attention ?The pfSense GUI is just a web server.
A web server is nothing more as an advanced file server.
When you ask a file server to open a file that doesn't exists, you'll see the error messages you've shown. As there is "No such file or directory". -
-
@rcoleman-netgate 192.168.200.118 is my laptop address that I was accessing the firewall from.
The only software I have installed on my laptop is Bitdefender AV. -
OK, I think I have worked it out, its Bitdefender complaining that the HTTPS is invalid when it first connects as there is no cert so Bitdefender goes into defense mode, says the certificate is invalid and asks if you want to create an exception and continue.
If you agree to the exception, it goes to the login page and when looking at the logs you can see the error messages. If I then logout, log straight back in again, because the exception is in place, pfSense does not generate the login error.