Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When i run this code it disabled my port 443 #6

Open
gbdavidx opened this issue May 20, 2022 · 1 comment
Open

When i run this code it disabled my port 443 #6

gbdavidx opened this issue May 20, 2022 · 1 comment

Comments

@gbdavidx
Copy link

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
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant