Hi,
I am referring to https://tomcat.apache.org/download-90.cgi. I am currently
running
Apache Tomcat/9.0.52 on CentOS Linux release 7.9.2009 (Core)
/opt/tomcat/bin/version.sh
Using CATALINA_BASE: /var/tmp/tomcat9
Using CATALINA_HOME: /var/tmp/tomcat9
Using CATALINA_TMPDIR: /var/tmp/tomcat9/t
Greetings;
Can you help me understand why Tomcat's SSL handling is so much faster
than hand rolling it on a regular socket?
Sincerely,
John
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands,
> -Ursprüngliche Nachricht-
> Von: olivier giorgi
> Gesendet: Samstag, 26. März 2022 12:49
> An: Tomcat Users List
> Betreff: Apache : Redirect web requests - Keep the same host in the URL
>
>
> Hello all,
>
> The goal is that users willcontinue to connect to "https:/server1"but will
Hello all,
The goal is that users willcontinue to connect to "https:/server1"but will
actually browse to "https://server2";.
I have successfullyredirected from "server1" to "server2" via apache/http, but
the url seen in the browserchanges.
In the following configuration, how can I make this