pgesmd_self_access icon indicating copy to clipboard operation
pgesmd_self_access copied to clipboard

When i run this code it disabled my port 443

Open gbdavidx opened this issue 3 years ago • 1 comments

when i run the code and check if port 443 is running, it says its closed, it i restart my server its open again until i run the program itll close the port immediately

from my short research it looks like SO_REUSEADDR needs to be implemented, but im not sure how https://docs.python.org/3/library/socket.html

gbdavidx avatar May 20 '22 22:05 gbdavidx

i think i fixed it!! Screen Shot 2022-05-30 at 2 26 30 PM

the allow_reuse_address = true needed to be aded before the function, now my port stays open!

gbdavidx avatar May 30 '22 21:05 gbdavidx