Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExpandConfig now respects DangerousAcceptAnyServerCertificateValidator #274

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

jhines-sf
Copy link
Contributor

@jhines-sf jhines-sf commented Aug 30, 2023

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.

@update-docs
Copy link

update-docs bot commented Aug 30, 2023

Thanks for opening this pull request! If you have implemented new functions, write about them in the readme file.

@Burgyn Burgyn merged commit 79e6053 into Burgyn:master Sep 1, 2023
3 checks passed
@Burgyn
Copy link
Owner

Burgyn commented Sep 1, 2023

Hi @jhines-sf,

thanks for your contribution. Your changes will be released in a few minutes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants