cloudprint-service icon indicating copy to clipboard operation
cloudprint-service copied to clipboard

Doesn't connect through proxy

Open alexs77 opened this issue 10 years ago • 1 comments

To connect to the internet (and thus to the Google services), we've got to use a proxy. I tried modifying the /lib/systemd/system/cloudprintd.service like this (ExecStart line):

[Unit]
Description=Google Cloud Print proxy service
After=cups.service

[Service]
ExecStart=/usr/bin/env HTTPS_PROXY=http://user:[email protected]:8080/ HTTP_PROXY=http://user:[email protected]:8080/ /usr/sbin/cloudprintd -a /var/lib/cloudprintd/authfile.json
Type=simple
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target

But it doesn't seem to use this "pr.o.xy".

alexs77 avatar Dec 29 '15 13:12 alexs77

This is an upstream issue.

Note that there are outstanding pull requests for proxy support there. Perhaps you could use that, or whip it into better shape?

davesteele avatar Dec 29 '15 18:12 davesteele