Hello! I’ve been troubleshooting an issue with OpenSSL in a dependency of a Perl module I maintain. It looks like the rabbitmq-c library that the module uses implemented CONF_modules_load_file(), but it seems to be causing problems and I’m not sure how to address it properly. Here’s the bug on my module as reported by the CPAN testers: https://github.com/net-amqp-rabbitmq/net-amqp-rabbitmq/issues/186 Here’s an issue I raised and have been troubleshooting with the C library which implements rabbitmq: https://github.com/alanxz/rabbitmq-c/issues/602#issuecomment-594987398 I’m not quite sure what the right path forward is here, and I would greatly appreciate some advice. Many thanks. ~ Michael D. Stemle, Jr. |