Skip to content

ProxyConfiguration #787

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

Merged
merged 11 commits into from
Jul 23, 2025
Merged

ProxyConfiguration #787

merged 11 commits into from
Jul 23, 2025

Conversation

gthea
Copy link
Contributor

@gthea gthea commented Jul 18, 2025

Android SDK

What did you accomplish?

  • Add the public config for Proxy

@gthea gthea self-assigned this Jul 18, 2025
@gthea gthea force-pushed the FME-7176-proxy-config-2 branch from 2d5ddc0 to babe568 Compare July 18, 2025 17:51
@gthea gthea marked this pull request as ready for review July 18, 2025 18:10
@gthea gthea requested a review from a team as a code owner July 18, 2025 18:10
Base automatically changed from FME-7176-proxy-config to FME-4353-proxy_baseline July 21, 2025 13:52
@@ -84,10 +90,14 @@ public Builder proxyCacert(@NonNull InputStream caCertStream) {
return this;
}

public Builder mtlsAuth(@NonNull InputStream certStream, @NonNull InputStream keyStream, @NonNull InputStream caCertStream) {
mClientCertStream = certStream;
public Builder mtlsAuth(@NonNull InputStream clientCertStream, @NonNull InputStream keyStream) {
Copy link
Contributor

Choose a reason for hiding this comment

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

mtlsAuth or mtls?

@gthea gthea merged commit 9f555f4 into FME-4353-proxy_baseline Jul 23, 2025
5 of 6 checks passed
@gthea gthea deleted the FME-7176-proxy-config-2 branch July 23, 2025 14:00
Copy link

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