SSL.BRO question

I am trying to use ssl.bro, but every time I try to start bro I get the following errors:

/usr/local/bro/etc/bro.rc --start

bro.rc: Starting .bro.rc: Failed to start Bro
listening on eth2
listening on eth3
line 1: warning: event handlers never invoked:
line 1: warning: account_tried
1222451479.369347 (3F:A4:71:FE:35:57:6C:5B:DD:01:39:99:92:30:84:2C:FF:3B:DB:6A:42:BB:33:88:3E:F7:8E:7F:F1:70:5D:55): bad tag in Val::CONVERTER (string/table)

… FAILED

/usr/local/bro/etc/bro.rc --start

bro.rc: Starting .bro.rc: Failed to start Bro
listening on eth2
listening on eth3
line 1: warning: event handlers never invoked:
line 1: warning: account_tried
1222451520.898128 (74:92:51:04:2D:F2:72:40:9F:44:10:98:46:B9:29:6F:58:2F:94:64:1D:80:86:16:CB:0D:3B:3C:EE:9A:8D:F5): bad tag in Val::CONVERTER (string/table)

… FAILED

Any ideas? I am using bro 1.3.2

Thanks

I am trying to use ssl.bro, but every time I try to start bro I get the
following errors:

(1) When reporting a problem like this, we pretty much always need a
    pcap trace that reproduces the problem, along with specifics regarding
    what OS you're running, what version of Bro (which you included),
    and what scripts. There's no way to try to diagnose this based on
    only the sort of information in your posting.

(2) You might want to first try the Bro 1.4 pre-release, which you can
    get from http://www.icir.org/robin/tmp/bro-1.4.prerelease.1.tar.gz .

- Vern