B4J Question [ABMATERIAL] Not Secure

Cableguy

Expert
Licensed User
Longtime User
Hi ABM Gurus

I have a VPS from ionos.fr and have successfully deployed my ongoing ABM webapp dev draft. I have also successfully (I think) issued a ssl certificate... BUT I am still getting a "Not Secure" info on the browser... And the only info I can find on this is
1756037257290.png

I am running an almost barebone ABM app, with only my custom login form
You can access it here : https://www.dev-i9.fr
This doen't prevent me from keep developing, but If I can solve it now, one less thing to worry after
 

Daestrum

Expert
Licensed User
Longtime User
Did you make the cert - or is it from a trusted cert issuer?
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
It's a let's encrypt, and everything is working as you can see in the image above... it is complaining "only" of a broken active component (?)
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Seemed to have been a cached issue, restarting the browser cleaned it
 
Upvote 0

zed

Well-Known Member
Licensed User
This is what I get:

Websites authenticate their identity with certificates.
Firefox doesn't trust this site because it uses a certificate that isn't valid for www.dev-i9.fr. The certificate is only valid for dev-i9.fr.


Unable to communicate securely with the peer: the requested domain name does not match the server certificate.
HTTP Strict Transport Security: false
HTTP Public Key Pinning: false
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
have you tried typing only dev-i9.fr
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
can you please try again? I have updated the certificate
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
works for me now - straight to login screen - no errors
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
Thanks Daestrum.... This webapp will take some time to see the light of day!
Zed, it's way too early for that, but eventually... maybe.. who knows?
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I thought if this is only specific to ABMaterial Gurus then I am not eligible to comment.

However, I just want to share that I am having a similar issue just now.
A not secure error shows up on my Google Chrome address bar due to wrong date calculation.
It shows the SSL cert has already expired yesterday but when I try to run dry-run showing the cert is not yet expired, which is October 2025.
I tried with other browsers like Edge and Firefox but both don't show an error.
So I think this is an issue with the web browser.
 
Upvote 0

aeric

Expert
Licensed User
Longtime User
I want to share now all my Chrome, Firefox and Edge browsers reporting my VPS server (B4J and including nginx) not secure even though the certificate is valid.

This is happening on my Windows 11 Pro.

When I try opening the server from Android Chrome browser this issue does not happen.

I also check Chrome on Linux and doesn't have this issue.

Now I suspect the problem is on Windows.
 
Upvote 0
Top