merdzd wrote:
How to install proper SSL for lansweeper site? I have wildcard certificate - HTTPS://lansweeper.Mysite.com:83
available.
Every time this:
https://www.lansweeper.com/knowledgebase/how-to-configure-ssl-in-iis-express/
Breaks my lansweeper logon page.
you are wanting to run it httpS on alt port 83? is that correct?
are you using IIS express or full IIS or both?
main reasons for alternate ports are that something else is already binding to the WKP (Well known port, 80 in this case and 443 in the case of hhtps)
so what else is running on there? if it is IIS, you could, create a VDir that redirects to a "site" using http redirects. This way your url stays consistent if upgrades or reinstalls break you. your cert gets bound to that site level it should work.
sorry if the explanation is not generic enough, I run my LS on full IIS with full SQL behind it and only SSL, with a wildcard at the site level. the server has multiple sites all using the wildcard and each uses host headers and dns to make it work. old school but it works