bootlegger Posted May 20, 2008 Posted May 20, 2008 When using the url winsomsofwallawalla.com without the www - I get this "the name on the certificate is invalid or does not match the name on the site" when going to the secure part of the site. I understand that the reason I'm getting that message but my host is telling me the only way around that is to purchase another certificate without the www in the name. Has anyone else had this and what was the resolution? I just don't want to tell my client they have to purchase another one if there is a different solution. Thanks, Lori
germ Posted May 20, 2008 Posted May 20, 2008 Add the www. to the configure file: define('HTTP_SERVER', 'http://www.winsomsofwallawalla.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.winsomsofwallawalla.com'); // eg, https://localhost - should not be empty for productive servers If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
bootlegger Posted May 21, 2008 Author Posted May 21, 2008 Add the www. to the configure file: define('HTTP_SERVER', 'http://www.winsomsofwallawalla.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.winsomsofwallawalla.com'); // eg, https://localhost - should not be empty for productive servers Thank you! Worked like a charm. Lori
germ Posted May 21, 2008 Posted May 21, 2008 :rolleyes: I noticed you're getting the "non secure items" popup in IE (but not in Firefox). If you want help with that, just let me know. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.