Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit bbcc1d8

Browse files
committed
Add "tips" section to readme, bump local python version to 3.8
1 parent 67281d6 commit bbcc1d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.3
1+
3.8.1

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,9 @@ $ pip install -r requirements.txt
124124
# this just makes the library available for import, don't typically do it :D
125125
$ PYTHONPATH=".." python github.py
126126
```
127+
128+
# Tips
129+
130+
## Incorrect URL scheme (missing `https`)
131+
132+
For `aiohttp`'s URL resolution feature to work with SSL, be sure to use [`aiohttp-remotes`](https://aiohttp-remotes.readthedocs.io/en/stable/). This will ensure that if you are serving your aiohttp application behind any termination point for TLS that aiohttp is still aware via the various forwarding headers that traefik/nginx/etc should set.

0 commit comments

Comments
 (0)