kendryte / kendryte-standalone-sdk

Standalone SDK for kendryte K210
https://kendryte.com
Apache License 2.0
440 stars 161 forks source link

Kendryte forums are not longer working #109

Closed tjmc closed 4 years ago

tjmc commented 4 years ago

I'm trying to access kendryte forums at https://forum.kendryte.com/. The site is redirecting to https://canaan-creative.com/ Is this expected?

curl -v https://forum.kendryte.com/ --insecure
*   Trying 139.217.92.96...
* TCP_NODELAY set
* Connected to forum.kendryte.com (139.217.92.96) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
*   CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: /etc/ssl/certs
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=canaan-creative.com
*  start date: Mar 11 00:00:00 2020 GMT
*  expire date: Mar 11 12:00:00 2021 GMT
*  issuer: C=CN; O=TrustAsia Technologies, Inc.; OU=Domain Validated SSL; CN=TrustAsia TLS RSA CA
*  SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x55b895755580)
> GET / HTTP/2
> Host: forum.kendryte.com
> User-Agent: curl/7.58.0
> Accept: */*
> 
* Connection state changed (MAX_CONCURRENT_STREAMS updated)!
< HTTP/2 301 
< server: nginx/1.16.1
< date: Thu, 02 Jul 2020 17:15:24 GMT
< content-type: text/html
< content-length: 169
< location: https://canaan-creative.com/
< 
<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.16.1</center>
</body>
</html>
* Connection #0 to host forum.kendryte.com left intact
tjmc commented 4 years ago

Confirmed with Canaan that this is intentional.

Forty-Bot commented 3 years ago

Are they backed-up anywhere? Where is the official place to get help?