The Win32 Binary (MSI Installer): apache_2.2.4-win32-x86-no_ssl.msi that you download from http://httpd.apache.org/download.cgi does not provide mod_ssl support based on OpenSSL. Apache Software Foundation does not offer the compiled binaries for the SSL module, due to the export regulations for...
Hi,
I have Tomcat 5.5 running behind Apache 2.2.4(with SSL) on windows XP Pro. I have installed mod_jk and the requests are getting forwarded to Tomcat through Apache. Now i want to use SSL for selected pages of my application running in Tomcat.
I tried this link for Tomcat 5.0...
Thanks for responding. After going through few more links this is what i found. "Apache Software Foundation makes a point in not offering the compiled binaries for the SSL module, due to the export regulations for cryptographic software from USA. Don't ask for binaries if they will not be...
Hi,
I currently have Apache 2.2.4 running on Windows XP Pro. I want to enable SSL on Apache. I did some search on the net and came across few links. But still confused on how to do it. Can somebody suggest a link which gives the detailed steps for enabling ssl on Apache? Do i need to compile...
Hi,
I have Configured SSL in Tomcat 5.0.
I've changed web.xml to use SSL on the page /secure/ccinfo.jsp.
However, the links after this page are all SSL-enabled
Can I just make /secure/ccinfo.jsp SSL-enabled while others aren't.
This is the code i added in web.xml
<security-constraint>...
Hi,
I am trying to to Configure SSL in Tomcat 5.0. I created a new Keystore with a single self-signed certificate following the instructions in http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html
keytool -genkey -alias tomcat -keyalg RSA
And this is the SSL Connector in server.xml...
Hi,
I am trying to to Configure SSL in Tomcat 5.0. I created a new Keystore with a single self-signed certificate following the instructions in http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html
keytool -genkey -alias tomcat -keyalg RSA
And this is the SSL Connector in server.xml...
I have a requirement in my project for SSO with Active Directory . Users should be allowed
to login to their Windows desktop and not have to authenticate themselves to any web apps
deployed under Tomcat.
I have been doing research on this for few days. We already use JOSSO in our project...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.