In Telligent Community 7.0, the Control Panel Member Search page (Control Panel Dashboard > System Administration > Membership Administration > Members and Roles > Manage users > [User name] > results) redirects to SSL when SSL is enabled in communityserver.config as SSL="password". (However, you would change the setting in the communityserver_override.config file, not directly in the communityserver.config file.)
<Core defaultTheme="fiji"
defaultGroupTheme="fiji"
defaultLanguage="en-US"
disableEmail="false"
disableIndexing="false"
disableThreading="false"
cacheFactor="5"
smtpServerConnectionLimit="-1"
enableLatestVersionCheck="true"
systemType="Self"
backwardsCompatiblePasswords="false"
ssl="Ignore"
defaultRoles="Everyone;Registered Users"
wwwStatus="Remove"
enableVirtualization="false"
enableProductListing="true"
enableUsersOnline="true"
announcementRssUrl="http://telligent.com/r.ashx?43"
proxyHost=""
proxyPort=""
proxyUsername=""
proxyPassword=""
proxyBypassOnLocal="true"
enableBackgroundCacheCallbacks="false"
xFrameOptions="SAMEORIGIN"
unlockUserAfterMinutes="5"
lookupUsersByEmail="false">