rustls / tokio-rustls

Async TLS for the Tokio runtime
Apache License 2.0
125 stars 70 forks source link

Error: badRecordMac #46

Closed peyman1992 closed 8 months ago

peyman1992 commented 8 months ago

Hello After a few poll_write I get a badRecordMac alert message in poll_read from server side This error only happens on the Apple platform and the program works correctly on Windows

djc commented 8 months ago

Do you have a minimal reproduction example and/or a packet capture?

djc commented 8 months ago

Please don't file the same issue against multiple repos. Going to close this in favor of https://github.com/rustls/rustls/issues/1836.