Last Active: Yesterday
Threads: 0
Posts: 8
Reputation:
0
(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.
Last Active: Yesterday
Threads: 0
Posts: 21
Reputation:
0
Which version do you recommend to install? Thx
Last Active: Oct 15, 2024
Threads: 0
Posts: 1
Reputation:
0
Oct 15, 2024, 08:06 am
(This post was last modified: Oct 15, 2024, 08:13 am by n00b. Edited 1 time in total.
Edit Reason: edit
)
(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!
Last Active: Oct 26, 2024
Threads: 0
Posts: 18
Reputation:
0
(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
Last Active: Today
Threads: 0
Posts: 12
Reputation:
0
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)
Last Active: Yesterday
Threads: 0
Posts: 8
Reputation:
0
(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
Last Active: Today
Threads: 0
Posts: 12
Reputation:
0
(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
Last Active: Yesterday
Threads: 0
Posts: 8
Reputation:
0
(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?
Last Active: Today
Threads: 0
Posts: 12
Reputation:
0
(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
Last Active: Today
Threads: 0
Posts: 1
Reputation:
0
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
|