virtualmin git questions

I have a question regarding git and virtualmin.

I installed git and the virtualmin git module and everything works basically. But I noticed that browse repositories in Virtualmin opens the non-ssl git site. Even though ssl is enabled on that site. Shouldn’t https be the default if SSL is enabled?

I looked at the apache configuration and noticed that both 80 and 443 have the same settings.

    RedirectMatch ^/git/$ http://server.com/git/gitweb.cgi
    RedirectMatch ^/git/$ http://server.com/git/gitweb.cgi

I expected https for 443? Is that a bug?

Jamie confirmed it is a bug.