What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

How can I configure the WinHTTP proxy settings for the SSL Certificate sensor?

Votes:

0

I use the SSL Certificate sensor to check the status of a certificate. How can I configure the WinHTTP proxy settings to manually define the certificate server?

certificate proxy prtg ssl ssl-certificate winhttp

Created on Jul 17, 2019 6:19:39 AM by  Florian Weik (1,927) 2 2

Last change on Dec 29, 2022 1:49:15 PM by  Brandy Greger [Paessler Support]



1 Reply

Accepted Answer

Votes:

0

This article applies as of PRTG 22

How to configure the WinHTTP proxy settings

You can configure the WinHTTP proxy settings for the SSL Certificate sensor with the Netsh command-line utility.

  1. Open an elevated command line on your Windows computer:
    1. Go to Start and type cmd.
    2. Right-click Command prompt and select Run as administrator.
  • If you want to view the current WinHTTP proxy settings, enter the following command and press Enter
    • netsh winhttp show proxy
  • If you want to set a WinHTTP proxy server, enter the following command and press Enter
    • netsh winhttp set proxy <proxyserver:port>
  • If you want to import the Internet Explorer Proxy Settings as default WinHTTP settings, enter the following command and press Enter
    • netsh winhttp import proxy source=ie
  • To reset the WinHTTP proxy, enter the following command and press Enter
    • netsh winhttp reset proxy

More

Created on Jul 17, 2019 9:11:20 AM by  Florian Weik (1,927) 2 2

Last change on Dec 29, 2022 1:50:20 PM by  Brandy Greger [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.