Re: [Qgis-user] Different Proxies for WMS

2020-09-03 Thread Christoph Jung
Of course, Lots of time our infrastructure is a problem, not only for QGIS 
usage. But changing it is not so easy (more because of the involved people than 
because of the technical issues ^^). But nevertheless thank you all for your 
answers. 

 Christoph

> Am 03.09.2020 um 17:09 schrieb Charles Dixon-Paver :
> 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Different Proxies for WMS

2020-09-03 Thread Christoph Jung
Thank you for your answer, I suspected it ^^

> Am 03.09.2020 um 16:41 schrieb Andreas Neumann :
> 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Different Proxies for WMS

2020-09-03 Thread Richard Duivenvoorde
On 9/3/20 4:33 PM, Christoph Jung wrote:
> Hello everyone,
> 
> The internet traffic in my organisation is behind a proxy. I inserted this 
> proxy into the QGIS settings to get access to WMS outside of our 
> organisation. This works fine. But we have an additional it infrastructure 
> inside our organisation beside that one, where the users are working with 
> QGIS. Services from the second infrastructure have to be used with a second 
> proxy. Is it possible to tell QGIS, that a WMS has to be requested with 
> another proxy than the proxy provided in the QGIS settings? Or do I have to 
> change the proxy in the network settings Manually?

Hi Christoph,

I am working in different organisations with different (or without) proxies, 
and my solution to handle this, is to create a separate QGIS-profile for every 
IT-organisation. 

Drawback is that you have to install your plugins several times (in every 
profile), and also service and db connections you have to create twice. But 
once having done that you can even run the two profiles in parallel.

Another drawback is that you off course cannot mix those proxy-settings in one 
profile.

But in this way I handle 3 different IT-organisations.

Regards,

Richard Duivenvoorde

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Different Proxies for WMS

2020-09-03 Thread Charles Dixon-Paver
+1 for flagging this as an IT infrastructure issue and also for
recommending a workaround which runs a local proxy server that can redirect
traffic as needed. Just want to note as well that you should be able to run
a proxy service like privoxy easily on windows by running it inside a
docker container on your local machine.

On Thu, 3 Sep 2020 at 16:53, Greg Troxel  wrote:

>
> Christoph Jung  writes:
>
>
> > The internet traffic in my organisation is behind a proxy. I inserted
> > this proxy into the QGIS settings to get access to WMS outside of our
> > organisation. This works fine. But we have an additional it
> > infrastructure inside our organisation beside that one, where the
> > users are working with QGIS. Services from the second infrastructure
> > have to be used with a second proxy. Is it possible to tell QGIS, that
> > a WMS has to be requested with another proxy than the proxy provided
> > in the QGIS settings? Or do I have to change the proxy in the network
> > settings Manually?
>
> I would suggest installing privoxy, a web proxy that has a config
> language for routing various URLs to various places, configure that, and
> point QGIS to privoxy.   I know privoxy runs fine on POSIX systems.
>
>
> Really, your organization should provide something like squid that has
> these rules that can be a single proxy destination for users.  (I don't
> think each user program should have to have more than a single proxy
> config.)
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Different Proxies for WMS

2020-09-03 Thread Greg Troxel

Christoph Jung  writes:


> The internet traffic in my organisation is behind a proxy. I inserted
> this proxy into the QGIS settings to get access to WMS outside of our
> organisation. This works fine. But we have an additional it
> infrastructure inside our organisation beside that one, where the
> users are working with QGIS. Services from the second infrastructure
> have to be used with a second proxy. Is it possible to tell QGIS, that
> a WMS has to be requested with another proxy than the proxy provided
> in the QGIS settings? Or do I have to change the proxy in the network
> settings Manually?

I would suggest installing privoxy, a web proxy that has a config
language for routing various URLs to various places, configure that, and
point QGIS to privoxy.   I know privoxy runs fine on POSIX systems.


Really, your organization should provide something like squid that has
these rules that can be a single proxy destination for users.  (I don't
think each user program should have to have more than a single proxy
config.)


signature.asc
Description: PGP signature
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Different Proxies for WMS

2020-09-03 Thread Andreas Neumann
Hi Christoph, 


There are proxy exceptions. You can provide URLs that don't go through
the proxy - but there are no settings for URLs that need to go through a
second proxy. 

Sorry for not having a better answer. 

Andreas 


On 2020-09-03 16:33, Christoph Jung wrote:


Hello everyone,

The internet traffic in my organisation is behind a proxy. I inserted this 
proxy into the QGIS settings to get access to WMS outside of our organisation. 
This works fine. But we have an additional it infrastructure inside our 
organisation beside that one, where the users are working with QGIS. Services 
from the second infrastructure have to be used with a second proxy. Is it 
possible to tell QGIS, that a WMS has to be requested with another proxy than 
the proxy provided in the QGIS settings? Or do I have to change the proxy in 
the network settings Manually?

Sincerely,
Christoph
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Different Proxies for WMS

2020-09-03 Thread Christoph Jung
Hello everyone,

The internet traffic in my organisation is behind a proxy. I inserted this 
proxy into the QGIS settings to get access to WMS outside of our organisation. 
This works fine. But we have an additional it infrastructure inside our 
organisation beside that one, where the users are working with QGIS. Services 
from the second infrastructure have to be used with a second proxy. Is it 
possible to tell QGIS, that a WMS has to be requested with another proxy than 
the proxy provided in the QGIS settings? Or do I have to change the proxy in 
the network settings Manually?

Sincerely,
Christoph
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user