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

Make TLS/SSL version upgrade handling OPTIN for OnPremise #631

Merged
merged 10 commits into from
Nov 8, 2024

Conversation

newtork
Copy link
Contributor

@newtork newtork commented Nov 6, 2024

Context

https://github.com/SAP/cloud-sdk-java-backlog/issues/463

  • Disable automatic upgrade when using proxy (e.g. when using OnPremise)
  • Add optional toggle to override the behavior and force on/off.

Fixed symptoms

  • Connecting to OnPremise via SAP Cloud Connector using latest Apache HttpClient 5
  • >> Upgrade: TLS/1.2
    >> Connection: Upgrade
    
    << HTTP/1.1 403 Forbidden
    <<
    << "Upgrade to protocols [TLS/1.2] denied for resource [...]
    

Definition of Done

@newtork newtork marked this pull request as ready for review November 8, 2024 09:57
@newtork newtork added please merge Request to merge a pull request please review Request to review a pull request labels Nov 8, 2024
Copy link
Member

@MatKuhr MatKuhr left a comment

Choose a reason for hiding this comment

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

otherwise LGTM

release_notes.md Outdated Show resolved Hide resolved
newtork and others added 5 commits November 8, 2024 14:42
…m/sap/cloud/sdk/cloudplatform/connectivity/DefaultApacheHttpClient5Factory.java

Co-authored-by: Matthias Kuhr <[email protected]>
Co-authored-by: Matthias Kuhr <[email protected]>
@MatKuhr MatKuhr enabled auto-merge (squash) November 8, 2024 14:57
@MatKuhr MatKuhr merged commit a07fb46 into main Nov 8, 2024
14 checks passed
@MatKuhr MatKuhr deleted the httpclient5/tls-upgrade branch November 8, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please merge Request to merge a pull request please review Request to review a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants