Tag: tls

  • Thumbnail for DICOM testing over TLS

    DICOM testing over TLS

    I have two open-source projects to deploy a medical imaging application on different platforms. In both of them, I define DICOM validation scenario, and provide…

    Read
  • Thumbnail for Service Proxy – from Nginx to Envoy

    Service Proxy – from Nginx to Envoy

    Update (Nov 20, 2022): 1. Envoy’s configuration schema can be hard to get used to. It is lacking examples because the documentation is mostly generated.…

    Read
  • Thumbnail for From Ingress to CRD: why my solution needs Istio Gateways on Kubernetes platforms

    From Ingress to CRD: why my solution needs Istio Gateways on Kubernetes platforms

    Update: also read my other article here on the different generations of ingress technologies. In my Korthweb project I was researching for the best ingress…

    Read
  • Secure web application deployment

    In Nov 2020, I created OrthWeb project, a deployment of Orthanc’s server. Orthanc is a DICOM viewer and repo shipped in Docker container. In the…

    Read
  • Automatic deployment of Orthanc on AWS

    [Update] I changed reverse proxy from Nginx to Envoy. Here‘s the detail. [Update] Some security improvement was introduced in may 2021. Here‘s detail. [Update] Here’s…

    Read
  • SASL Authentication Mechanisms

    Introduction Authentication is used in many protocols (such as LDAP binding) and it usually involves sending password. Given the nature of authentication protocol, its traffic…

    Read