Citrix Netscaler – ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Don’t get lost down this rabbit hole : https://support.citrix.com/article/CTX207466/error-errsslversionorciphermismatch-when-connecting-to-netscaler-gateway-using-chrome To disable TLS 1.0 and TLS 1.1 on NSIP by using the GUINavigate to Traffic Management > Load Balancing > […]

ASP.NET C# project to send e-mail via Office 365 starts firing net_io_connectionclosed

System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed. at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine) at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine) at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller) […]

Mimecast TLS Settings

The receiving party needed details to enable TLS enforcement Mimecast TLS CA CN = DigiCert TLS RSA SHA256 2020 CA1O = DigiCert IncC = USCipher Strength : 256Certificate Key […]

Java + TLS1.0/TLS1.1

Heads up that TLS1.1 and TLS1.0 are explicitly disabled in the latest version of Oracle JRE/JDK. You would think you can just go and re-enable them here but […]