Unconfigured Ad Widget

Collapse

I came across a funny ssl redirect.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • the86d
    Calguns Addict
    • Jul 2011
    • 9587

    I came across a funny ssl redirect.

    http://homebrewtalk.com takes you to home beer brewing site.

    https://homebrewtalk.com does not, but takes you to something more... tupperwarey.

    I guess the upper-echelon tupperware-fans are the upper-echelon of beer-brewers too.
    Last edited by the86d; 01-09-2014, 11:25 AM.
  • #2
    high_revs
    CGN/CGSSA Contributor
    CGN Contributor
    • Feb 2006
    • 7576

    tupperware topics require a more secure layer than beer brewing.

    Comment

    • #3
      Al Norris
      Member
      • Oct 2009
      • 386

      When I clicked on the HTTPS link, I received a warning from Firefox that it couldn't confirm that the link was secure. Opening the details box, I see this:

      homebrewtalk.com uses an invalid security certificate. The certificate is only valid for the following names: glockforum.com , www.glockforum.com (Error code: ssl_error_bad_cert_domain)

      Hmmmmmm.....
      Listings of the Current 2A Cases, over at the Firing Line.

      Comment

      • #4
        the86d
        Calguns Addict
        • Jul 2011
        • 9587

        Originally posted by Al Norris
        When I clicked on the HTTPS link, I received a warning from Firefox that it couldn't confirm that the link was secure. Opening the details box, I see this:

        homebrewtalk.com uses an invalid security certificate. The certificate is only valid for the following names: glockforum.com , www.glockforum.com (Error code: ssl_error_bad_cert_domain)

        Hmmmmmm.....
        I think the cert has to be through someone like verisign to not give that error (meaning it is local-cert, not paid-for), and unless you are making money from the forum... it may not be cost-effective to pay for a cert for SSL for a beer-forum.

        Comment

        • #5
          blazeaglory
          Calguns Addict
          • May 2011
          • 6370

          Buuuuuuurp
          God I hate looking at that ugly face
          A note to the NSA or anyone gathering information on me, this disclaimer is for you..."Everything I type on this website Is purely fictional and for entertainment purposes only. None of it is true."

          Also, sometimes I type in CAPS to emphasize a POINT. Please dont interpret that as YELLING. Sorry if I HURT any fuzzy little bunny's FEELINGS out there.

          Comment

          • #6
            ocabj
            Calguns Addict
            • Oct 2005
            • 7924

            Originally posted by Al Norris
            When I clicked on the HTTPS link, I received a warning from Firefox that it couldn't confirm that the link was secure. Opening the details box, I see this:

            homebrewtalk.com uses an invalid security certificate. The certificate is only valid for the following names: glockforum.com , www.glockforum.com (Error code: ssl_error_bad_cert_domain)

            Hmmmmmm.....
            The browser throws that error because the Common Name is part of the SSL certificate. IN this case, the cert is www.homebrewtalk.com. If the browser loads a web page over SSL and the web server throws an SSL cert where the CN doesn't match the URL the browser is loading, the browser will throw a warning/error. It's likely the SSL cert is 'legit', but the implementation of said cert is incorrect.

            Note: I checked out the cert being presented by https://homebrewtalk.com and it's valid based on the CA chains.

            And based on the fact that homebrewtalk.com and glockforum.com are on the same vhost, I'm betting someone just messed up the apache config.

            $ host homebrewtalk.com
            homebrewtalk.com has address 216.166.0.68
            homebrewtalk.com mail is handled by 10 smtp.homebrewtalk.com.
            $ host glockforum.com
            glockforum.com has address 216.166.0.68
            glockforum.com mail is handled by 20 smtp2.gcsbroadcast.com.
            glockforum.com mail is handled by 10 smtp1.gcsbroadcast.com.
            Last edited by ocabj; 01-12-2014, 8:51 AM.

            Distinguished Rifleman #1924
            NRA Certified Instructor (Rifle and Metallic Cartridge Reloading) and RSO
            NRL22 Match Director at WEGC

            https://www.ocabj.net

            Comment

            • #7
              diveRN
              Senior Member
              • Dec 2012
              • 1743

              Originally posted by ocabj
              The browser throws that error because the Common Name is part of the SSL certificate. IN this case, the cert is www.homebrewtalk.com. If the browser loads a web page over SSL and the web server throws an SSL cert where the CN doesn't match the URL the browser is loading, the browser will throw a warning/error. It's likely the SSL cert is 'legit', but the implementation of said cert is incorrect.

              Note: I checked out the cert being presented by https://homebrewtalk.com and it's valid based on the CA chains.

              And based on the fact that homebrewtalk.com and glockforum.com are on the same vhost, I'm betting someone just messed up the apache config.

              $ host homebrewtalk.com
              homebrewtalk.com has address 216.166.0.68
              homebrewtalk.com mail is handled by 10 smtp.homebrewtalk.com.
              $ host glockforum.com
              glockforum.com has address 216.166.0.68
              glockforum.com mail is handled by 20 smtp2.gcsbroadcast.com.
              glockforum.com mail is handled by 10 smtp1.gcsbroadcast.com.
              ^^^^ This... and domains often share certs owned by the host on shared boxes. Saves customers money if branding isn't a big deal. I've seen this a LOT with other domains.

              Probably just a configuration issue. If you frequent the site, you may consider sending their web admin a note about the issue since it throws up warnings.

              Comment

              Working...
              UA-8071174-1