B4J Question [ABMaterial] "Dangerous Site" Warning

mangyun

Member
Hello,

i create webapp using abm. it contains approx 50pages.
but a few of them give my client warning "dangerous site" like below screenshot.

Screenshot 2024-10-31 105505.png


if they click visit "this unsafe site" everything works as it should.
Screenshot 2024-10-31 105951.png


i tried google safe browsing checker, but found no problem (maybe because to access that page, need to logged in first, hence no problem found by google, because it scan the first(login) page)
1730343906056.png


please give me some guidance on how to resolve this problem, where to start....

thanks.
 

MichalK73

Well-Known Member
Licensed User
Longtime User
Very strange.

I also have pages written in ABM with login and extended, but I have never had such problems.

Do you have any antivirus? Check on another browser.
 
Upvote 0

mangyun

Member
This means Chrome does not trust your https certificate as a valid one.
1730706652864.png

-> its fine on most page.

-> i use lets encrypt as per the example
1730706791652.png


-> it only gives the red warning for a few pages, not all of my pages.

i request for a review from google
>> search.google.com/search-console
and they remove the warning. its ok for now, but its a reccuring problem.
it happens one time before, around a year ago.
1730707063128.png



i'm hoping someone have been dealing something like this, and able to give me some advice on what to look for to correct the problem.
 
Upvote 0

alwaysbusy

Expert
Licensed User
Longtime User
What doe you see in the chrome console (network and security tab)? I found these post about similar problems with Lets Encrypt that may be helpful:

 
Upvote 0

mangyun

Member
1730787167771.png

secure and valid
1730787536361.png


maybe i should've check it (chrome console) when it is displaying the dangerous message :(, maybe it displayed another message back than.

i think i'll just have to wait for it to display the red dangerous page again to further check whats going on.

thanks alain and michal..
 
Upvote 0
Top