Re: [QGIS-Developer] QGIS Server - SSL handshake failed for cascading WMS

2018-06-03 Thread Anne Blankert
I confirm that this procedure works. Thanks! 2018-06-01 14:05 GMT+02:00 René-Luc Dhont : > Hi all, > > To fix this issue, you have to add HOME environmental variable to a > directory in which the directory .qgis2 is writable for the user used by > QGIS Server, with Apache2, it's www-data. > >

Re: [QGIS-Developer] QGIS Server - SSL handshake failed for cascading WMS

2018-06-01 Thread René-Luc Dhont
Hi all, To fix this issue, you have to add HOME environmental variable to a directory in which the directory .qgis2 is writable for the user used by QGIS Server, with Apache2, it's www-data. For exemple, do these commands: ``` mkdir /srv/qgis/.qgis2 chown www-data:www-data /srv/qgis/.qgis2

Re: [QGIS-Developer] QGIS Server - SSL handshake failed for cascading WMS

2018-05-14 Thread Anne Blankert
Hello Régis, I did not yet try QGIS server 3.0 on Ubuntu yet (not clear to me how to install it, will look at it again). Thanks for pointing me to the problem described on https://issues.qgis.org/ issues/18634, however, it seems to be different from the SSL handshake problem: their server was

Re: [QGIS-Developer] QGIS Server - SSL handshake failed for cascading WMS

2018-05-14 Thread Alessandro Pasotti
And this: https://issues.qgis.org/issues/17951 and this too: https://issues.qgis.org/issues/16462 On Mon, May 14, 2018 at 4:58 PM, Régis Haubourg wrote: > Hi Anne, > did you test QGIS 3.0 also? > Could you create an issue in issue.qgis.org tracker? > > I found

Re: [QGIS-Developer] QGIS Server - SSL handshake failed for cascading WMS

2018-05-14 Thread Régis Haubourg
Hi Anne, did you test QGIS 3.0 also? Could you create an issue in issue.qgis.org tracker? I found that one, that seemed related https://issues.qgis.org/issues/18634 Regards, Régis 2018-05-14 16:25 GMT+02:00 Anne Blankert : > Hello List, > > This question was already

[QGIS-Developer] QGIS Server - SSL handshake failed for cascading WMS

2018-05-14 Thread Anne Blankert
Hello List, This question was already asked in Jan 2017, but no solution was posted. http://osgeo-org.1560.x6.nabble.com/QGIS-Server-SSL-handshake-failed-for- cascading-WMS-td5305094.html The problem: if QGIS uses an HTTPS (SSL) WMS service, the WMS works nicely in QGIS desktop. However, if you

Re: [Qgis-developer] QGIS Server - SSL handshake failed for cascading WMS

2017-01-31 Thread Neumann, Andreas
Hi Larry, Thank you for your reply! It is actually a chain with an intermediate CA. So maybe I just hit the issue you also discovered? It is about this URL/certificate: https://services.geo.zg.ch/ Root CA: SwissSign Silver G2 Root CA Intermediate CA: Swiss Sign Silver CA 2014 - G22 SSL

Re: [Qgis-developer] QGIS Server - SSL handshake failed for cascading WMS

2017-01-27 Thread Larry Shaffer
Hi Andreas, On Fri, Jan 27, 2017 at 8:48 AM, Neumann, Andreas wrote: > Some more information on my server: > > Linux CentOS7 > > qt 4.8.5 > > The server only allows tls connections, no SSLv2/3 or such vulnerable > stuff. Perhaps qt is too old to properly support tls

Re: [Qgis-developer] QGIS Server - SSL handshake failed for cascading WMS

2017-01-27 Thread G. Allegri
Network management of QGIS Server is definetely week. We alse faced this issue and I thought to bypass it setting a proxy... but it isn't possibile to set a proxy for QGIS Server to use (as you can do in QGIS). So neither SSL nor a proxy can be configured. I suggest to add this to the ongoing

[Qgis-developer] QGIS Server - SSL handshake failed for cascading WMS

2017-01-27 Thread Neumann, Andreas
Hi, I want to use a cascading WMS in QGIS server. I know it is not ideal, perfomance wise, but it would be only for printing. Problem is that the WMS uses https and QGIS server can't connect. The QGIS server log shows a connect error: Download of capabilities failed: SSL handshake failed