Thanks for your swift response.
I am passing the credit card details in the channel so, I think I need to enable the SSL between Plugin
and the WAS Container.
I have been trying to find the perfect document for enabling SSL between the webserver plugin and the WAS WebContainer but I am getting with different documents with different views.
I read the redbook of WAS Security but still got some doubts. So if anyone could able to provide the exact document for the SSL configuration between Plugin and WAS would be appreciated.
Thanks in Advance
Main Topics
Browse All Topics





by: ParanormasticPosted on 2009-01-12 at 11:11:04ID: 23356223
Since they are on the same box, you mainly need to be concerned about very difficult attacks such as memory sniffing. If this is an acceptable risk, then you're good - just make sure you're encrypting your database at the end of it all for the data at rest.
If you are handling credit cards or classified information, then you may need to encrypt the channel between them. Using local certs are fine or using the SSL cert is good too. At worst you may just need to trust the cert that the other is using, depending if the cert was in the trusted store for both apps or not.
Dummy certs are good for testing. Technically valid, but you can't really revoke them so against best practice.