-module(https_server). -export([start/0]). start() -> io:format("Starting https server~n").