SSL not covering all domains

Hey,

I recently added an SSL Cert for communitysolutionse.com. I setup some redirects in the htaccess file so that
the http:// and http://www redirect to https://. Those all work fine except https://www.communitysolutionse.com/ doesn’t work.

I generated this mod_rewrite from a site which should redirect but it doesn’t.

RewriteCond %{HTTP_HOST} ^www\.communitysolutionse\.com$
RewriteRule ^$ https://communitysolutionse.com/? [L,R=301]

Does this have to do with incorrectly setting up the SSL or with domain redirection? I’m totally new to this and pretty lost. This is hosted on Media Temple and it’s a Joomla site. Let me know if any more details are needed. Thanks in advance for any advice.

Hi,

It seems that you applied two certificate on the same domain (one for www, one for root)

You might want to merge the two certificate since it would save time when renewing...

How did you request the certificate? (Command line? Website? Or buttons on your hosting?)

Not really... But you could change the redirection a little but after request a two in one certificate (one cert cover both www and root)

Thank you

Thanks for the response.

I required the certificate from this website: https://gethttpsforfree.com/
So if I request a new certificate, what would I put in for the domain name? communitysolutionse.com or www.communitysolutionse.com? Or do I separate these by commas or something?

Hi,

In that website, you would need to generate a csr containing both domains (one as common name & another one as subject alternative name)

Personally suggest this tool:
https://www.sslforfree.com/create?domains=communitysolutionse.com+www.communitysolutionse.com

Or, if you want to keep your account keys, try this one:

Remember: you need to input both hostname into the domain bar.

Thank you

1 Like

Not quite - you need both as subject alternative names. The common name field is deprecated, and not acknowledged in many modern browsers. All names must be included in the subject alternative names field to be considered valid, even for a single-domain certificate.

2 Likes

Got it! Thanks for the help guys!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.