Https connection to rasa!

Hi guys! I have created a bot and uploaded it to AWS server. Now I’m trying to call for rasa response from my web application. Now it’s working for a http request and giving me back responses. But I want to make it secured and setup https. I created a domain name, added all certificates for SSL and put 5005 as a listen port with port 443. So how can i point my 5005 to reply! When I put the port for listen I get this error in console

That say: Already in use port (0.0.0.0.5005) OSerror

File “/home/ubuntu/.local/lib/python3.6/site-packages/gevent/server.py”, line 256,│ in _tcp_listener │ sock.bind(address) │ OSError: [Errno 98] Address already in use: (‘0.0.0.0’, 5000)

This seems to be a duplicate for this one How to enable HTTPS (SSL) on port 5005