Use HTTPS in fetchurl test

HTTPS is standard today and HTTP the exception.
This commit is contained in:
Christian Helmuth 2020-03-18 15:03:38 +01:00 committed by Norman Feske
parent 7d2eb71094
commit 32753c3f69
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ install_config {
<dir name="socket"> <} [socket_fs_plugin] { dhcp="yes"/> </dir>
</vfs>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" socket="/socket"/>
<fetch url="http://genode.org/about/LICENSE" path="/dev/log" retry="3"/>
<fetch url="https://genode.org/about/LICENSE" path="/dev/log" retry="3"/>
</config>
</start>
</config>