First of all, thanks to everyone who helped!

Second, this is an update for those of you who are interested:

SSLPassPhraseDialog builtin is not supported on Win32
Unfortunately Apache on Windows does not support encrypted private keys. To 
resolve this you will need to remove the private key password.
It is possible to create an unencrypted copy of the key using this command: 
openssl rsa -in file1.key -out file2.key

file2.key will contain your unencrypted key.

If you now point your server at this key file, it will not prompt you for a 
pass phrase.

I copied this from a site after entering the error i encountered in case 
anyone else will need this.

BTW, I am using 2 IP's which were issued to the server that I'm currently 
using and everything is now working great, the only thing left for me to do 
at this point is to install CF and place the load CF within the virtualhost 
container.

Thanks Again!!!!

----- Original Message ----- 
From: "James Holmes" <[EMAIL PROTECTED]>
To: "CF-Talk" <[email protected]>
Sent: Thursday, May 17, 2007 12:04 AM
Subject: Re: Apache with Vhosts, SSL, and CF


> Yes, wildcard certs work that way. We have a wildcard for our whole
> domain and we can use one IP address for the whole lot in Apache, at
> which point we then use named virtual hosts to sort out the sites.
> It's a real cost saver, if you have a lot of subdomains.
>
> On 5/17/07, John Paul Ashenfelter wrote:
>
>> You can use named virtual hosts, but you can only use one
>> *certificate* on the server, so practically speaking all of the other
>> virtual hosts get a certificate mismatch which throws up a scary
>> message to the user (though my understanding is that if the hosts are
>> all in the same domain, you can use a wildcard certificate to help,
>> but I've never tried)
>
> -- 
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278480
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to