[squid-users] Digest Auth problem

From: Arthur Kerpician <arthur@dont-contact.us>
Date: Sat, 4 Oct 2003 03:25:59 +0300

After setting digest auth, Squid 2.5.S4 dies at first authentication,
after the client (IE6 SP2) sends the user/pass:
..........
2003/10/04 03:11:17| Validated 3 Entries
2003/10/04 03:11:17| store_swap_size = 32k
2003/10/04 03:11:17| storeLateRelease: released 0 objects
FATAL: Received Segment Violation...dying.
2003/10/04 03:11:37| storeDirWriteCleanLogs: Starting...
2003/10/04 03:11:37| WARNING: Closing open FD 16
2003/10/04 03:11:37| Finished. Wrote 3 entries.
2003/10/04 03:11:37| Took 0.0 seconds (3816.8 entries/sec).
CPU Usage: 0.130 seconds = 0.070 user + 0.060 sys
Maximum Resident Size: 0 KB
Page faults with physical i/o: 377
Memory usage for squid via mallinfo():
        total space in arena: 1980 KB
        Ordinary blocks: 1963 KB 2 blks
        Small blocks: 0 KB 6 blks
        Holding blocks: 460 KB 2 blks
        Free Small blocks: 0 KB
        Free Ordinary blocks: 16 KB
        Total in use: 2423 KB 122%
        Total free: 16 KB 1%
.........

and then starts again.

The squid.conf for auth_param looks like this:

.........
auth_param digest program /opt/squid/libexec/digest_pw_auth
/opt/squid/squid.pass
auth_param digest children 5
auth_param digest realm "My proxy"
auth_param digest nonce_garbage_interval 5 minutes
auth_param digest nonce_max_duration 30 minutes
auth_param digest nonce_max_count 50
.........

Without digest auth, it works just fine!
I tried recompiling squid as some FAQs recommended with CFLAGS='-g
-Wall' but the problem keeps hanging.
I've ran out of options here, so any help is appreciated.

Arthur
Received on Fri Oct 03 2003 - 18:26:03 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:18 MST