Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b81d47a
docs: Explain corp vpn and proxy, fixes #7048
rfay Mar 10, 2025
e06b173
Add proxy section
rfay Mar 10, 2025
fdfbae4
Add DNS solutions
rfay Mar 10, 2025
3b43ca1
Pacify linter
rfay Mar 10, 2025
5dd5583
Add more about removing name line
rfay Mar 10, 2025
e0b5cab
fix typo
rfay Mar 10, 2025
4f6ce1e
@tyler36 suggestions, thanks!
rfay Mar 10, 2025
090ca42
@stasadev suggestions, thanks
rfay Mar 10, 2025
69a94f9
Add Global Protect mention
rfay Mar 14, 2025
4d2aa72
incomplete, working [skip ci]
rfay Apr 7, 2025
aeac437
Prompted improved instructions using ChatGPT [skip ci]
rfay Apr 7, 2025
2733c47
Add network test environments, assisted by chatGPT
rfay Apr 7, 2025
fc6b3a2
More test instructions, aided by chatgpt
rfay Apr 8, 2025
5176058
Various edits [skip buildkite]
rfay Apr 8, 2025
f03c0be
More edits, remove ddev-proxy-support [skip buildkite]
rfay Apr 9, 2025
a5eeb57
Windows trusted cert [skip buildkite]
rfay Apr 9, 2025
87f1a71
Add external resources [skip buildkite]
rfay Apr 9, 2025
68575f5
Update test environments [skip buildkite]
rfay Apr 9, 2025
af4eeaf
apply chatGPT suggestions [skip buildkite]
rfay Apr 9, 2025
2b27932
add section about .cer and .pem files, aided by chatgpt [skip buildkite]
rfay Apr 9, 2025
f41f81a
testbed setup for crt file [skip buildkite]
rfay Apr 9, 2025
c8861a5
More minor edits from chatgpt [skip buildkite]
rfay Apr 9, 2025
eeb4d98
Minor edits
rfay Apr 9, 2025
78dab51
Add small boost back in
rfay Apr 9, 2025
c1b7d50
Another review of test environments [skip buildkite]
rfay Apr 9, 2025
0468d7d
pacify linter [skip buildkite]
rfay Apr 9, 2025
06ffc32
add note that this is not typical [skip buildkite]
rfay Apr 9, 2025
d80ab22
spellcheck fixes [skip buildkite]
rfay Apr 9, 2025
643e04b
pacify markdownlint [skip buildkite]
rfay Apr 9, 2025
f958431
@stasadev suggestions, thanks
rfay Apr 9, 2025
dc03a49
Use less headings in network lab page [skip buildkite]
rfay Apr 9, 2025
47e1f9c
Call off textlint on Internet [skip buildkite]
rfay Apr 9, 2025
60e094e
Add note about checking with IT [skip buildkite]
rfay Apr 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add note that this is not typical [skip buildkite]
  • Loading branch information
rfay committed Apr 9, 2025
commit 06ffc32dc217f00a7fde25bc95516039d01f30d3
3 changes: 3 additions & 0 deletions docs/content/users/usage/networking.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Special Network Configurations

!!!tip "The networking configurations described here are not typical"
Don't spend time with this page unless you know you have a global TLS trust or proxy configuration issue.

There are a few networking situations which occasionally cause trouble for some users, especially in corporate environments. These typically fall into two categories:

1. **TLS interception** (e.g., Zscaler, GlobalProtect) causes SSL verification errors in `docker pull` or inside containers.
Expand Down