Re: Orion, clustering, and SSL

2000-09-29 Thread Karl Avedal
Hello Kevin, "Duffey, Kevin" wrote: Hi, Is there any news on the ability to get a Verisign certificate yet? We are ready to order one. The ability has been there for a long time, however, it has not been specified exactly what cert to get. A short guide is in the documentation. Also, is

RE: Orion, clustering, and SSL

2000-09-29 Thread Duffey, Kevin
Hi Karl (and all), HTTPS listens to another port than HTTP does. The default is that HTTPS listens to 443 while 80 is used for HTTP, so the URLs https://www.foo.com and http://www.foo.com access different ports. If you run HTTPS on port 80 you need to access it through

Re: Orion, clustering, and SSL

2000-09-29 Thread Karl Avedal
Hello Kevin, This is in the docs, but what you need to do except for pure SSL settings is that you copy the default-web-site.xml file to another name and add secure="true" to the web-site tag of the new file. So, yes, you need to do something. However, normally you want to present different