View Single Post
  #1 (permalink)  
Old 2005-08-12
BarryStiefel BarryStiefel is offline
Administrator
 
Join Date: 2005-08-11
Location: San Francisco, CA
Posts: 554
Rep Power: 10
BarryStiefel has disabled reputation
Default HTTP Error Message "message_info: CONNECT command found in HTTP request"

HTTP Error Message "message_info: CONNECT command found in HTTP request"



This has been observed some times, and there is an SK article (sk20988) about it, but not in the public database.

Here is the receipt to stop the error and let users access the blocked site: The checking for the connect command can be disabled by the following property: asm_http_allow_connect. This is a kernel variable and can therefore neither be changed by dbedit nor by any advanced options of the Global Properties.

Temporary Change



Use the following FW kernel command to change a kernel variable temporarily, until the next reboot: # fw ctl set int asm_http_allow_connect 1To verify the parameter value, issue:

# fw ctl get int asm_http_allow_connectDo go back to the original configuration, issue:

# fw ctl set int asm_http_allow_connect 0

Persistent Change



This means changing a FW kernel variable to survive a reboot.

Solaris



Edit /etc/system file and add the following line at the bottom: set fw:asm_http_allow_connect = 1Windows


  1. Open the registry by running regedit from the command line.
  2. Go to HKLM\System\CurrentControlSet\Services\FW1\paramet ers
  3. Add a new key called "Globals"
  4. Under the Globals key add a DWORD parameter called asm_http_allow_connect and set its value to 1.
  5. Close the registry

Linux and SecurePlatform?



Edit the $FWDIR/boot/modules/fwkern.conf file. Add the asm_http_allow_connect parameter with the value 1.

IPSO



Use the modzap debugger (get it from the Nokia Knowledge Base) to modify the asm_http_allow_connect kernel parameter as follows: # modzap _asm_http_allow_connect $FWDIR/boot/modules/fwmod.o 1

-- TobiasHaecker - 21 Jan 2004

FAQForm FAQs.Class: ContentSecurityFAQs FAQs.OS: OsSolaris, OsSecurePlatform, OsNokiaIPSO, OsWindows, OsLinux FAQs.Version:
Reply With Quote