DevilMinder 567 Posted October 31, 2013 Because of security concerns we have to add encrypted log in to the site. We have a SSL certificate now. The log in for the site is now https://njdevs.com Make sure you update your bookmarks and clear your cache. Share this post Link to post Share on other sites
ATLL765 79 Posted October 31, 2013 Because of security concerns we have to add encrypted log in to the site. We have a SSL certificate now. The log in for the site is now https://njdevs.com Make sure you update your bookmarks and clear your cache.Is this why I was having issues earlier? Share this post Link to post Share on other sites
DevilMinder 567 Posted October 31, 2013 Most likely, I did it around 3:30. The way the IP takes time to propagate to the ISPs it could be anywhere from 30 minutes to an hour plus of site loading issues. If you continue to have problems let me know! Share this post Link to post Share on other sites
DevsMan84 889 Posted October 31, 2013 IDK about anyone else but I am still having trouble accessing the mobile website on my iphone 4s Share this post Link to post Share on other sites
DevilMinder 567 Posted October 31, 2013 I am using Tapatalk, Verizon Wireless and my home computer with no issues now. What do you see devs man ? Share this post Link to post Share on other sites
DevsMan84 889 Posted October 31, 2013 I am using Tapatalk, Verizon Wireless and my home computer with no issues now. What do you see devs man ? It re-directs to a website with the url: www.njdevs.com/cgi-sys/defaultwebpage.cgi The page itself says: Great Success!Apache is working on your cPanel and WHM Server And then a bunch of stuff under that. Share this post Link to post Share on other sites
ATLL765 79 Posted October 31, 2013 It re-directs to a website with the url: www.njdevs.com/cgi-sys/defaultwebpage.cgi The page itself says: Great Success!Apache is working on your cPanel and WHM Server And then a bunch of stuff under that.That was the error I was getting before. Did you clear your browser's cache on your phone? Share this post Link to post Share on other sites
StarDew 13 Posted October 31, 2013 Deleted cookie, cache, bookmark, closed browser. Opened browser and used the https URL however the new link/url doesn't show https and says site contains no identity data. DM, is this what you meant about IP propagating to ISP taking time? I am using FF V24.0 on WinXP SP2. Thnx. Share this post Link to post Share on other sites
hystyk28 18 Posted October 31, 2013 Thanks for taking the time/effort/money to secure the site better. Share this post Link to post Share on other sites
DevsMan84 889 Posted October 31, 2013 That was the error I was getting before. Did you clear your browser's cache on your phone? Yup and still getting same error. Share this post Link to post Share on other sites
ATLL765 79 Posted October 31, 2013 Yup and still getting same error.Hmmm. When I had the issue, I could still get to the site if I went straight to one of the forums. Here's a link: https://www.njdevs.com/forums/index.php?showforum=1Otherwise I'd think it's just taking a bit longer to take effect on the mobile platform? I'm not exactly an expert on this stuff. Share this post Link to post Share on other sites
DevsMan84 889 Posted November 1, 2013 Working now fine. Guess it was resolved lol. Thanks! Share this post Link to post Share on other sites
Devilsfan118 1,262 Posted November 1, 2013 (edited) Damn, I was so close to hacking into the site and making myself a mod. Edited November 1, 2013 by Devilsfan118 Share this post Link to post Share on other sites
DevilMinder 567 Posted November 1, 2013 Damn, I was so close to hacking into the site and making myself a mod. Good god, why would subject yourself to that? Share this post Link to post Share on other sites
jonnyd91 2 Posted November 1, 2013 (edited) Tech question on this. 1. Are you trying to have the entire site run through SSL or just the page where you login?2. I would assume a redirect is in place when a user goes to http://www.njdevs.com, that redirects them to the SSL address https://www.njdevs.com, however that is not the case. Seems like any navigation trying to go through SSL just redirects back to the non ssl link. If the site runs apache this can be easily fixed with a mod_rewrite rule in the .htaccess file. i.e. adding the following would let the entire forum run under SSL if that is your intended use:RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}:443%{REQUEST_URI} Edited November 1, 2013 by jonnyd91 Share this post Link to post Share on other sites
StarDew 13 Posted November 1, 2013 Still no https here. Share this post Link to post Share on other sites
Devlin 12 Posted November 1, 2013 I'm logged in via Tapatalk...should I log out and back in or leave things be for now? Sent from my SCH-I800 using Tapatalk 2 Share this post Link to post Share on other sites
DevilMinder 567 Posted November 1, 2013 Tech question on this. 1. Are you trying to have the entire site run through SSL or just the page where you login?2. I would assume a redirect is in place when a user goes to http://www.njdevs.com, that redirects them to the SSL address https://www.njdevs.com, however that is not the case. Seems like any navigation trying to go through SSL just redirects back to the non ssl link. If the site runs apache this can be easily fixed with a mod_rewrite rule in the .htaccess file. i.e. adding the following would let the entire forum run under SSL if that is your intended use:RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}:443%{REQUEST_URI} Good info Jonny, Thanks. At the moment the forum software doesn't handle full site SSL too well so it is just for the log in and sign up pages. It sounds like the new version coming out will have better SSL integration. Share this post Link to post Share on other sites
jonnyd91 2 Posted November 2, 2013 Good info Jonny, Thanks. At the moment the forum software doesn't handle full site SSL too well so it is just for the log in and sign up pages. It sounds like the new version coming out will have better SSL integration. Ok, got it. The login uses ajax so you would essentially never see the https in the address bar when logging in, you would only see it in the address bar when on the registration page. Makes sense. Share this post Link to post Share on other sites
StarDew 13 Posted November 2, 2013 (edited) Ok, got it. The login uses ajax so you would essentially never see the https in the address bar when logging in, you would only see it in the address bar when on the registration page. Makes sense. Thank you so very much. ETA: Typed too soon. When I delete cookies, cache, history, close browser, open browser and go to forums, I do not see a https anywhere, even when I login. I am assuming this is okay. Edited November 2, 2013 by StarDew Share this post Link to post Share on other sites
DevilMinder 567 Posted November 2, 2013 You wouldn't see it at all Dew. Only if you log out and click register would the SSL come into play. The next version will have better full site integration. Share this post Link to post Share on other sites
StarDew 13 Posted November 3, 2013 Okie dokie. Thnx for taking care of us all. Share this post Link to post Share on other sites
Mike Brown 162 Posted November 3, 2013 One thing I wish this site had was better emotes. Ok I know it's a very minor thing. But HF has a sarcasm emote. Share this post Link to post Share on other sites