Skip to content
Melbit Services
  • IT Services
    • Managed IT Services
    • Cloud Services
    • IT Consulting Services
    • Business Communication
    • Remote IT Support
    • Domain Names
  • Industries
    • Accounting Firms
    • Law Firms
    • Realestate
    • Medical Centres
    • Pharmacies
    • Conveyancing Firms
  • Cybersecurity
    • Cybersecurity Assessment
    • The Essential Eight
    • Cybersecurity Playbooks
    • Computer Security Threats
  • Remote IT Support
    • TeamViewer Windows
    • TeamViewer Mac
    • TeamViewer Linux
Get in Touch

Windows

23
  • Understanding MFA
  • How to change file creation or modified date
  • How to check if Microsoft Defender for Endpoint is running
  • Access to Removable Drives not Protected by BitLocker
  • The Group Policy settings for BitLocker startup options are in conflict and cannot be applied
  • How do you extend a User Profile Disk
  • Resizing User Virtual Disk RDP (Esxi VM)
  • Command and PowerShell History
  • How to increase the disk size of VM in VirtualBox
  • Saved Windows Credentials
  • View installed software using wmic
  • Pros and cons working with DNS, DHCP, IPAM, Wireless, LAN, WAN
  • What is a DHCP Server and DHCP relays
  • How to find user profile disk from registry
  • Enabling iPhone hotspot
  • Download Maps Manager Delayed Start Red in Server 2016
  • What is SSTP VPN?
  • How to Disable Revocation Check for SSTP VPN
  • Enabling Group Policy editor on Windows 10 Home
  • Source file names are larger than supported file system
  • Essential Network Ports for Windows Services
  • Another account from your organisation is already signed in
  • Disabling Office 365 Autodiscover – Exchange Self hosted
Linux

Linux

5
  • mysql-8.0-gpg package error
  • Windows Privilege Escalation
  • Linux Exim Cheat sheet
  • Rsync linux
  • CSF Shell Command

Networking

5
  • Windows Privilege Escalation
  • Cannot access FortiGate web GUI admin interface
  • How to find Fortinet PSK
  • Pros and cons working with DNS, DHCP, IPAM, Wireless, LAN, WAN
  • Disabling SIP ALG on FortiGate Firewall

General IT Support

15
  • How to improve the WIFI coverage in the office
  • Best Practices for Data Backup and Recovery
  • How to change file creation or modified date
  • Command and PowerShell History
  • How to increase the disk size of VM in VirtualBox
  • Saved Windows Credentials
  • View installed software using wmic
  • Cannot access FortiGate web GUI admin interface
  • How to find Fortinet PSK
  • Pros and cons working with DNS, DHCP, IPAM, Wireless, LAN, WAN
  • What is a DHCP Server and DHCP relays
  • How to find user profile disk from registry
  • Enabling iPhone hotspot
  • Disabling SIP ALG on FortiGate Firewall
  • Download Maps Manager Delayed Start Red in Server 2016

Network Connectivity

4
  • How to improve the WIFI coverage in the office
  • Enabling iPhone hotspot
  • Disabling SIP ALG on FortiGate Firewall
  • What is SSTP VPN?

Cyber Security & Compliance

4
  • How to check if Microsoft Defender for Endpoint is running
  • Access to Removable Drives not Protected by BitLocker
  • The Group Policy settings for BitLocker startup options are in conflict and cannot be applied
  • Windows Privilege Escalation

Remote IT Support & Helpdesk

6
  • mysql-8.0-gpg package error
  • Access to Removable Drives not Protected by BitLocker
  • The Group Policy settings for BitLocker startup options are in conflict and cannot be applied
  • How do you extend a User Profile Disk
  • Resizing User Virtual Disk RDP (Esxi VM)
  • Atera client not showing up in Customer’s dashboard
View Categories
  • Home
  • KB
  • Windows
  • How to Disable Revocation Check for SSTP VPN

How to Disable Revocation Check for SSTP VPN

2 min read

Note: #

  • Disabling the certificate revocation check can expose your VPN connection to security risks, as it will not verify if the VPN server certificate has been revoked.
  • Make sure this is a last-resort action if you’re experiencing issues with certificate revocation checks and you understand the potential security implications.

To disable the certificate revocation check for an SSTP (Secure Socket Tunnelling Protocol) VPN on a Windows machine, you can follow these steps:

Method 1: Via Group Policy (For Domain-Joined Machines)  #

  1. Open Group Policy Editor:
    • Press Win + R, type gpedit.msc, and press Enter.
  2. Navigate to the following location:
    • Computer Configuration > Administrative Templates > Network > SSL Configuration Settings.
  3. Disable Revocation Check:
    • In the right pane, find the setting Turn off certificate revocation check.
    • Double-click the setting and set it to Enabled.
  4. Apply the Settings:
    • Click OK to apply the changes and close the Group Policy Editor.

Method 2: Via Registry Editor (For Non-Domain-Joined Machines) #

  1. Open the Registry Editor:
    • Press Win + R, type regedit, and press Enter.
  2. Navigate to the following registry key:
    • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SstpSvc\Parameters
  3. Add a new DWORD value:
    • Right-click in the right pane and choose New > DWORD (32-bit) Value.
    • Name the new DWORD NoCertRevocationCheck.
  4. Set the Value:
    • Double-click the NoCertRevocationCheck DWORD and set the value to 1 (this disables the revocation check).
    • Click OK.
  5. Restart the SSTP Service:
    • You can either restart the computer or restart the SSTP service via the command line:
      • Open Command Prompt as an administrator and run the following command:net stop SstpSvc && net start SstpSvc

Method 3: Disable via PowerShell (If Using Windows PowerShell) #

  1. Open PowerShell as Administrator
  2. Run the following command to disable the certificate revocation check for SSTP VPN:PowerShell commandSet-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\SstpSvc\Parameters' -Name 'NoCertRevocationCheck' -Value 1
  3. Restart the SSTP Service: PowerShell Command Restart-Service SstpSvc

Share This Article :
  • Facebook
  • X
  • LinkedIn
  • Pinterest
What is SSTP VPN?Enabling Group Policy editor on Windows 10 Home
Table of Contents
  • Note:
  • Method 1: Via Group Policy (For Domain-Joined Machines) 
  • Method 2: Via Registry Editor (For Non-Domain-Joined Machines)
  • Method 3: Disable via PowerShell (If Using Windows PowerShell)
Melbourne business IT logo

Melbits is Melbourne Business IT Service and technology solutions provider. Our tailored and strategic approach ensures that your business will receive expert IT support, cybersecurity and consulting that aligns with your business needs, empowering your business, driving growth and success.

You can reach us at 03 9069 6788

IT Services

  • Managed IT Services
  • Cloud Services
  • Cybersecurity
  • Remote IT Services
  • Business Communication
  • IT Consulting

Industries

  • Accounting Firms
  • Law Firms
  • Realestate
  • Medical Centres
  • Pharmacies
  • Conveyancing Firms

Additional Links

  • About Us
  • Knowledge Base
  • FAQ
  • Contact

© 2025 Melbit Services, All Rights Reserved.

  • Terms and Conditions
  • Privacy Policy