Messaging Server SSL and SCF

From MsgServerDocWiki

Jump to: navigation, search

Can I configure Messaging Server for SSL and the Solaris Cryptographic Framework (SCF)?

The following article describes how to configure Sun Java System Messaging Server 6.3 for SSL and the Solaris Cryptographic Framework (SCF) to use the Cryptographic Accelerator of the UltraSPARC T1 processor. This is a three-step process where you configure Messaging Server for SSL (optional), configure the Solaris Cryptographic Framework, then configure Messaging Server to use SCF.

http://www.sun.com/bigadmin/features/hub_articles/messaging_server_scf.jsp

Note: If you are running Solaris 10 update 4 or higher, you need to install the latest Messaging Server 6.3 patch to fix bug #6647586 - "SSL acceleration using Ultrasparc T1 Cryptographic framework fails with Solaris 10 update 4".

If you have not applied a patch which fixes bug #6647586, the workaround is as follows:

For 32-bit Messaging Server 6.3
----------
1.) cd /usr/lib/secure
2.) ln -s /lib/libmd.so.1 libmd.so.1
3.) LD_PRELOAD=libmd.so.1 start-msg
For 64-bit Messaging Server 6.3
----------
1.) cd /usr/lib/secure/64
2.) ln -s /lib/64/libmd.so.1 libmd.so.1
3.) LD_PRELOAD=libmd.so.1 start-msg
Personal tools