A weird thing has started happening for us, where our Jenkins instance (run
out of Tomcat) is coming up both at http: (port 80) and https: (port 443).
In our tomcat server.xml we do have a redirect as follows:

   <Connector port="80" protocol="HTTP/1.1"
               connectionTimeout="20000"
               URIEncoding="UTF-8"
               redirectPort="443" />

And this hasn't changed for months, though the behavior of also responding
on port 80 has just started today.  We did change authentication from
ActiveDirectory to LDAP, but on a similar server at a different site we
made the same authentication change without this side effect, so we doubt
it's a related issue.

When I hit either instance (either http or https) I see my activity in the
same tomcat log file, so I know it's not a second instance out there
somewhere.

Any thoughts/suggestions on where to look?  This is an ubuntu box.

Thanks in advance!
Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to