# File httpd/lib/symbiosis/config_files/apache.rb, line 270
      def mandatory_ssl?
        if defined?(@domain) and @domain.is_a?(Symbiosis::Domain)
          @domain.ssl_mandatory?
        else
          false
        end
      end