#2163 kerberos logins should always require SSL on the server
Opened 4 years ago by ktdreyer. Modified 4 years ago

Our sample Apache configuration files recommend setting "GssapiSSLonly" to "Off" on the Koji Hub, and there is nothing in the koji-hub or koji-web settings that enforces the use of HTTPS for Kerberos authentication.

Steps to resolve this:
1) Remove the "GssapiSSLonly Off" setting from the koji-hub Apache configuration.
2) Add SSLRequireSSL to the koji-hub and koji-web Apache settings.


What is the difference between GssapiSSLonly On and SSLRequireSSL?

AFAICT SSLRequireSSL will deny the connection sooner.

In fact we should probably set SSLRequireSSL on the entire hub URL and web app, not just the single /ssllogin location.

Login to comment on this ticket.

Metadata