I am doing some testing on fronting WAS with IHS.
I am trying IHS and WAS on the same physical machine . Is the communication between IHS and WAS SSL or non SSL ? How can i check this ? Also if it is SSL by default i want to make it non SSL to see what changes it has on performance.
Any help or guidance would be really appreciated. I am new to IHS and WAS.
thank you
regards
Satyam
Thank you for your response.
I have already added a SSL directive to the httpd.conf file for the IHS. However that secures the communication between the browser and the IHS if i am not mistaken.
What about the communication between the IHS and the WAS. IS that also automatically SSL ? How do i check the kind of communication taking place between these two ? I want the communication to be non-SSL. They are both on the same physical host.
thank you
If the frontend connection is SSL, and you have a working SSL transport
defined, the plugin favors SSL on the backend.
Same for plaintext on the frontend.
--
Eric Covener
If you want to enforce SSL between IHS and WAS you can modify the Transport
Chain associated with these ports.
If both the ports are enabled and you use SSL between browse and IHS then
the plugin will favor the port that has SSL enabled.
- Sunit
"satyam2009" <saty...@gmail.com> wrote in message
news:586435012.1256897060541.JavaMail.wassrvr@ltsgwas010...
The traffice between the IHS and WAS server is configured in the plugin-cfg.xml of the WAS plugin ( in most cases ).
In a server cluster config you can specify a HTTP or/and a HTTPS directive.
You could measure the difference by one time only using the http protocol and second time using only the https protocol.
Regards,
Marco
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/com.ibm.wp.ent.doc/wpf/ssl.html
Thanks
Akash