[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wrestling with new server

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: wrestling with new server
  • Date: Mon, 10 Oct 2005 09:03:32 -0600

To remove the need for SSL:

Go into webapps/thredds/WEB-INF/web.xml and change all instances of 
CONFIDENTIAL to NONE.

Password authentication will then be done without encryption, but as long as 
you have a secure network, this shouldnt be a problem.

You will have to do this whenever you reinstall or upgrade thredds.war.

Tennessee Leeuwenburg wrote:
Hi John,

Upgraded to the new version. Discovered the debug facilities won't work without SSL. *then* I discovered that I couldn't set up the certificate.

I get "java.io.IOException: Algorithm SunX509 not available"! I am concerned that for some reason the RSA algorithm isn't available on IBM's implementation of the JRE.

This box is for internal use only, and we don't require any security at this stage. Is it possible to turn it off?

Cheers,
-T