hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : Sharing SSL Certificate
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

Sharing SSL Certificate

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 03-28-2003, 09:18 AM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70

Sharing SSL Certificate


I recently installed a Thawte SSL Certificate on my RaQ 550. I now wish to have it set so my other clients can share the certificate as well at something like: https://www.mydomain.com/www.mycustomerdomain.com

I've read other posts here about how to possibly do this, but I can't seem to make any sense of it.

Can anyone please give me some simple instructions as to how this can easily be done?

Thanks in advance.

Reply With Quote


Sponsored Links
  #2  
Old 03-29-2003, 07:03 PM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
Can anyone please help with this one???

Reply With Quote
  #3  
Old 04-01-2003, 11:22 PM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
*

PLEASE --- Can anybody help me with this?

If not, is someone interested in doing it for me for a rate?

Reply With Quote
Sponsored Links
  #4  
Old 04-02-2003, 08:54 PM
irlhost irlhost is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 92

__________________
http://www.IRLhost.com
info@irlhost.com
Webhosting in Ireland

Reply With Quote
  #5  
Old 04-02-2003, 09:04 PM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
Thanks, doesn't work. I'm not sure it's that easy.

Reply With Quote
  #6  
Old 04-02-2003, 09:12 PM
ddent ddent is offline
Aspiring Evangelist
 
Join Date: Feb 2003
Posts: 410
I personally would recommend NOT doing it that way. Your better off getting a wildcard SSL certificate and doing customerdomain.yourdomain.com. Why? It makes it less likely that you will have problems with users stealing other users' cookies.

__________________
» OmegaSphere - http://www.omegasphere.net/
» Vancouver co-location, Managed Services, Shared Hosting, SSL Certificates, Domain Names
» Your IT Experts - Located in beautiful Vancouver, BC, Canada
» 604-618-0543 - 866-618-0543 - support@omegasphere.net

Reply With Quote
  #7  
Old 04-02-2003, 09:27 PM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
I wasn't aware that you could get wildcard SSL's, however given that I have already purchased one for my main domain, how can I get it to share?

Reply With Quote
  #8  
Old 04-02-2003, 09:39 PM
ddent ddent is offline
Aspiring Evangelist
 
Join Date: Feb 2003
Posts: 410
I'd recommend looking at mod_rewrite. Maybe you can get a refund for the initial certificate and get a wildcard certificate instead.

__________________
» OmegaSphere - http://www.omegasphere.net/
» Vancouver co-location, Managed Services, Shared Hosting, SSL Certificates, Domain Names
» Your IT Experts - Located in beautiful Vancouver, BC, Canada
» 604-618-0543 - 866-618-0543 - support@omegasphere.net

Reply With Quote
  #9  
Old 04-03-2003, 06:32 PM
latebowl latebowl is offline
Junior Guru Wannabe
 
Join Date: Aug 2001
Posts: 60
2 ways:

like was already mentioned, give the user an account on your main website that you bought the cert for and give them 10 meg or so. Then they can use the url: https://www.maindomain.com/~accountname/ for secure areas.

or create an alias called secure, exaclty the same way you setup a newsite alias for viewing sites before DNS propagation, and then customers can access their site either by http://www.customersite.com or https://www.maindomain.com/secure/www.customersite.com

Unfortunately both these methods have several pros and cons

Reply With Quote
  #10  
Old 04-03-2003, 07:22 PM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
Thank you latebowl, I'll give the 2nd option a go.

Reply With Quote
  #11  
Old 04-03-2003, 10:29 PM
latebowl latebowl is offline
Junior Guru Wannabe
 
Join Date: Aug 2001
Posts: 60
no worries mate

the pros and cons I refer to are more regarding using these methods with shopping carts/cookies etc. It's tricky but can be done. There are also bandwidth and stats concerns.

In the end, if the client is using the cert for the purpose of making money, I'd suggest to them to purchase their own cert (they're not that much $) and give them an IP.

Cheers.

Reply With Quote
  #12  
Old 04-04-2003, 03:28 AM
ddent ddent is offline
Aspiring Evangelist
 
Join Date: Feb 2003
Posts: 410
*nod* You can get certificates for $49 these days. Once people start getting into doing a fair bit of traffic they'll probably prefer the look of keeping it on their own domain. For small sites though I am sure there is value to a shared certificate.

__________________
» OmegaSphere - http://www.omegasphere.net/
» Vancouver co-location, Managed Services, Shared Hosting, SSL Certificates, Domain Names
» Your IT Experts - Located in beautiful Vancouver, BC, Canada
» 604-618-0543 - 866-618-0543 - support@omegasphere.net

Reply With Quote
  #13  
Old 04-04-2003, 04:25 AM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
I have attempted this by adding the following:

AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3
to /etc/httpd/conf/httpd.conf

I added it near the bottom, just above:
Include /etc/httpd/conf/vhosts/site1

I'm not sure if this is the correct place or not, however it doesn't work. When I go to https://www.maindomain.com/secure/www.customersite.com all I get is a 403 Forbidden error.

Any ideas??? - By the way I have a RaQ 550

Reply With Quote
  #14  
Old 04-04-2003, 05:40 PM
latebowl latebowl is offline
Junior Guru Wannabe
 
Join Date: Aug 2001
Posts: 60
AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3
goes in /etc/httpd/conf/httpd.conf

I have it under the newsite alias line, in the virtual host entry for your main domain with the cert, in between the virtual host tags.

then restart Apache and it should work.

If you have a newsite alias like I mentioned earlier it should work, however I have only done this on RaQ4's.

Reply With Quote
  #15  
Old 04-04-2003, 08:27 PM
Nology Nology is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Posts: 70
I have placed AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3 in /etc/httpd/conf/httpd.conf and restarted Apache.

Looks like it is different on the RaQ 550's. All my <VirtualHost> tags are '# out'. Just below that my vsites are listed:

Include /etc/httpd/conf/vhosts/site1
Include /etc/httpd/conf/vhosts/site2
etc....

I placed AliasMatch ^/secure/([^/]+)(/(.*))? /home/sites/$1/web/$3 just above this.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Expired SSL Certificate Brings Down Windows Azure Cloud Web Hosting News 2013-02-25 10:38:00
SSL Certificate Retailer The SSL Store Launches Parallels Business Automation Plugin Web Hosting News 2012-11-09 18:39:23
Symantec Takes 65 Percent of EV SSL Market Share in Netcraft Report Web Hosting News 2012-01-10 21:11:47
Netcraft Research Finds EV SSL Certificate Used in PayPal Phishing Attack Web Hosting News 2011-12-30 21:08:38
Mozilla Requires CAs to Comply with Security Best Practices by Friday Web Hosting News 2011-09-12 16:04:39


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?