Simon Fell > Its just code
referer I see Radio is still sending a referer when its fetching RSS
GET /blog/?flav=rss HTTP/1.0 User-Agent: Radio UserLand/8.0.5 (WinNT) Host: www.intertwingly.net referer: http://radio.userland.com/newsAggregatorAre there plans to fix that ?, most other Aggregators seem to have stopped doing this.
SSPI Got Apache 2.x on Redhat 8 up and running pretty painlessly, and yes the SSPI code in PocketSOAP barfs when the response is bigger than 16k :( Started debugging, QueryContextAttributes(SECPKG_ATTR_STREAM_SIZES...) returns values indicating a maximum block of 16400 bytes, but having read in 16400 bytes calls to DecryptMessage still return SEC_E_INCOMPLETE_MESSAGE. Time to track down the MSDN sample i based this code on 2 years ago.
Update, just found this KB Article, and yes, cbMaximumMessage is indeed 16379. Guess the platform list is wrong, as i'm seeing this on XP. (note that the 16400 above includes the header and trailer, not included in the 16379 number)
SSL Anyone heard of problems with SSPI based SSL talking to mod_ssl ? The Redhat 8 on VMWare 3.2 install is chugging along, hopefully i can test it soon myself. Thanks to Brad for the tip on upgrading to VMWare 3.2 (from 2.0) I'm impressed so far.