-
Notifications
You must be signed in to change notification settings - Fork 187
yt/yt/core/https: handle plain http connections too #1537
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
Conversation
Now https client is able to handle "http://..." URLs too. Off by default, requires setting AllowHTTP = true in config. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai>
|
|
|
Total
ci-viewer/20137217502/size_s (returncode 10)
Failed suites
|
| //! Host is used for TlsDialer. | ||
| std::optional<TString> Host; | ||
| //! BypassTLS is used by HTTPS client for plain HTTP connections. | ||
| bool BypassTLS = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be TryBypassTLS? It does not necessary bypasses TLS depending on dialer config.
|
Shipped! |
|
@yalekseev has imported your pull request. If you are a member of YTsaurus team, you can view this diff. |
|
✅ This pull request is being closed because it has been successfully merged into our internal monorepository. |
Now https client is able to handle "http://..." URLs too. Off by default, requires setting AllowHTTP = true in config. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- * Changelog entry Type: feature Component: cpp-sdk Add option to handle both "http://" and "https://" URLs by single client. --- Pull Request resolved: ytsaurus/ytsaurus#1537 commit_hash:860222be45b8eae518dc29c4deb5ec1db3efdc17
Now https client is able to handle "http://..." URLs too. Off by default, requires setting AllowHTTP = true in config. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- * Changelog entry Type: feature Component: cpp-sdk Add option to handle both "http://" and "https://" URLs by single client. --- Pull Request resolved: ytsaurus/ytsaurus#1537 commit_hash:860222be45b8eae518dc29c4deb5ec1db3efdc17
Now https client is able to handle "http://..." URLs too. Off by default, requires setting AllowHTTP = true in config. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- * Changelog entry Type: feature Component: cpp-sdk Add option to handle both "http://" and "https://" URLs by single client. --- Pull Request resolved: ytsaurus/ytsaurus#1537 commit_hash:860222be45b8eae518dc29c4deb5ec1db3efdc17
Now https client is able to handle "http://..." URLs too. Off by default, requires setting AllowHTTP = true in config. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- * Changelog entry Type: feature Component: cpp-sdk Add option to handle both "http://" and "https://" URLs by single client. --- Pull Request resolved: #1537 commit_hash:860222be45b8eae518dc29c4deb5ec1db3efdc17
Now https client is able to handle "http://..." URLs too. Off by default, requires setting AllowHTTP = true in config. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- * Changelog entry Type: feature Component: cpp-sdk Add option to handle both "http://" and "https://" URLs by single client. --- Pull Request resolved: #1537 commit_hash:860222be45b8eae518dc29c4deb5ec1db3efdc17
Now https client is able to handle "http://..." URLs too.
Off by default, requires setting AllowHTTP = true in config.
Signed-off-by: Konstantin Khlebnikov khlebnikov@tracto.ai
Type: feature
Component: cpp-sdk
Add option to handle both "http://" and "https://" URLs by single client.