SSL works on url without .com?

Viewed 238

I am trying to enable SSL in my hosted project via tomcat.

I managed to upload certs but the connection is still unsecured.

My Url looks like this

laptap.partner.solution

Is it possible to enable SSL using this url, and get a green lock at the same time? Someone told me SSL only works on TLD's.

What does it mean?

1 Answers

when you generate an SSL certificate you must use wildcard (*.example.com) so it works with your subdomain.

you can use Let's Encrypt to generate free SSL certificates which also supports wildcards and the Green Bar you want to have

Related