SSL certificate without the need for an IP address?

Adz

Adz

Soldato
Joined
18 Oct 2002
Posts
10,277
Location
Berkshire
You need a dedicated IP as, due to the nature of SSL, the entire transaction is encrypted - virtual hosting relies on host headers which can't be read over an SSL connection until after the 'handshake' by which time it's too late whereas with IP based hosting, the webserver already knows which site is being requested.

Ask your hosting provider - they shouldn't have any problem with assigning you a dedicated IP, either for free or for a nominal fee.
 
Associate
OP
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
Adz, unfortunately, this is Fasthosts we are talking about. They are very reluctant to do anything to help. The reseller forum has a long thread from customers complaining that they are very limited as to the types of sites they can host. Fasthosts replied 12 months saying they were looking into it and nothing else has been done.

Surely they can't use a wildly different setup to everyone else?

Matt
 

Adz

Adz

Soldato
Joined
18 Oct 2002
Posts
10,277
Location
Berkshire
If they're that inflexible, move :).

I'm afraid there's no other way you can do it unless they provide some sort of 'shared ssl' space which you can upload to which would be something along the lines of https://secure.fasthosts.co.uk/yoursite - the certificate would be in the name of secure.fasthosts.co.uk.

Edit: Fasthosts market themselves as a business provider - there must be some way of having a dedicated IP + SSL certificate. Perhaps you're just on the wrong package.
 
Associate
OP
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
Well, I have had a good scout round and we can't really match Fasthosts for the package we get for the price. Unfortunately, they do not do any dedicated IP's on any package (except dedicated servers). E.g., this is their Reseller package:
http://www.fasthosts.co.uk/resellers/pricing/

The shared hosting wouldn't be sufficient for a couple of reasons - our clients would definately not want to have the shared space used on their sites. Secondly, I like to use Linux webspace, and the shared SSL space is hosted on Windows regardless of what package you choose.

Matt
 

Adz

Adz

Soldato
Joined
18 Oct 2002
Posts
10,277
Location
Berkshire
Then I'm afraid you're stuck between a rock and a hard place. I have to say I'm very surprised that Fasthosts don't offer the ability to install an SSL certificate on your own domain on their shared hosting packages - they must lose a lot of business because of it.

In that case your options are to either take out a Fasthosts dedicated server, to move to another hosting company (check out www.ochostreview.co.uk - I can guarantee the top 2 providers in the list will let you have a dedicated IP/SSL) or to live with it...
 
Associate
OP
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
We have just bought a dedicated server from Fasthosts, but it throws up its own range of problems that I won't go into here. But yes, i'm sure they have lost some business and annoyed a number of customers over it - however, complaining gets you nowhere as they are too big to be bothered about true customer service.

Matt
 
Man of Honour
Joined
31 Jan 2004
Posts
16,335
Location
Plymouth
Sadly you get what you pay for :(

Fasthosts even charge for a MySQL database on their starter Linux packages :/

It seems they offer SSL on this package, although it isn't a reseller account. But I can't really understand their reseller account anyway...looks like it just lets you sell their packages?

Edit: Ah, the above is shared:

Run ecommerce and other secure web applications with 10 MB of SSL shared web space.
 
Last edited:
Man of Honour
Joined
31 Jan 2004
Posts
16,335
Location
Plymouth
Adz said:
In that case your options are to either take out a Fasthosts dedicated server, to move to another hosting company (check out www.ochostreview.co.uk - I can guarantee the top 2 providers in the list will let you have a dedicated IP/SSL) or to live with it...
I agree :)

I may also add that the fourth company on the list there can do the same :) (infact, probably all the top 10 except one or two I'm not sure about)
 
Associate
OP
Joined
19 Jun 2003
Posts
1,680
Location
West Yorks, UK
Even the package you point out has shared SSL space only. They simply do not offer it :( And yes, they charge for MySQL on everything.

I guess we will stick to the dedicated server for the time being. Shame the control panel is so poor (Matrix control panel). Should be able to install something like Webmin though I guess.

Matt
 
Associate
Joined
14 Dec 2003
Posts
2,149
Location
Malvern
little bit of a thread hijack but i'm also trying to get SSL working on my site. Currently i have apache running with openldap which connects to an active directory on another box which handles the authentication. Now at the moment, passwords are sent in plain text which works perfectly fine, but obviously i'd like to use SSL.

I created a certificate from the Certificate Authority(the box running Active Directory) and have openSSL running on the apache server. In those configs i point it to the certificates that it generated for me. Unfortunately it doesn't seem to work. Using ethereal it sets up the connection but fails due to "unknown CA".

Basically if anyones managed to get this working before i'd like to know as theres no real guides for it anywhere and even the ones on microsofts site dont work properly.

Anyway, maybe a bit complicated/confusing and once again sorry for the hijack :p but any help appreciated.
 
Back
Top Bottom