Is there a way to start qt webgl on a https connection ?
-
Hi,
I have a qml application that i start with webgl like this:
./qmlapplication -platform webgl:port=8080
When i connect to the webserver with my browser it opens a http connection, are there additional parameter to enable
an https conenction? I did not find additional information about this in the documentation.