• TalkBass has been independent since 1998. Add your voice.
    Create a free account to reply to discussions, view embedded media, and browse with fewer display ads.
    Join freeLog in
    Want zero display ads or expanded classifieds tools? Compare plans.

Iron Ether Appreciation Society


Nice! Is that.... the last one?? I seem to recall the total number being about 330 or so. Perhaps I'm wrong!

And you're right, these things *are* crazy good at multiplying. Look, here's another one already!

8712.jpg


8834.jpg


(Don't mind the non-permanent lines; the white ones are for my "angry robot" sound, Filter turned off and Octo set to the dark line is Rub-A-Dub. This massively helps me change them out on the fly with consistency!)
 
Taylor -

looks like there is a config error in your website ssl cert:

MacBook-Pro-4:git $ echo | openssl s_client -connect ironether.com:443 2>&1 | openssl x509 -noout -subject
subject= /CN=*.prod.phx3.secureserver.net

the cert is for *.prod.phx3.secureserver.net, not for ironether.com (& the SAN's configured in the cert don't cover it either:

X509v3 Subject Alternative Name:
DNS:*.prod.phx3.secureserver.net, DNS:prod.phx3.secureserver.net

good luck! (my guess would be a misconfig in nginx.conf, or whatever your web server app is)
 
Taylor -

looks like there is a config error in your website ssl cert:

MacBook-Pro-4:git $ echo | openssl s_client -connect ironether.com:443 2>&1 | openssl x509 -noout -subject
subject= /CN=*.prod.phx3.secureserver.net

the cert is for *.prod.phx3.secureserver.net, not for ironether.com (& the SAN's configured in the cert don't cover it either:

X509v3 Subject Alternative Name:
DNS:*.prod.phx3.secureserver.net, DNS:prod.phx3.secureserver.net

good luck! (my guess would be a misconfig in nginx.conf, or whatever your web server app is)
Can confirm I'm seeing this as well.
 
  • Like
Reactions: thumbslapper