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

Reply via email to