rabbitmq-server/deps/rabbitmq_prometheus/test
Alexey Lebedeff b9ebfb8980 Fix ssl port handling in prometheus plugin
All ssl options were stored in the same proplist, and the code was
then trying to determine whether an option actually belongs to ranch
ssl options or not.

Some keys landed in the wrong place, like it did happen in #2975 -
different ports were mentioned in listener config (default at
top-level, and non-default in `ssl_opts`). Then `ranch` and
`rabbitmq_web_dispatch` were treating this differently.

This change just moves all ranch ssl opts into proper place using
schema, removing any need for guessing in code.

The only downside is that advanced config compatibility is broken.
2021-10-20 14:55:33 +02:00
..
config_schema_SUITE_data Fix ssl port handling in prometheus plugin 2021-10-20 14:55:33 +02:00
config_schema_SUITE.erl Bump (c) year 2021-01-22 09:00:14 +03:00
rabbit_prometheus_http_SUITE.erl Compile #3561 2021-10-13 01:27:16 +03:00