I programmed a rest API, purchased an SSL certificate with Java Spring Boot, and configured the SSL certificate into my project. I successfully started the project with https, but when I run it from the browser to test it, I get the Not Secure error. But my endpoints are working successfully
I started it up with the domain I specified during the SSL certificate installation, I thought that was why I was getting the error when I ran restapi locally.