HI Danny, I haven't ever tried mixing SSL with the curl plugin, and don't have an experience with using CURL with SSL so you are working right at the bleeding edge. You'll need to dig into the code and start debugging what is happening between the OSG's curl plugin and CURL. Let me know how you get on, as fixes that you might be able to come up with is something that would be good to get checked into svn/trunk.
Cheers, Robert. On Thu, Dec 24, 2009 at 2:29 AM, Danny Lesnik <[email protected]> wrote: > Hi, > > I have new issue with SSL and CURL, so I have decided to open new thread. > > I conifured my site with SSL and I'm able to download ive file perfectly from > https://servername/1.ive, > > however, when I'm using > Node = osgDB::readNodeFile("https://servernmae/1.ive"); > Node is getting NULL. > > In order to be sure that there is no issue with Certificate (although the > certificate was issue by Verisign as 14 day trial) I modified > ReaderWriterCURL.cpp by adding > > curl_easy_setopt(_curl, CURLOPT_SSL_VERIFYPEER, false); > > in EasyCurl() constructor and recompile entire OpenSceneGrpaph project. > > The result is still the same. > > Am I missing something? How can I this feature working? > > Thank you! > > Cheers, > Danny > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=21841#21841 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

