Hi Matt,
SSL configuration is very easy in IDM 8.
please follow these steps
1. enable ssl and create self sign certificate on nwa > configuration >Security > ssl on port 50001 or any other port you wish to use
2. then click on export entry your certificate and copy into c:\program files\java\java version\lib/security\ ( please check windows java environment for correct java path )
3. export SAPLogonKeypair.cert from TicketKeystore (/nwa) and copy into c:\program files\java\java version\lib\security\
4. then use this command to add all certificate into java cacerts
keytool -import -alias my_ssl_cert -file certificate_name .crt -keystore cacerts
then open Developer studio and configure port 50001
Regards,
Mohinder