Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need SSL config advice for SPARQL endpoint #128

Open
cbinding opened this issue Feb 26, 2019 · 0 comments
Open

Need SSL config advice for SPARQL endpoint #128

cbinding opened this issue Feb 26, 2019 · 0 comments

Comments

@cbinding
Copy link
Contributor

cbinding commented Feb 26, 2019

Our server was recently configured with an SSL certificate (So now https URLs). The SPARQL endpoint continues to work for SELECT queries, but updates e.g. LOAD https://mydomain/file.rdf no longer work. I'm trying to LOAD a file which exists on the same server. A web browser can open this file directly so I know the path is correct.

The 3 errors returned are of the type:

Error: Socket error: Could not connect to "https://mydomain/file.rdf" (proxy: 0):  
in ARC2_Reader via ARC2_StoreLoadQueryHandler
missing stream in "getFormat" via ARC2_Reader via ARC2_StoreLoadQueryHandler
No loader available for "https://mydomain/file.rdf":  in ARC2_StoreLoadQueryHandler

The server SSL error log has the following 3 errors:

stream_socket_client(): SSL: Handshake timed out in /mypath/semsol/arc2/ARC2_Reader.php
stream_socket_client(): Failed to enable crypto in /mypath/semsol/arc2/ARC2_Reader.php
stream_socket_client(): unable to connect to ssl://mydomain:443 (Unknown error) in
/mypath/semsol/arc2/ARC2_Reader.php

Does anyone have any advice on how to configure this correctly? I've tried various combinations of the SSL parameters as described at the bottom of the 'HTTP Reader' wiki page, but I get the same errors each time.

EDIT: styling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants