The executables erl.exe and erlsvc.exe are not developed by NI. These executables are part of the Erlang Open Telecom Platform (OTP), an open-source runtime environment that NI bundles with some products to support messaging and web-based functionality.
erl.exe
erlsvc.exe
Security scanner software returns the vulnerability CVE-2025-32433 due to the use of TLS 1.0 and 1.1 on RabbitMQ. Can I configure SystemLink Server to not disable the affected TLS versions?
Follow these steps to modify the configuration of the RabbitMQ that SystemLink Server installs to disable client negotiation-- that should resolve the flagged vulnerability.
{ssl_options, [ {certfile, "C:/ProgramData/National Instruments/Skyline/Certificates/rabbitmq-server/rabbitmq-server.cer"}, {keyfile, "C:/ProgramData/National Instruments/Skyline/Certificates/rabbitmq-server/key/rabbitmq-server.key"}, {verify, verify_none}, {fail_if_no_peer_cert, false} ]},
{ssl_options, [ {certfile, "C:/ProgramData/National Instruments/Skyline/Certificates/rabbitmq-server/rabbitmq-server.cer"}, {keyfile, "C:/ProgramData/National Instruments/Skyline/Certificates/rabbitmq-server/key/rabbitmq-server.key"}, {verify, verify_none}, {fail_if_no_peer_cert, false}, {versions, ['tlsv1.2','tlsv1.3']} ]},
Collaborate with other users in our discussion forums
A valid service agreement or active software subscription may be required, and support options vary by country.
Helpful
Not Helpful