ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

"Authorization Required" for single client

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • "Authorization Required" for single client

    I have one client that's getting "Authorization Required" when connecting
    to an Apache instance. The client never gets prompted for credentials.
    The authentication type set in httpd.conf is KerberosOrBasic.

    There's nothing in error_log. Here's a snippet of what access_log shows:
    "GET / HTTP/2.0" 401 205 "-" "Mozilla/5.0
    "GET /favicon.ico HTTP/2.0" 401 205 "https://
    "GET / HTTP/2.0" 401 205 "-" "Mozilla/5.0
    "GET / HTTP/1.1" 401 205 "-" "Mozilla/5.0
    "GET /favicon.ico HTTP/2.0" 401 205 "https://
    "GET /favicon.ico HTTP/1.1" 401 205 "https://

    I'm at a loss. Can anyone point me in the right direction?

    TIA

  • #2
    Maybe this could help :
    Nicolas

    Comment


    • #3
      The client isn't a domain member so Kerberos is out. It will have to use basic authentication.

      Thanks

      Comment

      Working...
      X