How to remove insecure TLS protocols on your Password Reset System

A customer recently reported a problem with their Specops DMZ server after users were unable to reset their passwords via the password reset mobile app. The customer reinstalled the DMZ server, but still no success.

Typically when we run into these problems, we check if the mobile service is installed on the IIS. This can be done by opening IIS and expanding the Specops Password section, checking to see if the “Service” folder is there. If it’s not there, the mobile service is not installed, and you will need to run the Setup assistance on the server, and install the mobile service during the Web setup.

Mobile Service Specops Password Reset

 

 

How to remove insecure TLS protocols?

In this case, the service was already installed, and the app was returning “the socket is not connected” error message. After doing some digging, we were able to get the customer up and running with the following:

  1. Installing .NET 4.6.2 or later on both machines.
  2. Upgrading to Specops Password Reset 6.6 and above.
  3. Using the IISCrypto tool to make sure that TLS 1.0 was disabled on both boxes (if we ticked TLS 1.0 it all started to work again, but as that is insecure, we switched it off).
  4. Enabling Use FIPS compliant algorithms for encryption, hashing, and signing. To do this we used Local Group Policy Editor on both machines and set the setting to enable.
  5. Rebooting the server so the settings take effect.
  6. If using the Specops password reset app on Android devices, upgrading the App to the latest version (7.11.17237.2).

This is a solution on how you can remove insecure TLS protocols from your password reset system – if you have any issues please feel free to reach out to our support.

(Last updated on October 8, 2024)

robert tracey

Written by

Robert Tracey

Technical Support Engineer from Stockholm, Sweden.
Has a Vocational Education in IT System Engineering and has been in the industry since 2014. Works with first, second, third line support and is an author of knowledge base articles.

Back to Blog

Related Articles

  • GDPR compliance and access control – what you should already be doing

    With less than a year until the EU General Data Protection Regulation (GDPR) takes effect, all organizations collecting or processing data for individuals within the EU are in the midst of developing their compliance strategy. The new regulation will carry an impact well beyond Europe. A recent PwC pulse survey found that over half of…

    Read More
  • How to: become the LOCAL SYSTEM account with PsExec

    If you are an administrator using Specops Deploy, you may have had the following experience: an application can be deployed without any problems when you are trying it on your local machine but when you try to deploy it you can’t seem to get it to work. This blog post might shed some light on…

    Read More
  • How to show appreciation on Sysadmin Day

    Have you heard of System Administrator Appreciation Day? The last Friday of July, which this year falls on the 28th, is dedicated to those unsung heroes who make sure your network is secure, your computer is up and running, and your printer is jam-free. They are the people whose good work goes unnoticed, but will…

    Read More