Problem:

$ curl https://www.fossil-scm.org
curl: (35) Unknown SSL protocol error in connection to www.fossil-scm.org:443 

OK:

$ curl http://www.fossil-scm.org
<html>
<p>Redirect to Location: 
http://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki
</p>
</html>

Thanks
Aldo

On 29/10/2016 07:28, jungle Boogie wrote:
> Hi Dr. Hipp,
>
> Probably a low concern for you at 1:30am your time but I can't connect
> to fossil-scm.org or sqlite.org over port 80.
>
> $ curl http://sqlite.org/
> curl: (7) Failed to connect to sqlite.org port 80: Connection refused
>
> $ curl http://fossil-scm.org
> curl: (7) Failed to connect to fossil-scm.org port 80: Connection refused
>
>
> https does work:
> $ curl https://www.fossil-scm.org
> <html>
> <p>Redirect to Location:
> https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki
> </p>
> </html>
>
>
> $ curl https://www.sqlite.org
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd";>
> <html><head>
> <meta name="viewport" content="width=device-width, initial-scale=1.0">
> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
> <link href="sqlite.css" rel="stylesheet">
> <title>SQLite Home Page</title>
> </head>
> <body>
>
>
>

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to