-
Notifications
You must be signed in to change notification settings - Fork 0
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
redirect sparql.vanderbilt.edu to Neptune #86
Comments
Yes, I think you've diagnosed the issue correctly. We have switched over the domain name, but we now need to import the SSL certificate. Right now, we're not authenticating properly via SSL, leading the browser to reject our request. I believe we need to import the SSL (see https://aws.amazon.com/certificate-manager/), which likely means another request to Cloud IT. |
@baskaufs @CliffordAnderson Looking into this presently. I'll let you know if I have any questions, Steve. Thanks as always for your very thorough diagnosis. |
Andy got the redirect to work and one can now query directly in a browser and via Python HTTP requests. However, when making requests using Javascript, there are CORS problems like this:
|
This seems to be resolved now with the CORS setup: Access-Control-Allow-Headers left blank Access-Control-Allow-Origin set as * (Matthew Dillingham helped us figure this out.) |
I belive that the request to map the sparql.vanderbilt.edu subdomain over to the Neptune one has already been completed. However, querying to the sparql.vanderbilt.edu subdomain still doesn't work.
Querying the Neptune endpoint directly works fine:
Querying via the sparql.vanderbilt.edu endpoint produces this error when the query is made programatically:
Pasting the query
directly in a browser produces these results:
Note: the results are the same regardless of whether the SSH tunnel is open or not.
Based on the errors, it appears that there is some problem with the security certificate, but not the actual subdomain mapping. @CliffordAnderson @awesolek2 do you have any ideas about how we should go about fixing this?
The text was updated successfully, but these errors were encountered: