Not logged in : Login

About: VirtSetupSSLFileSystem     Goto   Sponge   Distinct   Permalink

An Entity of Type : atom:Entry, within Data Space : vos.openlinksw.com associated with source document(s)

AttributesValues
type
Date Created
Date Modified
label
  • VirtSetupSSLFileSystem
maker
Title
  • VirtSetupSSLFileSystem
isDescribedUsing
has creator
attachment
  • http://vos.openlinksw.com:80/wiki/main/VOS/VirtSetupSSLFileSystem/Picture_1.png
  • http://vos.openlinksw.com:80/wiki/main/VOS/VirtSetupSSLFileSystem/Picture_2.png
content
  • ---+ Guide for Setting Up the Virtuoso HTTPS Listener using File System to host Certificate and Public Key To enable the HTTPS listener, you will need a certificate. Existing certificates may not have Subject Alternate Name, so you may want to acquire (or [[VirtGenerateX509Cert][generate]]) a new one. 1 Move <code>newcert.pem</code>, <code>newkey.pem</code>, and <code>cacert.pem</code> into the server's working directory. In our test case, we put the keys in a '<code>keys</code>' sub-directory, and added the following lines to the <code>[HTTPServer]</code> section of the Virtuoso INI file (default, <code>virtuoso.ini</code>): <verbatim> SSLPort = 4443 SSLCertificate = ./keys/newcert.pem SSLPrivateKey = ./keys/newkey.pem X509ClientVerifyCAFile = ./keys/cacert.pem X509ClientVerify = 1 X509ClientVerifyDepth = 15 </verbatim> 1 Also in the Virtuoso INI file, in the <code>[URIQA]</code> section, <code><nowiki>DefaultHost</nowiki></code> (set to <code>localhost:8890</code> below) must be edited to correspond to the DNS-resolvable host name ("CNAME") of the Virtuoso host, combined with the <code><nowiki>ServerPort</nowiki></code> as set in the <code>[HTTPServer]</code> section of the same INI file. Default settings are seen here: <verbatim> [URIQA] DynamicLocal = 1 DefaultHost = localhost:8890 </verbatim> For instance, if the CNAME of the host is <code>virtuoso.example.com</code>, and the <code><nowiki>ServerPort</nowiki></code> is <code>4321</code>, the <code><nowiki>DefaultHost</nowiki></code> should be set to <code>virtuoso.example.com:4321</code> <verbatim> [URIQA] DynamicLocal = 1 DefaultHost = virtuoso.example.com:4321 </verbatim> 1 Start the Virtuoso server, and look at the log file. Once HTTPS is up, you should see something like &mdash; <verbatim> HTTPS Using X509 Client CA .... HTTPS/X509 server online at 4443 </verbatim> ---++ Setting Up Firefox 1 In the <b>Preferences</b> dialog, open the <b>Advanced</b> tab, and the <b>Encryption</b> subtab; then, click the <b>View certificates</b> button. %BR%%BR%<img src="%ATTACHURLPATH%/Picture_1.png" style="wikiautogen"/>%BR%%BR% 1 Click the <b>Add exception</b> button, and enter the address of the HTTPS server you've just configured, i.e. &mdash; <verbatim> https://virtuoso.example.com:4443/ </verbatim> 1 Click OK, and confirm the exception. %BR%%BR%<img src="%ATTACHURLPATH%/Picture_2.png" style="wikiautogen"/>%BR%%BR% 1 Click to the <b>Your Certificates</b> tab, and import <code>mycert.p12</code>.
id
  • d7c54b33145eedd6c7bfd754c3d33f37
link
has container
http://rdfs.org/si...ices#has_services
atom:title
  • VirtSetupSSLFileSystem
atom:source
atom:author
atom:published
  • 2017-06-13T05:39:44Z
atom:updated
  • 2018-06-18T13:30:53Z
topic
is made of
is container of of
is link of
is http://rdfs.org/si...vices#services_of of
is links to of
is creator of of
is atom:entry of
is atom:contains of
Faceted Search & Find service v1.17_git150 as of Jan 20 2025


Alternative Linked Data Documents: iSPARQL | ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3332 as of Sep 11 2024, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (15 GB total memory, 1 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2025 OpenLink Software