prometheus-community / windows_exporter

Prometheus exporter for Windows machines
MIT License
2.85k stars 680 forks source link

windows exoprter on win7 - TLS issue #1509

Closed morshaq closed 6 days ago

morshaq commented 3 months ago

I'm trying to install WinExporter version 0.24.0, but it fails each time with the error message: msg="TLS is disabled" http2=false address[::]:9182. I have also attempted the installation using various different ports. Additionally, I tried enabling TLS with the following commands: Set-ItemProperty -Path 'HKLM:\SOFTWARE\Wow6432Node\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft.NetFramework\v4.0.30319' -Name 'SchUseStrongCrypto' -Value '1' -Type DWord

Despite these steps, the issue persists. Do you have any idea why this is happening and how to fix it?

jkroepke commented 3 months ago

the error you mention isn't an error. It's an info log line.