Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 05-14-2025, 06:27 AM   #1
campimp
Confirmed User
 
campimp's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: Gamehendge
Posts: 1,340
ssl for wildcard subdomains

trying to build some sites after being away awhile, having trouble with SSL for wildcard subs

I'm struggling to find a solution. I am starting with a VPS that has Hestia control panel, and SSL is turned on for domain.com, but I can't find how to make it work for wildcard.domain.com

any tips would be greatly appreciated
campimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 07:00 AM   #2
money biz
Confirmed User
 
Join Date: Jan 2003
Posts: 962
I am pretty sure I done this in cloudflare.
money biz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 07:24 AM   #3
TheLegacy
SEO Connoisseur
 
TheLegacy's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Brantford, Ontario
Posts: 16,526
Quote:
Originally Posted by campimp View Post
trying to build some sites after being away awhile, having trouble with SSL for wildcard subs

I'm struggling to find a solution. I am starting with a VPS that has Hestia control panel, and SSL is turned on for domain.com, but I can't find how to make it work for wildcard.domain.com

any tips would be greatly appreciated
For Hestia Control Panel, here are your options for wildcard SSL certificates:

Using Let's Encrypt with DNS validation:
  • Log into your Hestia Control Panel
  • Go to the Web section and select your domain
  • Click on "Edit" for the domain
  • Under SSL Support, choose "Let's Encrypt"
  • Enable the "Use DNS verification method" option
  • Add a wildcard domain (*.domain.com) in the SSL Domains field
  • Follow the DNS validation instructions

Using Cloudflare (as suggested):
  • Sign up for a Cloudflare account
  • Add your domain to Cloudflare
  • Update your nameservers to Cloudflare's
  • Enable the "Full" or "Full (strict)" SSL mode in Cloudflare
  • Create a Page Rule for *.domain.com with "SSL" set to "Full"
  • This will provide SSL for all subdomains without needing individual certificates

Manual certificate installation:
  • Purchase a wildcard SSL certificate from a provider
  • Generate a CSR on your server
  • Upload the certificate files to Hestia
  • Install via Web > domain > Edit > SSL Support > Custom SSL

If you're specifically looking to do this within Hestia without Cloudflare, the DNS validation method with Let's Encrypt is your best option as it supports wildcard certificates
__________________
SEO Connoisseur


Microsoft Teams: Robert Warren SEO
Telegram: @TheLegacy54
RobertWarrenSEO.com
TheLegacy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 08:45 AM   #4
campimp
Confirmed User
 
campimp's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: Gamehendge
Posts: 1,340
Thank you,

TheLegacy... i liked your option inside hestia, although I'm not seeing "Enable the "Use DNS verification method" option"
I see:

Enable domain redirection
Enable SSL for this domain
Use Let's Encrypt to obtain SSL certificate
Enable automatic HTTPS redirection
Enable HTTP Strict Transport Security (HSTS)
campimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 10:00 AM   #5
TheLegacy
SEO Connoisseur
 
TheLegacy's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Brantford, Ontario
Posts: 16,526
Quote:
Originally Posted by campimp View Post
Thank you,

TheLegacy... i liked your option inside hestia, although I'm not seeing "Enable the "Use DNS verification method" option"
I see:

Enable domain redirection
Enable SSL for this domain
Use Let's Encrypt to obtain SSL certificate
Enable automatic HTTPS redirection
Enable HTTP Strict Transport Security (HSTS)


You're right, the DNS verification option might not be directly visible in your version of Hestia. There's another possible approach you can try for setting up wildcard SSL in Hestia:

• First, check your Hestia version - newer versions have better support for wildcard certificates.

• For wildcard SSL with Let's Encrypt in Hestia:
- Enable "SSL for this domain"
- Check "Use Let's Encrypt to obtain SSL certificate"
- In the "SSL Domains" field (which may appear after selecting Let's Encrypt), add both your domain.com and *.domain.com
- Save the changes

• If the above doesn't work directly through the UI, you can use the command line approach:

Code:
v-add-letsencrypt-domain user domain.com '*.domain.com' dns
Replace "user" with your Hestia username and "domain.com" with your actual domain.

• If you don't see the wildcard option working through the UI, you might need to:
- Access your server via SSH
- Run the Let's Encrypt command manually with the --manual and --preferred-challenges=dns options
- Follow the DNS TXT record verification steps
- Import the resulting certificate into Hestia

• Alternatively, some users install the Hestia DNS Server plugin which can make the DNS verification process smoother for wildcard certificates.

If these steps don't work with your current Hestia setup, the Cloudflare method mentioned earlier is often the simplest workaround for wildcard SSL support.

Hope that helps and good luck with everything
__________________
SEO Connoisseur


Microsoft Teams: Robert Warren SEO
Telegram: @TheLegacy54
RobertWarrenSEO.com
TheLegacy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 01:19 PM   #6
campimp
Confirmed User
 
campimp's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: Gamehendge
Posts: 1,340
I tried Cloudflare as mentioned, and it is working perfectly.

Thank you guys

In your experience, do you think there is any material SEO impact of using Cloudflare nameservers?
campimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 04:30 PM   #7
TheLegacy
SEO Connoisseur
 
TheLegacy's Avatar
 
Industry Role:
Join Date: Apr 2003
Location: Brantford, Ontario
Posts: 16,526
Quote:
Originally Posted by campimp View Post
I tried Cloudflare as mentioned, and it is working perfectly.

Thank you guys

In your experience, do you think there is any material SEO impact of using Cloudflare nameservers?
From what I've seen, there's really no negative SEO impact from using Cloudflare nameservers. If anything, it might actually help a bit.

I've moved several sites to Cloudflare over the years and never saw rankings drop because of it. The speed improvements from their CDN can actually give you a small boost since page speed is a ranking factor.

Back in the early days (like 2011-2012), there were some crawler issues, but Cloudflare worked directly with Google to fix those problems. These days search engines handle Cloudflare sites without any issues.

Most case studies I've read show either no change or slight improvements after switching. The faster DNS resolution times and added security (preventing downtime from attacks) are nice bonuses too.

Google's totally fine with Cloudflare now - it's become so common that search engines have fully adapted to it. So I wouldn't worry about any SEO penalties from making the switch.
__________________
SEO Connoisseur


Microsoft Teams: Robert Warren SEO
Telegram: @TheLegacy54
RobertWarrenSEO.com
TheLegacy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 06:57 PM   #8
campimp
Confirmed User
 
campimp's Avatar
 
Industry Role:
Join Date: Jan 2007
Location: Gamehendge
Posts: 1,340
Thank you again for your time, it helped a lot, have a good week!
campimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 10:56 PM   #9
natkejs
Confirmed User
 
Industry Role:
Join Date: Jan 2003
Location: Nomad Land
Posts: 1,615
One major benefit of using Cloudflare is also that you can do backend changes without negative effect on SEO.

I recently moved some sites between hosts, and there was a clear difference between sites that had their IPs changed vs those who moved seamlessly behind Cloudflare.

Unfortunately Cloudflare does not support wildcard domains for the proxy services unless you pay for an Enterprise account.

So any wildcard domain will have the real IP exposed.
__________________
natkejs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2025, 11:02 PM   #10
natkejs
Confirmed User
 
Industry Role:
Join Date: Jan 2003
Location: Nomad Land
Posts: 1,615
Quote:
Originally Posted by natkejs View Post
One major benefit of using Cloudflare is also that you can do backend changes without negative effect on SEO.

I recently moved some sites between hosts, and there was a clear difference between sites that had their IPs changed vs those who moved seamlessly behind Cloudflare.

Unfortunately Cloudflare does not support wildcard domains for the proxy services unless you pay for an Enterprise account.

So any wildcard domain will have the real IP exposed.
I went to double check on this, and it seems that they've changed this policy at some point in time which I have managed to completely overlook. Proxying for wildcard domains is now available for all plans.

Leaving the post up just in case someone else had the same wrong data based on previous policies.
__________________
natkejs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-15-2025, 06:58 AM   #11
2MuchMark
Videochat Solutions
 
2MuchMark's Avatar
 
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 48,688
Quote:
Originally Posted by TheLegacy View Post
You're right, the DNS verification option might not be directly visible in your version of Hestia. There's another possible approach you can try for setting up wildcard SSL in Hestia:

• First, check your Hestia version - newer versions have better support for wildcard certificates.

• For wildcard SSL with Let's Encrypt in Hestia:
- Enable "SSL for this domain"
- Check "Use Let's Encrypt to obtain SSL certificate"
- In the "SSL Domains" field (which may appear after selecting Let's Encrypt), add both your domain.com and *.domain.com
- Save the changes

• If the above doesn't work directly through the UI, you can use the command line approach:

Code:
v-add-letsencrypt-domain user domain.com '*.domain.com' dns
Replace "user" with your Hestia username and "domain.com" with your actual domain.

• If you don't see the wildcard option working through the UI, you might need to:
- Access your server via SSH
- Run the Let's Encrypt command manually with the --manual and --preferred-challenges=dns options
- Follow the DNS TXT record verification steps
- Import the resulting certificate into Hestia

• Alternatively, some users install the Hestia DNS Server plugin which can make the DNS verification process smoother for wildcard certificates.

If these steps don't work with your current Hestia setup, the Cloudflare method mentioned earlier is often the simplest workaround for wildcard SSL support.

Hope that helps and good luck with everything
__________________

Custom Software | Server Management | Integration and Technology Solutions
https://www.2much.net
2MuchMark is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks

Tags
ssl, wildcard, domain.com, panel, greatly, appreciated, tips, control, wildcard.domain.com, starting, awhile, sites, subdomains, build, trouble, vps, solution, subs, struggling, hestia



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.