Setup Guide
32
DellProtectedWorkspaceManagementServer–InstallandConfigure–v2.2
Mergingconfigurationfile(ims.conf)changesafterupgrade
Afterupgradingtoanewv ersionoftheDPWMS,newconfigurationsettingareenabledwith“default”valuesthatan
adminmaywishtochange.Inordertodothis,newpreferencesfromthe“ims.default”fileneedtobecopiedinto the
active“ims.conf”fileandconfiguredwiththecorrectsettings.
Using
atoollikeNotepad++,andadmincanidentifynewsettingsthatexistintheims.defaultsfile(whichdisplaysall
configurableoptionsinthecurrentlyinstalledversion).
ConfiguringSecureProtocolforClientConnections
StartingwithDPWMS2.2,therequiredsecureprotocolforclientconnectionscannowbeconfiguredintheims.conffile.
PrevioustoDPWMS2.2,TLS1.0wasrequiredtobeenabledonclientcomputerstoenablecommunicationtothe
DPWMS.ThisnewfeaturenowallowsforTLSandSSLprotocols.
Bydefault,
theDPWMSisstillconfiguredtorequireTLS1.0,butthiscanbechangedbymodifyingthefollowinginthe
ims.conffile.Thisfileislocatedintherootinstallationdirectory(default:/var/www/html/ims2/)
Underthe[server]tag,the“ssl_version”tagcanbesettothefollowing:
TLSv1(default)=
requiresTLS1.0protocoltobeenabledonclients
SSLv3=requirestheSSL3.0protocoltobeenabledonclients
SSLv23(supportsthemostprotocols)=requiresSSL3.0orTLS1.0tobeenabled
NOTE:SSLv2isnotsupported.