Hi,

I've been trying to configure Jetty 9.2 to redirect http requests to https
port 443. No luck so far.

The app has confured web.xml to secure it.

I seem to recall that Tapestry (using 3.6) might have some kind of module
configuration for identifying ports to use?

As it stands http requests get converted to https requests but port 80 gets
inserted into the URL which of course does not work. The port needs to be
dropped or replaced with 443.

Any ideas if I am right and how to provide that secure port number
correctly or just drop the port number?

John

Reply via email to