Skip to content

Conversation

@ChristianPavilonis
Copy link
Contributor

No description provided.

Err(_) => {
let mut builder = Backend::builder(&name, &target);
if uri.scheme_str() == Some("https") {
builder = builder.enable_ssl();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason this tries again without port?

trusted server doesn't do this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is legacy and was not tested in production

builder = builder
.enable_ssl()
.sni_hostname(host)
.check_certificate(host);
Copy link
Contributor

@aram356 aram356 Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏕️ In development we need to allow to disable check certificates See #36

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.

3 participants