ssl

Terminating SSL on an Alibaba Cloud SLB with Kubernetes

10 March 2021- 3 mins read

SSL termination, sometimes so easy, sometimes so hard… If you ended up reading this article you probably are in the second group. Welcome to the brotherhood, mate.

Reverse proxy with Caddy on WordPress with SSL & Docker

05 October 2017- 3 mins read

WordPress uses the is_ssl() function to determine if SSL is being used in the server. In order to do this, it uses $_SERVER['HTTPS'] and $_SERVER['SERVER_PORT'] to check if they are set. The proble...