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

Access issues template #3895

Merged
merged 8 commits into from
May 7, 2018
Merged

Access issues template #3895

merged 8 commits into from
May 7, 2018

Conversation

ewdurbin
Copy link
Member

@ewdurbin ewdurbin commented May 4, 2018

Followup from #3885, If users are having network access issues, it is critically helpful to have any/all of this up front.

Copy link
Contributor

@jamadden jamadden left a 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.
Copy link
Contributor

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.
Copy link
Contributor

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

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.)

@ewdurbin
Copy link
Member Author

ewdurbin commented May 4, 2018

@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
Copy link
Member

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.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call.

@ewdurbin ewdurbin merged commit 5d7574e into master May 7, 2018
@ewdurbin ewdurbin deleted the access_issues_template branch May 7, 2018 16:13
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

Successfully merging this pull request may close these issues.

3 participants