Tag Archives: ssl

Compile OpenSSL from source on old Ubuntu

Hello, If your version of Ubuntu is no longer supported you should update… But in the meantime you could fix the broken or insecure packages on this way… Note: Before continue check if you can get from a trusty source … Continue reading

Posted in Linux, Medium Technical, Security | Tagged , , , , , , , , , | Comments Off on Compile OpenSSL from source on old Ubuntu

Remove SSL Cert IIS

Hello, If you are trying to delete some expired or old certificate from your computer/server and even after doing that (on IE) is still showing some where, that means that is on your server cert store, so you must kill … Continue reading

Posted in Highly Technical, Learned Today | Tagged , , , , | Comments Off on Remove SSL Cert IIS

Strict-Transport-Security

Hello, A very nice way to force HTTPS on all the pages of your site is adding the following header to the server responses on your site: Strict-Transport-Security=max-age=31536000; So after that if some user access some page of your site … Continue reading

Posted in Learned Today, Medium Technical | Tagged , , , , , | Comments Off on Strict-Transport-Security