opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
836 stars 626 forks source link

www/caddy: Handle HttpTlsInsecureSkipVerify missing frontend configuration #3886

Closed jeliasson closed 6 months ago

jeliasson commented 6 months ago

Important notices Before you add a new report, we ask you kindly to acknowledge the following:

Describe the bug It looks like the frontend configuration option for HttpTlsInsecureSkipVerify on Handlers is missing.

To Reproduce N/A

Expected behavior Allow configuration of HttpTlsInsecureSkipVerify in the frontend.

Screenshots N/A

Relevant log files N/A

Additional context According to the package description and the Caddyfile templating, it looks like we should be able to configure this option. I might be straight up blind, and if so, I apologize. 😊

Environment OPNsense 24.1.4-amd64 with os-caddy version 1.5.2.

Monviech commented 6 months ago

This comes in the patch today.

https://github.com/opnsense/plugins/commit/354782cf9beff470c46580859556d8e070aa2416

jeliasson commented 6 months ago

Works great. Thanks @Monviech!