[Resin-interest] Multiple SSL Certificates with Resin Pro 3.0.21

2006-12-28 Thread Rob Lockstone
Environment: Windows Server 2003, Resin Pro 3.0.21, JDK 1.4.2, OpenSSL 0.9.8b Can Resin be configured to support multiple SSL certificates? If so, how? For example, this works: http port=443 openssl ca-certificate-filekeys/verisign.premium.intermediate.crt/ca-

Re: [Resin-interest] Multiple SSL Certificates with Resin Pro 3.0.21

2006-12-28 Thread Adam Fletcher
Hi, Because SSL works on the socket layer, you cannot use multiple certificates on one IP address (well, on one ip/port pair). You'll have to setup multiple IP addresses, each with a different http tag with a corresponding id attribute. Thanks, Adam Fletcher Director, Information Technology

Re: [Resin-interest] Multiple SSL Certificates with Resin Pro 3.0.21

2006-12-28 Thread Scott Ferguson
On Dec 28, 2006, at 1:16 PM, Rob Lockstone wrote: Environment: Windows Server 2003, Resin Pro 3.0.21, JDK 1.4.2, OpenSSL 0.9.8b Can Resin be configured to support multiple SSL certificates? If so, how? You'd need to have separate http blocks for each certificate: http address=10.1.1.1

Re: [Resin-interest] Multiple SSL Certificates with Resin Pro 3.0.21

2006-12-28 Thread Rob Lockstone
Thanks for the quick response, Adam! Much appreciated! Rob On Dec 28, 2006, at 13:30 , Adam Fletcher wrote: Hi, Because SSL works on the socket layer, you cannot use multiple certificates on one IP address (well, on one ip/port pair). You'll have to setup multiple IP addresses, each

[Resin-interest] viewing a php w. resin.

2006-12-28 Thread Steve Burrus
I would very much like to know just how I can see/view a php file with the resin server. Which deployment folder should I put the file into? ___ resin-interest mailing list resin-interest@caucho.com