Commit 830d0a56 authored by Łukasz Nowak's avatar Łukasz Nowak

software/seleniumserver: Follow upgrade to caddy 1.0.0

The host needs a name in order to have self_signed certificate generated.
parent 946f16f7
......@@ -19,4 +19,4 @@ md5sum = c4ac5de141ae6a64848309af03e51d88
[template-selenium]
filename = instance-selenium.cfg.in
md5sum = fe248a36cd1908fb04b2cbb334c878ff
md5sum = c9cf5c2acae4d03423de3d1acf773497
......@@ -117,7 +117,7 @@ rendered = $${directory:etc}/$${:_buildout_section_name_}
# Catch-all simple frontend, as it can serve on different interface then accessed one, by
# using "*" as hostname
template = inline:
https://*:$${:port} {
https://[$${:ip}]:$${:port} {
bind $${:ip}
tls self_signed # TODO
proxy / $${selenium-server-hub-instance:base-url} {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment