When a versioned route is expanded to each individual version, the DangerousAcceptAnyServerCertificateValidator property was not being properly respected. This meant that downstream Swagger routes that used self-signed certificates were not functioning properly.
This pull request should resolve that by ensuring that the property is correctly copied in the ExpandConfig method.
When a versioned route is expanded to each individual version, the
DangerousAcceptAnyServerCertificateValidator
property was not being properly respected. This meant that downstream Swagger routes that used self-signed certificates were not functioning properly.This pull request should resolve that by ensuring that the property is correctly copied in the
ExpandConfig
method.