Users experience issues when making calls via Skype because the call is being blocked. There are also instances where, after being connected for 2-3 minutes, the call is disrupted for 5-10 minutes.
The issue occurs because IWSVA uses multiple threads to work and maintain the connection. This is why the connection times out three minutes after the Skype call starts.
To resolve the issue:
- Schedule a downtime on your network.
- Download and install Service Pack 1if you are using IWSVA 5.1.
Refer to the Installation Guide for upgrade instructions. If you are using version 5.5, 5.6, or 6.0, proceed to the next step.
- Launch a Command Line Interface (CLI) session to go to the etc/iscan directory.
- Back up the intscan.ini file which is the main configuration file for IWSVA.
- Open the intscan.ini file using vi or vim editor.
- Look for the "TunneledSSLTimeout" key and change its value to "500000000".
- Save and close the file.
- Execute the following command to stop and start the IWSVA service:
/etc/iscan/S99ISproxy stop
/etc/iscan/S99ISproxy start - Perform a test Skype call.
If the issue persists:
- Configure the log setting to verbose mode. This will generate the needed HTTP logs in a more detailed manner. To modify the settings:
- Open a CLI session.
- Go to /etc/iscan and open the intscan.ini file using vi or vim.
- Go to the [http] section and change the value of "verbose" to "1".
- Save and close the file.
- Execute the following command to stop and start the IWSVA service:
/etc/iscan/S99ISproxy stop
/etc/iscan/S99ISproxy start
This will start generating the logs in verbose mode from this point on.
- Launch a packet capture:
tcpdump -s0 -w /tmp/iwsva.pcap
Tcpdump is the building packet analyzer for Linux command lines. - Reproduce the issue by making a Skype call again. Wait for the error to occur.
- Deactivate the verbose mode:
- Go to /etc/iscan and open the intscan.ini using vi or vim.
- Change "verbose=1" to "verbose=0".
- Restart the IWSVA service using these commands:
/etc/iscan/S99ISproxy stop
/etc/iscan/S99ISproxy start
- Stop the packet capture by hitting Ctrl + C in the box where tcpdump is running.
- Once the issue has been replicated, collect the following:
- IWSVA information file
Go to the management console and click Administration > Support, and then generate a new Information file. - tcpdump packet sniff logs (/tmp/iwsva.pcap)
You can use WinSCP to retrieve this file.
- IWSVA information file
- Send the files to Trend Micro Technical Support.