You could submit a bug: https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Services&component=Forums
As could you.
You could submit a bug: https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Services&component=Forums
Thank you Paul. At least we know that ZenForo responds promptly on a Sunday evening. I won't forget that.Hello
We only supply the forum software and have no access to the forum or server it is hosted on, so unfortunately we are unable to help.
Regards
Paul
There you go, mate. Please do not rub it in, the molasses this is crawling trough is spoiling it for everyone.iIfFreebsd to
I spent time fixing two letters, the rest is left as a home assignment. With the current speed here, that would keep you busy a dayCrivens, you forgot to fix the bsd to BSD.
Oh well, as Sir Terry Pratchett once wrote
Cry Crivens and let loose the clan Mac Feegle
And writing that will either brighten someone's day or just annoy people, but it's aimed to do the former.
When I try to connect with openssl from my Mac (which slowly does bring the site up in Firefox and where I'm posting from right now), I get:
# openssl s_client -connect forums.freebsd.org:443
CONNECTED(00000003)
95313:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59/src/ssl/s23_lib.c:185:
* I also tried using the IPv4 IP instead of the domain name to rule out the IPv6 443 not responding.
However when I do the same openssl command from my FreeBSD 10.2-R system, I quickly get the full SSL handshake... but oddly enough I can't access the website at all right now from that box though Firefox? (both my Mac & FreeBSD workstations are dual stacked on the same network).
34380673912:error:140790E5:SSL routines:ssl23_write:ssl handshake failure:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_lib.c:177
The same is here comparing Mac and FrreBSD. However, although FreeBSD 11-CURRENT shows the SSL handshake, it does report error too:
Code:34380673912:error:140790E5:SSL routines:ssl23_write:ssl handshake failure:/usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_lib.c:177
TLSv1.2 (OUT), TLS handshake, Client hello (1):
TLSv1.2 (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 change cipher, Client hello (1):
TLSv1.2 (IN), TLS handshake, Finished (20):
SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
Server certificate:
* subject: OU=Domain Control Validated; OU=Gandi Standard SSL; CN=forums.freebsd.org
* start date: 2015-05-12 00:00:00 GMT
* expire date: 2016-05-17 23:59:59 GMT
* subjectAltName: forums.freebsd.org matched
* issuer: C=FR; ST=Paris; L=Paris; O=Gandi; CN=Gandi Standard SSL CA 2
* SSL certificate verify ok.
GET / HTTP/1.1
Host: forums.freebsd.org
User-Agent: curl/7.44.0
Accept: */*
HTTP/1.1 200 OK
$ curl -vv https://forums.freebsd.org
* Rebuilt URL to: https://forums.freebsd.org/
* Trying 204.109.59.195...
* Connected to forums.freebsd.org (204.109.59.195) port 443 (#0)
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /usr/local/share/certs/ca-root-nss.crt
CApath: none
* TLSv1.2 (OUT), TLS header, Certificate Status (22):
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (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):
* Unknown SSL protocol error in connection to forums.freebsd.org:443
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to forums.freebsd.org:443
$ curl -vv https://forums.freebsd.org
* Rebuilt URL to: https://forums.freebsd.org/
* Hostname was NOT found in DNS cache
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 204.109.59.195...
* Connected to forums.freebsd.org (204.109.59.195) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Server hello (2):
{ [data not shown]
* SSLv3, TLS handshake, CERT (11):
{ [data not shown]
* SSLv3, TLS handshake, Server key exchange (12):
{ [data not shown]
* SSLv3, TLS handshake, Server finished (14):
{ [data not shown]
* SSLv3, TLS handshake, Client key exchange (16):
} [data not shown]
* SSLv3, TLS change cipher, Client hello (1):
} [data not shown]
* SSLv3, TLS handshake, Finished (20):
} [data not shown]
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0* SSLv3, TLS change cipher, Client hello (1):
{ [data not shown]
* SSLv3, TLS handshake, Finished (20):
{ [data not shown]
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* Server certificate:
* subject: OU=Domain Control Validated; OU=Gandi Standard SSL; CN=forums.freebsd.org
* start date: 2015-05-12 00:00:00 GMT
* expire date: 2016-05-17 23:59:59 GMT
* subjectAltName: forums.freebsd.org matched
* issuer: C=FR; ST=Paris; L=Paris; O=Gandi; CN=Gandi Standard SSL CA 2
* SSL certificate verify ok.
> GET / HTTP/1.1
.....
curl: (35) Unknown SSL protocol error in connection to forums.freebsd.org:443
In my case, the forum is completely inaccessible from my home connection, whereas it is usable but slow from my workplace. I'm currently at home using a SOCKS proxy via SSH to my office just to be able to access the forums.
The HTTP 301 redirect works just fine from both places, the problem is only with the HTTPS connection.
My home provider (TDC) routes the connection from Denmark to the United States via Zayo Group, whereas my work provider (Zen Systems) uses Level 3 - although I don't know if the transit provider is to blame.
Both locations use the same DNS server, resolving forums.freebsd.org to 204.109.59.195. No proxies or anything, just a FreeBSD router with PF at home and a Linux router with iptables at work.
I have never had problems like this before. I think it began on Thursday or Friday, up until then the site was fully usable and quickly responding from both locations.
PING 204.109.59.195 (204.109.59.195): 56 data bytes
64 bytes from 204.109.59.195: icmp_seq=0 ttl=53 time=42.731 ms
64 bytes from 204.109.59.195: icmp_seq=1 ttl=53 time=41.944 ms
64 bytes from 204.109.59.195: icmp_seq=2 ttl=53 time=41.000 ms
64 bytes from 204.109.59.195: icmp_seq=3 ttl=53 time=40.698 ms
64 bytes from 204.109.59.195: icmp_seq=4 ttl=53 time=40.717 ms
There. I fixed it. You're welcome.
You should get a ban for taking so long.There. I fixed it. You're welcome.