Skip to content

Doesn't connect through proxy #44

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

Open
alexs77 opened this issue Dec 29, 2015 · 1 comment
Open

Doesn't connect through proxy #44

alexs77 opened this issue Dec 29, 2015 · 1 comment

Comments

@alexs77
Copy link

alexs77 commented Dec 29, 2015

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

@davesteele
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants