>> $ ./soh query --service=
^^^^
Something did:
"http://...:443/"
which is not the way to do https. nginx picked this up.
Should be "https://"
(if nginx is configured to run https over :80, all sorts of things are
likely to go wrong).
---------------------
The library SOH uses may well support "https://", else use curl.
Andy
On 09/11/2018 14:29, Laura Morales wrote:
Yes, behind a nginx reverse proxy (not controlled by me).
Sent: Friday, November 09, 2018 at 3:17 PM
From: ajs6f <[email protected]>
To: [email protected]
Subject: Re: SOH HTTPS
Are you sending this to a Fuseki endpoint? It does not appear so.
ajs6f
On Nov 9, 2018, at 9:04 AM, Laura Morales <[email protected]> wrote:
How to use Fuseki SOH with HTTPS?
$ ./soh query --service= --query= >> <html>
<head>
<title>
400 The plain HTTP request was sent to HTTPS port
</title>
</head>
<body bgcolor="white">
<center>
<h1>
400 Bad Request
</h1>
</center>
<center>
The plain HTTP request was sent to HTTPS port
</center>
<hr>
<center>
nginx/1.12.1
</center>
</body>
</html>