Search results

  1. J

    [Resolved] New Release Available displays old version

    Yuppers! That did it. Thank you.
  2. J

    [Resolved] New Release Available displays old version

    This is an old but, nagging nuisance. Since around 4.2.12 the "New Release Available" link has been stuck on that version even though I'm currently using 4.2.19. I suspect its hard coded or some tmp file isn't flushing properly somewhere. The 4.2.12 version has been removed in fact. Its also...
  3. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    BINGO!! :) First try after creating a new context using the URI of "/" its working! Thank you so much!! I'd suggest adding this type of example to the docs for others. You guys do rock!
  4. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    I've been trying a similar curl test as well to verify, plus the ssllabs. It seems no values will take in extraheaders for me right now. All of these lines are currently configured and there is no result with curl: curl -s -D- https://192.168.1.1 | grep Strict Strict-Transport-Security...
  5. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    thanks, but no love yet. I did re-install and I notice a small delta in the tarball file sizes on 4.2.12 but to no effect. Two things perhaps unless you can help rule them out. This vmhost is using a legacy php binary compiled using litespeed of 5.3.28 and this instance is running on...
  6. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    OK, I'm stuck on this. Perhaps its bugged in part, but the response above leads me to think it can work if properly configured. So what I'm trying to do here is get this feature enabled on an established VM which already uses TLS. First I tried to add the parameter above to the Extra Headers...
  7. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    Yeah still no dice. Basically every attempt is failing to pass over at https://www.ssllabs.com/ssltest/analyze.htm for the HSTS test. btw: I was attempting to implement this only on the cgi type, not the statics or was that my mistake? This is somewhat off topic, but will you be updating the...
  8. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    Running the latest version of std on freebsd 10 with mainly dynamic php, joomla.
  9. J

    [solved] HTTP Strict Transport Security (HSTS) Support

    x2 this should be added as a feature. So what exactly is the proper syntax for this? I see the extraheaders option under the VM context tab. This is the value which I've been fiddling with and so far no luck: Strict-Transport-Security: max-age=31536000; includeSubDomains
  10. J

    OpenSSL CVE-2014-0160

    Thank you!! Installed and testing now.
  11. J

    OpenSSL CVE-2014-0160

    bump x2 Please don't leave us hanging here!
  12. J

    OpenSSL CVE-2014-0160

    bump
  13. J

    OpenSSL CVE-2014-0160

    Please check the lsws-4.2.9-std-i386-freebsd6.tar.gz download.The lshttpd.4.2.9 binary appears to be missing. kinda need it ;)
  14. J

    tls 1.1 and tls 1.2

    That worked! Thank you. :) Happy freebsd user again. although why I''m on freebsd don't ask.
  15. J

    tls 1.1 and tls 1.2

    I'll give it a shot.... dare I ask why it was just added when it also listed in the release notes? ;)
  16. J

    tls 1.1 and tls 1.2

    Today I d/l'd 4.2.7 standard and I'm trying to enable TLSv1.1 & TLSv1.2. So far regardless of the configuration items checked on, I cant verify its working. This is running on a Freebsd 9.2 platform. Locally oppenssl is 9.8y but based on the announcement for 4.2.7 its built in isn't it? Is...
  17. J

    Freebsd 8.2

    Not sure if this is ideal, but it seems to have worked: pkg_add compat4x pkg_add compat5x pkg_info now shows compat4x-i386-5.3_9 A convenience package to install the compat4x libraries compat5x-amd64-5.4.0.8.1_1 A convenience package to install the compat5x libraries and the server...
  18. J

    Freebsd 8.2

    Thanks for a quick response! Here's the output: www2# ldd -a /usr/local/lsws/bin/lshttpd.4.0.20 /usr/local/lsws/bin/lshttpd.4.0.20: libcrypt.so.2 => not found (0x0) libm.so.2 => not found (0x0) libc.so.4 => not found (0x0) I've tried adding/removing several...
  19. J

    Freebsd 8.2

    I know from reading the forum this is probably too new, but I want to move forward with a supported OS. freebsd 8.2 generic amd64 I've installed the lib32 compatible libraries which got me by the first error message. Now installation ends with this error: /usr/libexec/ld-elf.so.1...
  20. J

    Default vhost file ownership?

    Over the years my installation has drifted from the stock installation. Lately a number of vhosts have been copied back and forth, and now the web console won't affect them, although litespeed still servers them up. I believe its a file ownership issue. What is the default file...
Top