k2chris1983 Posted December 2, 2004 Share Posted December 2, 2004 When i was installing the Program on the server it ask about SSL. I thought i put it in right? But when i am in the Admin is say i am not connect to a SSL Server? Is there away i can config it? Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 in the admin/includes/configure.php change the very top http to https Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 ok, and can you tell why? So i can understand why it needs a S after the html. ( I like to learn ) Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 Opps i mean https what ever.. lol But which one in the config? Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 define('HTTP_SERVER', 'http://www.*****.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.******.com'); define('HTTPS_CATALOG_SERVER', 'https://secure1.hostsave.com'); Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 the very top one Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 The URL one? Or the php Code? lol Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 in the admin/includes/configure.php change the very top http to https Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 ok i change the top one http:// to https:// and it still show up Not Connected Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 ok when it ask for me to put the infomation in.. And now i am looking at the Config.. It doesn't look the same... just change the URL of any page which requires encryption to: https://secure1.hostsave.com/ssl/username of account/securepage.html, replacing "username of account" with your account's main username (no spaces please) and "securepage.html" with the name of the page to be encrypted. If you need to make secure links to images within your secure page, you would use: https://secure1.hostsave.com/ssl/username of account/foldername/filename, where "username of account" is your main account username, "foldername" is a folder on your account if the file is within a subfolder of your "web" directory, and "filename" is the complete filename of the image. Thats what my Hosting said to put in there. Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 you have ssl installed? could be something is not in the ssl, that it is being called up 'staticlly', ie http:// instead of https:// http://server is to be https:// and it works, on every single one i have completed. Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 So your telling to take the define('HTTP_SERVER', 'http://www.*****.com'); and redo it as define('HTTP_SERVER', 'https://'); Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 is what i have been saying all along, the very top http:// . . . Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 Yes i am just making sure, but it doesn't work.. I still have the "You are not protected by a SSL" This is what my Config PHP file looks like now define('HTTP_SERVER', 'https://'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.*************.com'); define('HTTPS_CATALOG_SERVER', 'https://secure1.hostsave.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '/nfs/cust/2/05/84/548502/web/catalog/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/catalog/admin/'); // absolute path required define('DIR_FS_ADMIN', '/nfs/cust/2/05/84/548502/web/catalog/admin/'); // absolute pate required define('DIR_WS_CATALOG', '/catalog/'); // absolute path required define('DIR_FS_CATALOG', '/nfs/cust/2/05/84/548502/web/catalog/'); // absolute path required And this is what my Host said to put in there for the SSL Connection As a service to our customers, all HostSave accounts have access to the shared SSL server for free. Using shared SSL couldn't be simpler - just change the URL of any page which requires encryption to: https://secure1.hostsave.com/ssl/username of account/securepage.html, replacing "username of account" with your account's main username (no spaces please) and "securepage.html" with the name of the page to be encrypted. If you need to make secure links to images within your secure page, you would use: https://secure1.hostsave.com/ssl/username of account/foldername/filename, where "username of account" is your main account username, "foldername" is a folder on your account if the file is within a subfolder of your "web" directory, and "filename" is the complete filename of the image. And some how its not connecting. Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 you have to put your path there, right now you have it like this: 'https:// and it needs to be: 'https://secure1.hostsave.com/ssl/username' or if you have your own domain : https://domain.com Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 For some reason its still not working.... If i put the Full URL in for a Dir or Image it works.. Exp: https://secure1.hostsave.com/ssl/username/test I get 128bit, i did everything you told me to do, and it still doesnt work.. Link to comment Share on other sites More sharing options...
k2chris1983 Posted December 2, 2004 Author Share Posted December 2, 2004 Ok thats is very very very very odd.. I went back to check out a item ( For kicks ). It went to the right URL with the SSL URL. But no Lock Icon on the bottom of the page of 128BIT but if you click there. It pops up with the Server Authentication Key and crap.. I guess it went through, but still on the Panel it doesn't show i am connected to one... So right now i feel so D*** Confuse! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.