Thank You Donald and Yes you were correct and your initial statement did fixed it but had to change the disable statement of TLS1.1 to TLS11 and it was somehow interpreting it as TLS12. So here's our latest statements and which works now: ServerName xxxxxx.xxxx.xxx.xx SSLProtocolEnable TLSv12 SSLProtocolDisable TLSv11 <== changed it to TLSv11 instead of TLSv1.1 SSLProtocolDisable TLSv10 SSLProtocolDisable SSLv2 SSLProtocolDisable SSLv3 SSLEnable
Thank you again, Jasi. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
