• Resolved filipschepers

    (@filipschepers)


    Hello,

    is it possible to have on our existing wildcard *.vinolicious.be ssl certificate also another domain as a SAN?
    We just bought another interessting domain name grieksewijnen.be and I put a forwarder to https://www.vinolicious.be on it, but now when we visit the grieksewijnen.be site we have an SSL issue(not secure). It’s because that hostname is not known on the cerificate. Can I modify it somewhere?
    I’m using Really Simple SSL free edition. Is it possible with the Pro edition? And if I can solve it with the pro edition, can you give me an idea on how to configure this?

    Thanks in advcance,
    Filip

    • This topic was modified 3 years, 10 months ago by filipschepers.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • A workaround for this is to add a redirect to your main domain in the .htaccess file. This way, the domain is redirected before it is loaded in the user’s browser.

    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteCond %{HTTP_HOST} ^domain1.com$ [OR]
      RewriteCond %{HTTP_HOST} ^www.domain1.com$
      RewriteRule (.*)$ https://www.maindomain.com/$1 [R=301,L]
    </IfModule>
    Plugin Support Leon Wimmenhoeve

    (@leonwimmenhoeve)

    Hi @filipschepers,

    Did this solution solve your question, or do you need any further assistance?

    Kind regards,
    Leon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SSL certificate for 2 domains’ is closed to new replies.