Skip to content
Discussion options

You must be logged in to vote

@Vacant0mens I removed all firewall rules for the various Erlang programs, installed OTP 26.0.1, and then ran this Powershell command in an admin context:

 Get-ChildItem -Filter '*.exe' -Recurse -Path 'C:\Program Files\Erlang OTP\' | %{ Write-Host $_; netsh advfirewall firewall add rule "name=allow-$($_.Name)" 'dir=in' "program=$_" 'profile=any' 'action=allow' }

Then, I installed RabbitMQ 3.12.1, and ran this command in the same admin shell:

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.12.1
> .\sbin\rabbitmq-plugins.bat enable rabbitmq_management rabbitmq_stream rabbitmq_stream_management rabbitmq_amqp1_0 rabbitmq_shovel rabbitmq_shovel_management

I did NOT get any popups from the…

Replies: 7 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lukebakken
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Vacant0mens
Comment options

You must be logged in to vote
2 replies
@lukebakken
Comment options

@lukebakken
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants
Converted from issue

This discussion was converted from issue #8609 on June 19, 2023 21:50.