Inside of the Vaadin generated html page I see the following line:
"contextRootUrl":"./","heartbeatInterval":300,"maxMessageSuspendTimeout":5000,"v-uiId":3,"requestURL":"http://examplecom/","productionMode":true,"appId":"ROOT-2521314","
I'm interested in the following part:
"requestURL":"http://example.com/"
Is it possible somehow to change the requestUrl
from HTTP
to HTTPS
?