Even,
Thanks for your reply.
I understand the need for certificates but using certificates for a server
that doesn't require it makes it hard to access that server.
If I need to explain to my users to follow Tamas his blogspot to access the
server of their choice they go crazy.
I've tried your su
Paul,
as Tamas suggested, I'd *strongly* encourage you to study
http://szekerest.blogspot.com/2010/12/daily-built-binary-packages-for.html ,
particularly section 4.
The error you get is a sign that the certificate isn't recognized by curl and
the fact you need the -k flag of curl.exe just instruc
Thanks Jeff,
But curl isn't the problem. Using the produced curl.exe I can use https.
It's just gdal/ogr who doesn't allow it.
Tamas suggested setting UNSAFESSL but I haven't figured it out how to do
that.
I'm also wondering if the problems I have with the WFS driver relate to the
problems the W
On 11-05-19 2:32 PM, Even Rouault wrote:
Le jeudi 19 mai 2011 10:22:08, Paul Meems a écrit :
Hi List,
I'm still working on Win7 with VS2008 and I try to add libcurl to GDAL so
we can use the new WFS driver.
Two days ago I already succeeded in compile just libcurl and add it to
GDAL. But then th
Hi Paul,
You may have to set up a certificate file (containing the trusted domains)
to make curl + SSL work properly. I've already wrote a blogpost about this
at:
http://szekerest.blogspot.com/2010/12/daily-built-binary-packages-for.html
Hope that helps,
Tamas
2011/5/20 Paul Meems
> Thanks
Thanks Even,
I've been mailing with Tamas already.
I want to build GDAL myself because we want to add additional libraries as
libKML, SpatiaLite and PostGIS.
When I do curl.exe -V I get
curl 7.21.6 (i386-pc-win32) libcurl/7.21.6 OpenSSL/1.0.0d libssh2/1.2.8
Protocols: dict file ftp ftps gopher ht
Le jeudi 19 mai 2011 10:22:08, Paul Meems a écrit :
> Hi List,
>
> I'm still working on Win7 with VS2008 and I try to add libcurl to GDAL so
> we can use the new WFS driver.
> Two days ago I already succeeded in compile just libcurl and add it to
> GDAL. But then the WFS driver doesn't work with h
Hi List,
I'm still working on Win7 with VS2008 and I try to add libcurl to GDAL so we
can use the new WFS driver.
Two days ago I already succeeded in compile just libcurl and add it to GDAL.
But then the WFS driver doesn't work with https links.
So yesterday I've been trying for almost 10 hours t