Listen to HTTPS Requests Using Socket Module

Hello World!

I’m making a game in which I want to open a socket that listen to Https requests. Right now I’m able to listen to simple http requests, but when I switch to https, the socket is reached, but the incoming data di blank.

Does anybody know how to fix this?