cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
caravaggio
Engaged Sweeper
After updating Lansweeper to latest release v. 5313, the SSL certificate is changed.
I tried to give the command:
netsh http add sslcert ipport=0.0.0.0:443 appid={214124cd-d05b-4309-9af9-9caa44b2b74a} certhash=4c16e5ca3820df9d4a22136eb9882e90

but I get this error:
The parameter is incorrect.


Any idea?
Previous updates didn't change
1 ACCEPTED SOLUTION
Daniel_B
Lansweeper Alumni
Lansweeper version 5.3.0.15 was released today. The built-in SSL certificate is still included, but you can optionally use your own certificate. Instructions on how to do it can be found in this KB article.

Instructions on how to update your Lansweeper installation can be found here.

View solution in original post

6 REPLIES 6
Daniel_B
Lansweeper Alumni
Lansweeper version 5.3.0.15 was released today. The built-in SSL certificate is still included, but you can optionally use your own certificate. Instructions on how to do it can be found in this KB article.

Instructions on how to update your Lansweeper installation can be found here.
caravaggio
Engaged Sweeper
Just for completeness:
netsh http delete sslcert ipport=0.0.0.0:443
netsh http add sslcert ipport=0.0.0.0:443 appid={214124cd-d05b-4309-9af9-9caa44b2b74a} certhash=(certhash must be taken from Thumbprint in Certificate's Details)

It will work, but after OS restart, the certificate will go back to CN = Lansweeper Secure Website
So please inform when the update will be available
fjca
Champion Sweeper II
We had the same issue, we had our own certificates installed and LS update replaced them.

For us, it wa a question of unbinding the LS cert and bind our own.

Something like this:

netsh http add remove sslcert ipport=0.0.0.0:443
netsh http add sslcert ipport=0.0.0.0:443 appid={214124cd-d05b-4309-9af9-9caa44b2b74a} certhash=YOURCERTHASHHERE
Daniel_B
Lansweeper Alumni
We are currently investigating an issue with certificate replacement. It seems that in most cases, your certificate will be replaced after restarting IIS Express service. We will publish a fix to this issue soon on our download page.
caravaggio
Engaged Sweeper
If I need to use the same port (443) and keep using my previous certificate?
Daniel_B
Lansweeper Alumni
A new certificate was added in version 5.3.0.12. The best way of registering it on the required port is reinstalling the web console and choosing the HTTPS port you would like to use during the installer process. Instructions on how to reinstall your web console can be found in this KB article.