Forum Discussion
Oscar2024
Sep 26, 2024Copper Contributor
Cannot use WAC with WinRM over HTTPS
Hi,
For any reason I cannot use WAC with WinRM over HTTPS.
Certificates are created and installed.
I can confirm that this work with:
Enter-PSession FQDN.domain.com -UseSSL
**WinRM HTTP listeners are removed from remote computer
Then, when adding the server to WAC, always fails to connect with this configuration.
I can connect servers to WAC again by setting winrm again with HTTP, but this is not what i want.
More info:
- - WAC Custom Install choosing "WinRM over HTTPS"
- - Changed -UseHTTPS variable to $True on C:\ProgramFiles\WindowsAdminCenter\PowerShellModules\Microsoft.WindowsAdminCenter-ManagementTools
- - WAC build 2311
Any idea about what i's missing?
Thanks
- Sergeb83Copper Contributorthis helped me set it up.
https://btpssecpack.osbornepro.com/en/latest/#configure-winrm-over-https
winrm enum winrm/config/listener
you check if there is an active https listener with this command
if not you use
winrm create winrm/config/listener?Address=*+Transport=HTTPS # Creates a WinRM listener on 5986 using any available certificate