I'm trying to use gSoap to connect to a web service secured with https. However, when I run wsdl2h with an https url, it throws the following error:
Cannot connect to https site: no SSL support, please rebuild wsdl2h with SSL or download the files and rerun wsdl2h
I'm building on Fedora Core 14. I have installed openssl-devel and zlib-devel using yum. What have I missed?