Reconfigure the Remote Connect Plugin to use one of the new authentication methods and configure the certificate on the corresponding port.
Example configuration for testing on the host where the JobService is running:
1. Create a certificate:
PS> powershell -Command "New-SelfSignedCertificate -DnsName localhost -CertStoreLocation cert:\LocalMachine\My -NotAfter (Get-Date).AddYears(10)"
2. Bind the certificate to the configured port: (To get your appid you can use the get-startapps command in Powershell, or use any, as it's an informed value for future reference)
PS> netsh http add sslcert ipport=0.0.0.0:<Port> certhash=<CertHash_OutputFromThePreviousPowershellCommand> appid={F06D38CA-DF0F-4D72-BC33-D3F6472A8DEE}
3. Add the permissions:
PS> netsh http add urlacl url=https://+:<Port>/Remoting/ user=Everyone listen=yes
4. Firewall rules for TCP traffic on the configured <Port>.
** JobService configuration
In JobServiceConfiguration we recommend the following values:
- switch to category Plugins -> RemoteConnectPlugin
- for "HttpBindAddress" set: +
- for "Port" set: 2880
- for "UseHttps" leave the checkbox marked.
On the AuthMethod module selection we recommend to use "ADGroupAuthentication" and to provide the group SID of the allowed group. (The SecretAuthentication authentication method is recommended for containerized environments)
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center