I have followed the instructions to setup an SSL certificate for PRTG (https://kb.paessler.com/knowledgebase/en/topic/283-how-can-i-use-a-trusted-ssl-certificate-with-the-prtg-web-interface#reply-713), however when starting the PRTG Core Server Service we get an error... Could not start webserver for http://10.10.10.63:8080: Tried to start Web server for configured IP/port Setting:Could not load key, check password. Tried to start web server for IP 10.10.10.63 and port 80/443(SSL) - failed: Could not load key, check password.

Any suggestions? FYI, we are using a wildcard certificate that had been generated for an IIS server.


Article Comments

Dear Bill,

when using SSL, PRTG can only run on port 443. Please make sure you configured the PRTG core server accordingly (see PRTG Server Administrator: Web Server).

Also, please make sure you provide the prtg7.key file in decrypted format. PRTG's web server cannot handle key files that are still encrypted.

Certificate (prtg7.crt) and root certificate (root.pem) must both be provided in PEM encoded format. If you need to convert files, the following tools might be of some help: http://www.sslshopper.com/ssl-certificate-tools.html


Feb, 2012 - Permalink

We are choosing port 443, not sure why it is reporting 8080. I went through the sslshoppeer.com tools and confirmed that our certificates match and that they are in PEM format. I followed the steps that I linked to on my original post. How do I determine if the key file is in decrypted format?


Feb, 2012 - Permalink

Download and extract the OpenSSL certificate utilities for Windows, for example, from: http://download.kerio.com/dwn/kms/sslcert.zip or from: http://www.slproweb.com/products/Win32OpenSSL.html

Then, use the tool to decrypt your key (please see the tool's help for details).


Feb, 2012 - Permalink