tls: stop sending ssl_renegotiation_limit in startup message#476
tls: stop sending ssl_renegotiation_limit in startup message#476jackc merged 1 commit intojackc:masterfrom
Conversation
|
As expressed in |
ad95b87 to
36ab648
Compare
This addresses jackc#321 with the fix @jackc proposed there. Redshift users that need to connect w/ SSL currently fork the library to delete this parameter, e.g. segmentio@8e0028d And, that's annoying to keep up-to-date :)
36ab648 to
e2010c8
Compare
|
Thanks. I agree it is reasonable to make this change in a minor release. It's really hard to imagine a case where it would cause breakage. |
|
@jackc Thanks for merging this. Would you please publish a |
|
Okay, I released v3.3.0. |
|
Appreciate it |
This addresses #321 with the
fix @jackc proposed there--
Redshift users that need to connect
w/ SSL currently fork the library to delete this parameter, e.g.
segmentio@8e0028d
And, that's annoying to keep up-to-date :)