1.Setting up a Secure Cascading WMS on MapServer at geographika
**
[…] site installed in a C:ms4w64 folder. It also assumes MapServer has
been configured with SSL as detailed in another post. In this example I
use IIS and Windows Server […]
I tried your dll! It works but only for web pages with no special
encoding. If you have a page with curl_easy_setopt(cUrl,
CURLOPT_ENCODING, “gzip”); it only returns junk! Is zlib included /
linked? Could you please upload a dll with zlib included?
at haxx there are only binary files for windows x64 (curl.exe) but I
need a dll for my app. I can complile a x64 lib to include in my project
and to satisfy the compiler but the dll compiled with this lib has no
sll and no zlib. So when accessing SSL or compressed pages, I only get
encypred data. For the 32bit version I only have to replace the
libcurl.dll and so I intend to do with the 64bit version, too.
Comments¶
1. Setting up a Secure Cascading WMS on MapServer at geographika **
[…] site installed in a C:ms4w64 folder. It also assumes MapServer has been configured with SSL as detailed in another post. In this example I use IIS and Windows Server […]
Reply2. Mei **
site..? | really need to download it, thanks..
Reply3. geographika **
Hi - I’ve put the x64 DLL at http://bitbucket.org/geographika/mapserver-scripts/src/tip/cURL/
Reply4. Tobias **
encoding. If you have a page with curl_easy_setopt(cUrl, CURLOPT_ENCODING, “gzip”); it only returns junk! Is zlib included / linked? Could you please upload a dll with zlib included?
Thanks
Reply5. geographika **
Hi Tobias,
It appears there is now a compiled version of cURL with (and without) SSL available on the download page at http://curl.haxx.se/download.html
Maybe give this a try to see if it includes zlib. Let us know the outcome!
Reply6. Tobias **
Hi geographika,
at haxx there are only binary files for windows x64 (curl.exe) but I need a dll for my app. I can complile a x64 lib to include in my project and to satisfy the compiler but the dll compiled with this lib has no sll and no zlib. So when accessing SSL or compressed pages, I only get encypred data. For the 32bit version I only have to replace the libcurl.dll and so I intend to do with the 64bit version, too.
Thanks
Reply7. Tobias **
Hi,
I made a compile with all components including zlib and libssh2. Now everything works fine! Your tutorial helped to get the compile running!
Greetings!
Reply8. thierry **
Add Comment