View Single Post
  #2  
Old 12-20-2012, 10:51 AM
foxyfred foxyfred is offline
Member
 
Join Date: Jul 2011
Posts: 11
OK, managed to fix this by manually editing the Litespeed listener configuration. I used the ciphers recommended for fixing the BEAST vulnerability in Apache:

Code:
<listener>
<!-- ... -->
      <ciphers>ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM:!SSLV2:!eNULL</ciphers>
</listener>
The web interface seems useless in this case. Hope this helps someone figure this out in the future!
Reply With Quote