diff --git a/fhem/FHEM/98_update.pm b/fhem/FHEM/98_update.pm index 8447784bc..0398c941b 100644 --- a/fhem/FHEM/98_update.pm +++ b/fhem/FHEM/98_update.pm @@ -106,7 +106,7 @@ upd_metainit($) Log 1, $msg; return $msg; } - print FH "http://fhem.de/fhemupdate/controls_fhem.txt\n"; + print FH "https://fhem.de/fhemupdate/controls_fhem.txt\n"; close(FH); } return undef;