So im trying to make this chatroom that uses websockets but it wont work if it is http cus it blocks it so i changed it to https and i dont think you can get the certificates for repls so im wondering if there is a way to get certificates or to just make the http version work by not getting the websocket stuff blocked
could it be your firewall blocking connections or something? All I know right now is that https might be being messed up or something by those unnecessary cert files so maybe just remove them and account for them in the rest of the project (like don’t just remove the variables just saying).