Skip to content

Invalid response status 4 #40

@obilodeau

Description

@obilodeau

Compiled the module on CentOS 7 with Apache 2.4.6-80

I've tried a lot of different things and all I get is this:

[Tue Aug 14 14:56:55.375460 2018] [ssl:debug] [pid 24050] ssl_engine_kernel.c(225): [client 173.231.112.245:21710] AH02034: Initial (No.1) HTTPS request received for child 0 (server wiki.gosec.co:443)
[Tue Aug 14 14:56:55.375583 2018] [authz_core:debug] [pid 24050] mod_authz_core.c(809): [client 173.231.112.245:21710] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Tue Aug 14 14:56:55.375594 2018] [authz_core:debug] [pid 24050] mod_authz_core.c(809): [client 173.231.112.245:21710] AH01626: authorization result of <RequireAny>: denied (no authenticated user yet)
[Tue Aug 14 14:56:55.375604 2018] [http:error] [pid 24050] [client 173.231.112.245:21710] AH01579: Invalid response status 4
[Tue Aug 14 14:56:55.375740 2018] [ssl:debug] [pid 24050] ssl_engine_io.c(993): [client 173.231.112.245:21710] AH02001: Connection closed to child 0 with standard shutdown (server wiki.gosec.co:443)

Relevant configuration:

<IfModule radius_auth_module>
    # AddRadiusAuth server[:port] <shared-secret> [ timeout [ : retries ]]
    AddRadiusAuth 192.168.x.xxx:1812 [secret] 30:3
    AddRadiusCookieValid 0
</IfModule>
<VirtualHost _default_:443>
[...]
    <Location />
        AuthType Basic
        AuthName "Test"
        AuthBasicProvider radius
        #AuthRadiusActive On
        require valid-user
        AuthRadiusDebug on

        Order allow,deny
        Allow from all
    </Location>
[...]
</VirtualHost>

Any advice or things to try?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions