Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sevko21 opened this issue Apr 15, 2024 · 3 comments

Comments

@sevko21
Copy link

sevko21 commented Apr 15, 2024

Hi,

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

Regards

@simo5
Copy link
Contributor

simo5 commented Apr 17, 2024

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.

@sevko21
Copy link
Author

sevko21 commented Apr 18, 2024

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

@simo5
Copy link
Contributor

simo5 commented Apr 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants