When hitting the server with curl gives warning messages
$ curl -ik https://gemini.lehmann.cx:1965
curl: (1) Received HTTP/0.9 when not allowed
2023年02月12日 01:57:23 104.238.186.103:56778 GET / HTTP/1.1
PHP Notice: Undefined index: scheme in /home/lehmann/ergol/ergol.php on line 169
PHP Notice: Undefined index: host in /home/lehmann/ergol/ergol.php on line 174
PHP Notice: Undefined property: stdClass::$ in /home/lehmann/ergol/ergol.php on line 195
PHP Notice: Trying to get property 'folder' of non-object in /home/lehmann/ergol/ergol.php on line 195
PHP Notice: Undefined property: stdClass::$ in /home/lehmann/ergol/ergol.php on line 196
PHP Notice: Trying to get property 'lang' of non-object in /home/lehmann/ergol/ergol.php on line 196
Not sure if the server should reply to a HTTPS request with a HTTP error response
When hitting the server with curl gives warning messages
```
$ curl -ik https://gemini.lehmann.cx:1965
curl: (1) Received HTTP/0.9 when not allowed
```
```
2023年02月12日 01:57:23 104.238.186.103:56778 GET / HTTP/1.1
PHP Notice: Undefined index: scheme in /home/lehmann/ergol/ergol.php on line 169
PHP Notice: Undefined index: host in /home/lehmann/ergol/ergol.php on line 174
PHP Notice: Undefined property: stdClass::$ in /home/lehmann/ergol/ergol.php on line 195
PHP Notice: Trying to get property 'folder' of non-object in /home/lehmann/ergol/ergol.php on line 195
PHP Notice: Undefined property: stdClass::$ in /home/lehmann/ergol/ergol.php on line 196
PHP Notice: Trying to get property 'lang' of non-object in /home/lehmann/ergol/ergol.php on line 196
```
Not sure if the server should reply to a HTTPS request with a HTTP error response