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

FCM push through a proxy #1182

Open
chibenwa opened this issue Sep 16, 2024 · 0 comments
Open

FCM push through a proxy #1182

chibenwa opened this issue Sep 16, 2024 · 0 comments
Labels
customer documentation Improvements or additions to documentation enhancement New feature or request

Comments

@chibenwa
Copy link
Member

What

In security constrained environment direct HTTP requests to the outside may be forbidden and HTTP calls may need to be proxied, which includes FCM calls done by the backend.

Thus we wishes to proxy Tmail backend calls through a proxy...

How

FCM driver allows for such options

In JVM properties this seems enough:

# com.google.api.client.http.javanet.NetHttpTransport L 82
com.google.api.client.should_use_proxy=true
# com.google.api.client.http.javanet.NetHttpTransport::defaultProxy
https.proxyHost=192.168.12.45
https.proxyPort=443

If needed use it.

Can be documented to ease future use?

@chibenwa chibenwa added documentation Improvements or additions to documentation enhancement New feature or request customer labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant