On Tue, 2011-06-28 at 14:33 +0200, Patrick van Kleef wrote:
> HI Daniel,
> 
> > I'm trying to get HTTPS to work with Virtuoso. I'm following these two
> > documentation pages:
> > 1) X.509 certificate Generation
> > http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtGenerateX509Cert
> > 2) Guide for Setting Up the Virtuoso HTTPS Listener using File  
> > System to
> > host Certificate and Public Key
> > http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtSetupSSLFileSystem
> >
> > I've got as far as establishing all the right pem files using OpenSSL,
> > and have modified my virtuoso.ini [parameters] to look like this:
> > SSLServerPort           = 2111
> > SSLCertificate          = /<my-path>/newcert.pem
> > SSLPrivateKey           = /<my-path>/newkey.pem
> > X509ClientVerify        = 1
> > X509ClientVerifyDepth   = 15
> > X509ClientVerifyCAFile  = /<my-path>/cakey.pem
> >
> 
> First of all your settings are in the wrong section.
> 
> The settings in [Parameters] are for SSL secured ODBC connections.
> 
> The settings in [Httpserver] are for setting up HTTPS.
> Patrick


Hi Patrick,

Thank you for the tip - I've also figured out that its a lot easier just
using the conductor to set up HTTPS :-)

Cheers,
Daniel




Reply via email to