Is there any way to get the SSL certificate status with fetch in ReactJS?
I wanna check if a website is using SSL or not with JS. I tried checking the response.url from the response but there are cases where a website has https but it says certificate expired. Can I get that information with fetch?
If not, is there any other solution?