Author |
Message
|
mq_crazy |
Posted: Mon Oct 11, 2004 12:57 pm Post subject: Test SSL |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
I have followed the tutorial document on setting up SSL from this website, but not able to start the java port sniffer to test it , is there any other way to check whether the messages are getting encrypted????? |
|
Back to top |
|
 |
siliconfish |
Posted: Mon Oct 11, 2004 1:50 pm Post subject: |
|
|
 Master
Joined: 12 Aug 2002 Posts: 203 Location: USA
|
You can use tcpdump. But whats the problem with the sniffer? _________________ siliconfish |
|
Back to top |
|
 |
mq_crazy |
Posted: Mon Oct 11, 2004 1:56 pm Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
hey thanks for the reply, i don't know why sniffer doesn't work. when i run the command it says starting and even the channel status doesn't come to running if i change the port no. How to use tcpdump??? |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Oct 11, 2004 2:21 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
mqkid wrote: |
hey thanks for the reply, i don't know why sniffer doesn't work. when i run the command it says starting and even the channel status doesn't come to running if i change the port no. How to use tcpdump??? |
# man tcpdump _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
vennela |
Posted: Mon Oct 11, 2004 6:49 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
The easiest way to check whether a channel is using SSL or not is by displaying the chstatus. You will see the SSL attributes there. |
|
Back to top |
|
 |
mq_crazy |
Posted: Tue Oct 12, 2004 6:57 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
I still didn't understand how to use tcpdump. Can you please give me easy step by step details as i am new to ssl. Thank You |
|
Back to top |
|
 |
tjfunny1 |
Posted: Tue Oct 19, 2004 3:24 pm Post subject: SSL verification in Unix |
|
|
 Apprentice
Joined: 17 Jun 2002 Posts: 35 Location: Atlanta
|
add /opt/mqm/ssl/bin to $PATH
export PATH=$PATH:/opt/mqm/ssl/bin
$JAVA_HOME=/opt/mqm/ssl
export JAVA_HOME=/opt/mqm/ssl
sps.sh
java -cp sps.jar:$JAVA_HOME SimpleProxyServer
./sps.sh localhost <realport> <bogusport>
This wil work if you download the SSL guide from MQSeries.net's repository, then ftp over to unix. Execute the sps.sh in same location as sps.jar _________________ TJ
IBM Certified System Administrator Websphere MQ v5.3 |
|
Back to top |
|
 |
|