Configuring HTTPS and HTTP/2 Support in RoadRunner
Overview
RoadRunner provides built-in support for HTTPS and HTTP/2 protocols. This guide explains how to configure secure connections and leverage advanced HTTP features.
HTTPS Configuration
Enable HTTPS by adding the ssl section within the http configuration block:
http:
# Server binding address
address: 127.0.0.1:8080
ssl:
# HTTPS ...
Posted on Sun, 26 Jul 2026 16:38:45 +0000 by Magestic