• Resolved sasserp01

    (@sasserp01)


    Can anyone tell me why the HTST service was deprecated? I was utilizing it, but it is no longer available.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Plamen M

    (@plamenm)

    Hello @sasserp01 ,

    The service is actually abbreviated HSTS (HTTP Strict Transport Security). We removed it from the plugin because it may cause the website to be inaccessible, if it is active and the site’s SSL certificate has expired. We received such reports from customers.

    On the other hand, you can enable this service by adding such a header line in your .htaccess file:

    <IfModule mod_headers.c>
        Header always set Strict-Transport-Security "max-age=31536000"
    </IfModule>

    Best regards,
    Plamen.M
    Tech Support Team
    SiteGround.com

    Thread Starter sasserp01

    (@sasserp01)

    Thanks for the info. Much appreciated! Also just FYI in the change log for this plugin on VERSION 1.2.5 it does say “HTST service deprecated”

    Anyway thanks much for the help.

    Have a great day,
    patrick

    Plugin Support Plamen M

    (@plamenm)

    You are most welcome, Patrick. I noticed the text in the changelog and this is already reported to the plugon developers.

    Best regards,
    Plamen.M
    Tech Support Team
    SiteGround.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTST service deprecated’ is closed to new replies.