-
Notifications
You must be signed in to change notification settings - Fork 981
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
Access issues template #3895
Access issues template #3895
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I found one minor typo and I had two other very minor comments.
about your browser, public IP, and location. | ||
|
||
We'll remove this output from the issue before closing, but do not feel | ||
comfortable making it requried for all users. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requried -> required
If you have a browser that reproduces your access issue, go to | ||
https://fastly-debug.com, when the page has loaded copy and paste the | ||
base64 encoded blob at the top of the page into the box below, and | ||
uncomment this section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I was following along with the instructions on the issue yesterday, I found that I had to disable all my browser's ad-blockers and privacy protectors to get the scripts there to run. I don't know if that's worth mentioning.
--> | ||
|
||
```shell | ||
dig pypi.org A |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth mentioning what dig is and how to get it (like is done for traceroute below), or is that pretty standard on modern *ix-like OSs? (It is installed by default on macOS 10.13 as is host
.)
@jamadden thank you for the swift review, I've touched on all of the notes. |
#### IPv4 | ||
|
||
```shell | ||
openssl s_client -4 -connect pypi.org:443 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least for me, these commands will hang waiting for a command to be input, which might be confusing. Something like echo -n | openssl s_client -4 -connect pypi.org:443
might be better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call.
Followup from #3885, If users are having network access issues, it is critically helpful to have any/all of this up front.