Hello,
Not sure if this is the right place, but I am really stumped here.
I am hosting an experiment on a server modified from https://github.com/addrummond/ibex.
This experiment will use images and other files that need to be hosted along with the experiment. I have GET requests working, but only over http://[ip]:3000. In order to load the files into a pcibex experiement, I am under the impression it needs to be https. I was able to get a domain and get http://www.domain.ext:3000 working. But I can’t seem to get ssl working.
Has anyone had any luck doing this?
I tried adding in a line at the end of the server.py file to httpd = ssl.wrap_socket(…), which doesn’t throw any errors, but the webpage won’t load at all then.
-
This topic was modified 3 years, 4 months ago by Jeremy. Reason: moved to support