Arlecho's ScreenConnect 6 releases
(Oct 10, 2024, 17:27 pm)nauth Wrote: Does anyone have a modified or custom version of the ScreenConnect SSL Configurator Tool?

The default ScreenConnect tool only installs and binds SSL certs to 443. I'm needing to bind to 8443.

Thanks in advance.


You can use Powershell to do this. I used to use Win-Acme, Powershell, and a Scheduled Task to do my cert using Let's Encrypt. This worked well. The two netsh lines in particular. 

Code:
$ErrorActionPreference="SilentlyContinue"
Stop-Transcript | out-null
$ErrorActionPreference = "Continue"
Start-Transcript -path C:\SSL\log.txt -append

net stop "ScreenConnect Relay" /y
net stop "ScreenConnect Session Manager" /y
net stop "ScreenConnect Security Manager" /y
net stop "ScreenConnect Web Server" /y

$CertStorePath = "C:\SSL\"
$CertFile = "cert.pfx"
$CertPath = ($CertStorePath + $CertFile)
Import-PfxCertificate -FilePath $CertPath cert:\LocalMachine\Root
$CertHash = (Get-PfxCertificate -FilePath $CertPath | Select Thumbprint | ft -hidetableheaders | Out-String).Trim()
netsh http delete sslcert ipport=0.0.0.0:443
netsh http add sslcert ipport=0.0.0.0:443 certhash=$CertHash appid="{00000000-0000-0000-0000-000000000000}"

net start "ScreenConnect Web Server" /y
net start "ScreenConnect Security Manager" /y
net start "ScreenConnect Session Manager" /y
net start "ScreenConnect Relay" /y

Stop-Transcript


I switched to CertifyTheWeb, it has the ability to do all of this together.
Reply
Which version do you recommend to install? Thx
Reply
(Feb 21, 2024, 10:45 am)Arlecho Wrote: Can detect if it has already been installed, was thinking about just deleting the useless files then.

Changelog v3.4.0:
- Fixed security issue

Download
https://farwestbox.com:510/shares/file/ejSgu2BztCk/
FckPtn!

Notices, please read carefully
- Patch the installer before installing to prevent leaking your information!
- Linux can be patched, just copy the files over to a windows machine and select the directory!
- "External Accessibility Check", "Version Check"  and "Browser URL Check" will now always fail!
- Installing/updating extensions could theoretically be spotted by Connectwise as they are downloaded directly from their servers!
- License no longer displays (not required for patch to function)
- Please do not post thanks and other posts that do not contribute (the mods don't like them and it clutters the thread)
- Hosts file editing no longer required as the uri's are patched out of the appropriate files

Hello Guys,
It looks like the download link does not work, can anybody share the latest version of the patcher?

Thank you!

LE: It works now, Thank you!
Reply
(Oct 15, 2024, 08:06 am)n00b Wrote: Hello Guys,
It looks like the download link does not work, can anybody share the latest version of the patcher?

Thank you!

LE: It works now, Thank you!

https://pirates-forum.org/Thread-Arlecho...#pid406329
Reply
Hello, anyone figured this out what is the reason for this error and how to fix it

Too many pending tasks (16385 waiting, 0/10 available)
Reply
(Oct 21, 2024, 14:09 pm)bluechip77 Wrote: Hello, anyone figured this out what is the reason for this error and how to fix it

Too many pending tasks (16385 waiting, 0/10 available)

https://pirates-forum.org/Thread-Arlecho...#pid408320
Reply
(Oct 25, 2024, 09:01 am)vbcoderx Wrote:
(Oct 21, 2024, 14:09 pm)bluechip77 Wrote: Hello, anyone figured this out what is the reason for this error and how to fix it

Too many pending tasks (16385 waiting, 0/10 available)

https://pirates-forum.org/Thread-Arlecho...#pid408320

I did that already, still getting the same error
Reply
(Nov 01, 2024, 19:10 pm)bluechip77 Wrote:
(Oct 25, 2024, 09:01 am)vbcoderx Wrote:
(Oct 21, 2024, 14:09 pm)bluechip77 Wrote: Hello, anyone figured this out what is the reason for this error and how to fix it

Too many pending tasks (16385 waiting, 0/10 available)

https://pirates-forum.org/Thread-Arlecho...#pid408320

I did that already, still getting the same error

Did you completely replace your maintenance plan in your config, or remove all of the maintenance plans before putting this in your config, and restarting the services?
Reply
(Nov 01, 2024, 22:38 pm)vbcoderx Wrote:
(Nov 01, 2024, 19:10 pm)bluechip77 Wrote:
(Oct 25, 2024, 09:01 am)vbcoderx Wrote:
(Oct 21, 2024, 14:09 pm)bluechip77 Wrote: Hello, anyone figured this out what is the reason for this error and how to fix it

Too many pending tasks (16385 waiting, 0/10 available)

https://pirates-forum.org/Thread-Arlecho...#pid408320

I did that already, still getting the same error

Did you completely replace your maintenance plan in your config, or remove all of the maintenance plans before putting this in your config, and restarting the services?

In my webconfig i had this entry <add key="DatabaseMaintenancePlan" ..... I replaced the entire entry with the fix given above. I am still facing same problem
Reply
update list of ddosers ip
185.238.231.208
69.55.5.0-69.55.5.255
102.129.145.0-102.129.145.255
89.208.29.33
91.92.255.0-91.92.255.255
192.210.232.0-192.210.232.255
144.172.118.0-144.172.118.255
146.70.86.0-146.70.86.255
67.22.32.0-67.22.32.255
91.92.254.0-91.92.254.255
195.80.148.0-195.80.148.255
89.208.29.0-89.208.29.255
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  UserHEVC Releases (Movies) UserHEVC 25 8,914 Nov 03, 2024, 12:02 pm
Last Post: UserHEVC
  KC's Releases KCTPB 27 6,483 Jul 28, 2024, 08:24 am
Last Post: KCTPB
  RodneyYouPlonker film releases RodneyYouPlonker 312 355,064 Apr 04, 2024, 02:39 am
Last Post: RodneyYouPlonker
  PHaGE Releases PHaGE 0 4,594 Aug 05, 2023, 16:30 pm
Last Post: PHaGE
  Faithwyn Releases Faithwyn 291 355,525 Jun 07, 2023, 02:08 am
Last Post: Faithwyn



Users browsing this thread: 10 Guest(s)