JNOSQL / jnosql.github.io

The JNoSQL is a framework whose has the goal to help Java developers to create Java EE applications with NoSQL, whereby they can make scalable application beyond enjoy the polyglot persistence.
http://jnosql.org/
MIT License
19 stars 10 forks source link

[BUG] JNoSQL website is redirecting to itself over and over again. #69

Closed dearrudam closed 1 year ago

dearrudam commented 1 year ago

I think we have a recursive problem: the site's response is redirecting to itself over and over again.

~/ $ curl -i http://www.jnosql.org --connect-timeout 5
HTTP/1.1 301 Moved Permanently
Date: Tue, 29 Aug 2023 07:03:25 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 56
Connection: keep-alive
Location: http://www.jnosql.org
Server: ip-10-123-122-35.ec2.internal
X-Request-Id: 8ed51f34-af4d-46b9-8acd-b999b6d16232

<a href="http://www.jnosql.org">Moved Permanently</a>.
dearrudam commented 1 year ago

Oh... I've pointed to http instead of https, but another issue is showing up:

~/ $ curl -i https://www.jnosql.org --connect-timeout 5
curl: (28) Failed to connect to www.jnosql.org port 443: Connection timed out
otaviojava commented 1 year ago

To be honest, I don't know how to solve this problem. Do you know how to solve it?

dearrudam commented 1 year ago

@otaviojava never mind👍 it's working now! Thanks!