GoDaddy shared hosting apparently forces you to buy one of their SSL certs, i.e., you can't use StartSSL and then upload your own.

Is there a way around that, perhaps using .htaccess as described here? If so, since the FTP login they provide in shared hosting doesn't let you above the visible root, how would I protect the key files?

link|improve this question

1  
Get a better host. – ceejayoz Oct 3 '11 at 19:03
feedback

closed as too localized by Shane Madden, GregD, Zoredache, mailq, Kev Oct 3 '11 at 17:59

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

up vote 3 down vote accepted

You can't specify SSL parameters in a .htaccess file. By the time the server knows what directory to look at, SSL negotation is long since finished.

In any event, there is no way around a service requirement anyway. Even if you had some technical means around it, it would still be a requirement, so you couldn't use those means.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.