mod_auth_gssapi icon indicating copy to clipboard operation
mod_auth_gssapi copied to clipboard

Help with error message: auth_gssapi:error The main request is tasked to establish the security context, can't proceed!

Open sevko21 opened this issue 1 year ago • 3 comments
trafficstars

Hi,

can you help me with the error message? I searched a lot but I cant find anything related to this topic

Regards

sevko21 avatar Apr 15 '24 08:04 sevko21

looks like an attempt to perform authentication in a subrequest. Please provide your HTTPD configuration and I may be able to tell if that is wrong or if there is bug.

simo5 avatar Apr 17 '24 19:04 simo5

sure we have a conf file within conf.d which looks like this:

<Directory /xxx/xxx/xxx/xxx/xxx> Options +ExecCGI -Indexes +MultiViews AuthName "Control" AuthType GSSAPI GssapiBasicAuth On GssapiLocalName on

Require valid-user

ErrorDocument 401 /control/error_401.htm

RewriteCond  %{HTTP_USER_AGENT}  Mobile [OR]
RewriteCond  %{HTTP_USER_AGENT}  iPhone [OR]
RewriteCond  %{HTTP_USER_AGENT}  iPad
RewriteRule ^$  /control/mobile.html

<Directory /xxx/xxx/xxx/xxx/xxx> require user xxx </Directory>

sevko21 avatar Apr 18 '24 12:04 sevko21

Does this happen with all clients, or just with some?

simo5 avatar Apr 29 '24 13:04 simo5