I need to make my website secure in order to use webRTC (Real Time Comms) rob 5 years ago updated 5 years ago Answered I am developing a web app which requires audio from the user's mic. I think I have changed the website so that it is https://, but I still get the error from my JavaScript code that a request returns undefined.I have been told (Stack Overflow) that a check revealed (using window.isSecureContext possibly) it is not secure.So how do I make it "secure" please?