> What certificate would it be looking for here? I don't use any > certificates in our Tomcat installation. I proxy using mod_ajp, so my > only certs are in Apache.
That's fine and I use the same setup successfully (though I don't use CC licenses). If you still wanted Tomcat to know about your keystore, I'm not sure you used the right procedure. The documented procedure (works for me, too) as per <http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html> is to define the connector as follows: <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="keystore.p12" keystorePass="" keystoreType="PKCS12" /> Again, I don't know how this would help you since in your case Tomcat shouldn't care about certificates, but neither would your JAVA_OPTS approach. Which DSpace version are you using? I tried to look at the line mentioned in the error but in 1.8.0 that line doesn't have so many characters (or just paste the line here). Regards, ~~helix84 ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

