diff --git a/fusarium/templates/fusarium/oat_flowering.html b/fusarium/templates/fusarium/oat_flowering.html
index 2777650fb209df50c4c668b6abb3f9a324ef1954..517eb8e8b61958b21e50e2cfb1d56b8c5ef09b95 100755
--- a/fusarium/templates/fusarium/oat_flowering.html
+++ b/fusarium/templates/fusarium/oat_flowering.html
@@ -30,7 +30,7 @@
 	
 	var weatherStations = [];
 	$(document).ready(function() {
-		$.getJSON("http://lmt.nibio.no/agrometbase/export/getNormalDataStationsJSON.php", function( json ) {
+		$.getJSON("https://lmt.nibio.no/agrometbase/export/getNormalDataStationsJSON.php", function( json ) {
 			weatherStations = json;
 			var formApp = new oatForm({
 		  		target:"oatFloweringModelForm",