google-nomulus/java/google/registry/proxy/handler
jianglai 0065e52d84 Log remote IP when EPP SSL handshake fails
This makes it easy to debug issues when registrars cannot finish SSL
handshake. There's no privacy concerns because we keep a record of the
registrars' IP address in our whitelist anyway.

The remote address attribute it set by the ProxyProtocolHandler, which runs before anything is done. The GCLP added the protocol header at the beginning of a stream, so we know that by the time handshake is finished (successful or not), this key must be set.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=209169683
2018-08-20 14:23:40 -04:00
..
BackendMetricsHandler.java Remove some unnecessary loggings from the proxy 2018-08-20 14:12:44 -04:00
EppServiceHandler.java Log remote IP when EPP SSL handshake fails 2018-08-20 14:23:40 -04:00
HealthCheckHandler.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayServiceHandler.java Improve logs in the GCP proxy 2018-08-20 13:58:30 -04:00
ProxyProtocolHandler.java Refine logs in the proxy 2018-08-10 13:46:48 -04:00
QuotaHandler.java Fix WHOIS issues 2018-08-20 14:00:08 -04:00
RelayHandler.java Log all exceptions thrown at the end of the pipeline 2018-08-20 14:20:32 -04:00
SslClientInitializer.java Refine tests in GCP proxy 2018-08-10 13:46:48 -04:00
SslServerInitializer.java Cache server certificates for up to 30 min 2018-08-10 13:46:48 -04:00
WebWhoisRedirectHandler.java Fix WHOIS issues 2018-08-20 14:00:08 -04:00
WhoisServiceHandler.java Automatic reconnect to GAE when the connection is dropped 2018-08-10 13:46:48 -04:00