Article

Getting Additional Stunnel Logs via SSL VPN

article
Reads:

2454

Score:
0
0
 
Comments:

0

Problem

How can I get additional stunnel logs in the Linux client after connecting to the SSL VPN server?

Solution

You can get the stunnel logs in the <homefolder>/.sslvpn/log/stunnel.log directory, after connecting to the SSL VPN server.

1. Open the installsc.sh file located in the following directory in the SSL VPN server:

/var/opt/novell/tomcat4/webapps/sslvpn/linux

2. Change the debug level to 7 in the stunnel_conf function. Change the following line:

echo "debug = 6" >> $STUNNEL_FILE

to

echo "debug = 7" >> $STUNNEL_FILE

3. Restart Tomcat by entering the following command:

/etc/init.d/novell-tomcat restart

4. Restart the SSL VPN sever by entering the following commands:

/etc/init.d/novell-sslvpn stop
/etc/init.d/novell-sslvpn start

5. Purge the proxy cache from the Administration Console.

Conculsion

You can get the stunnel logs in <homefolder>/.sslvpn/log/stunnel.log directory after connecting to the SSL VPN server.





User Comments

© 2009 Novell, Inc. All Rights Reserved.