Stanislav Spiridonov
Stanislav Spiridonov
PostgreSQL SSL does not work because Postgres SQL uses own negotiation protocol.
From https://github.com/lib/pq/issues/488 > The postgres protocol has its own plaintext handshake before the TLS connection is established, which renders SNI useless unless the proxy/whatever you're interested in knows how to...
I am using Traefik 2.0 on another end (with side STunnel application). DBeaver -> STunnel -> Traefik (k8s ingress) -> PostgreSQL (k8s service). Traefik 2.0 required native TLS SNI, because...
Even commercial support does not help to implement it (https://dbeaver.com/ticket/33877/).
I am using the stunnel only for routing: TLS + SNI + k8s ingress. It is the simplest case as described above.
I have exactly the same issue.
I think the solution may be very simple. Immutables already has an annotation to mask attributes from toString (redacted attributes). So 1. Change the auxiliary annotation to exclude the attributes...
BTW - https://github.com/gwt-plugins/gwt-eclipse-plugin/pull/404#issuecomment-1170792264
I think I have the same issue Just add ``` public static interface RestExceptionMapper extends ObjectMapper {} private static final RestExceptionMapper restExceptionMapper = GWT.create(RestExceptionMapper .class); ``` To my EntryPoint class...
And yes, the "-noincremental" option works as workaround.