Re: Direct SSL connection and ALPN loose ends - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Direct SSL connection and ALPN loose ends
Date
Msg-id b139b3c2-0912-4e40-9458-71ce3516c427@iki.fi
Whole thread Raw
In response to Re: Direct SSL connection and ALPN loose ends  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 17/06/2024 21:33, Andres Freund wrote:
> If provided with the necessary key information, wireshark can decode TLS
> exchanges when using sslnegotiation=postgres but not with direct. Presumably
> it needs to be taught postgres' ALPN id or something.

I opened https://gitlab.com/wireshark/wireshark/-/merge_requests/16612 
to fix that in the wireshark pgsql protocol dissector.

-- 
Heikki Linnakangas
Neon (https://neon.tech)




pgsql-hackers by date:

Previous
From: Michał Kłeczek
Date:
Subject: Re: DRAFT: Pass sk_attno to consistent function
Next
From: Robert Haas
Date:
Subject: Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.