
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2015 07:23 AM
After updating Lansweeper to latest release v. 5313, the SSL certificate is changed.
I tried to give the command:
but I get this error:
Any idea?
Previous updates didn't change
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
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 06:13 PM
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.
Instructions on how to update your Lansweeper installation can be found here.
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2015 06:13 PM
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.
Instructions on how to update your Lansweeper installation can be found here.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2015 01:36 PM
Just for completeness:
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2015 03:41 PM
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
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

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-20-2015 09:36 AM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2015 11:07 AM
If I need to use the same port (443) and keep using my previous certificate?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-17-2015 11:01 AM
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.
