On Sun, Nov 2, 2014 at 10:09 AM, Utkarsh Dave wrote:
> Is there any other way to disable SSL in Tomcat 6.
How many ways do you need? The process described in this thread
works as indicated with 6.0.37.
--
Hassan Schroeder hassan.schroe...@gmail.com
http://about.me/hass
Hi Chris,
Yes. openssl s_client succeeds (displays no exception) when I have
sslProtocols="TLSv1"
set?
The latest releases of our project uses Tomcat 7, but to support older
releaes we may not upgrade from Tomcat 6 to 7.
Is there any other way to disable SSL in Tomcat 6.
-Utkarsh
On Sun, Nov 2,
Hi again.
It looks like "sendRedirect()" is working if I pass it a HTTPS URL as an
argument:
-
String s_prov =
request.getScheme() + "://"
+ request.getServerName()
+ request.getContextPath() + "/"
+ "example1.jsp";
respo
Léa Massiot wrote
> Before I tried to make the webapp work with HTTPS, I was always using
> calls like these:
> --
> response.sendRedirect("example1.jsp");
> --
>
Hello Mark, Chris and Terence.
Thank you for your answers.
After reading them and observing a few things I realized that my problem is
not exactly the one I described at first.
Christopher Schultz-2 wrote
> The Referer is going to be the URL that was showing in the web browser
> when the user cli