Skip to content
Discussion options

You must be logged in to vote

Had the same issue, finally fixed it by disabling HTTP/2 in granian. I have my own startup-scripts without docker, so I don't now exactly where you would change it in your case, but this works for me:

granian 
      --host 141.14.19.4 # granian does not allow names... wtf ? DNS for paperless.molgen.mpg.de and certs
      --port 8443
      --ssl-certificate /home/paperless/certs/fullchain.pem
      --ssl-keyfile /home/paperless/certs/privkey.pem
      --workers 1
      --interface asginl
      --pid-file "/dev/shm/safetypr/2.16.3/granian.pid"
      --ws
      --loop uvloop
      --access-log
      --workers-kill-timeout 1
      --http 1
     paperless.asgi:application

and paperless.conf h…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@stevie6969
Comment options

@stumpylog
Comment options

@stevie6969
Comment options

Comment options

You must be logged in to vote
2 replies
@stevie6969
Comment options

@stevie6969
Comment options

Answer selected by stevie6969
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants