PowWeb Forums - The Perfect Community for the Perfect Host  

Register now to interact with over 11,000 members! Registered users have Posting Privileges, free access to Private Messaging, Email Notifications and more.

Go Back   PowWeb Community Forums > Web Site Design > Content Management Systems > E-commerce and Shopping Carts
User Name
Password
Register FAQ Members List Search Today's Posts Mark Forums Read

Closed Thread
 
Thread Tools Search this Thread
Old 6-17-03, 10:22 AM   #1
FRoST
 
Posts: n/a
Exclamation RE: SSL Site Certificate Setup

Hello.
I need help setting up my own site certificate. First of all, I need to creat a Certificate Signing Request (CSR) using Apache Mod_SSL. How do I do this? How do access Apache Mod_SSL?

Can you please help me out with this.

Thanks very much.
 
Old 7-4-03, 10:48 AM   #2
sduplessis
 
Posts: n/a
did you get anywhere on the SSL setup?

My "store" works but when I click on a link that requires SSL (ie checkout) the web page will not pull up.

Any clues.

Sam
 
Old 7-4-03, 11:53 AM   #3
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
You can't do this at PowWeb - not yet, anyway.

What you can do is use PowWeb's shared SSL certificate - free signup through your OPS panel. You'll have to use a hostname of the form https://servername.powweb.com:12345 (it will tell you when you sign up) for this, you can't use your own domain name.
__________________
Steve
stevel is offline  
Old 7-5-03, 12:57 AM   #4
snorocket
 
Join Date: Nov 2002
Location: cardboard box
Posts: 37
Reputation: 5
get with the program powweb

get with the program powweb, people want their own verisign or geotrust cert.
snorocket is offline  
Old 7-5-03, 11:57 AM   #5
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
The admins have hinted that PowWeb is working on a way to do this. I find it amusing (sort of) that a year's certificate costs more than a year of PowWeb hosting...
__________________
Steve
stevel is offline  
Old 7-5-03, 02:04 PM   #6
mjp
on hiatus
 
Join Date: Nov 2002
Location: Up your ***
Posts: 2,864
Reputation: 203
Indeed the admins are currently testing an SSL accelerator for the servers that - once we are satisfied it is working properly - will allow you to use your own certificate on your site. It has not yet been decided what the fee structure will be for personal SSL or whether we will also offer the ability to purchase your own certificate through Member Operations. But it is being worked on, and you'll probably see it offered soon in one form or another.

mjp
mjp is offline  
Old 7-7-03, 12:06 PM   #7
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
I discovered today a serious downside of the current shared SSL support. It means that your site may not be accessible by users inside a corporate firewall that rejects access to non-standard ports (like where I work!)

So here's hoping for a better system soon that doesn't depend on a site-unique port number!
__________________
Steve
stevel is offline  
Old 7-7-03, 03:15 PM   #8
snorocket
 
Join Date: Nov 2002
Location: cardboard box
Posts: 37
Reputation: 5
your right

all my customers who try to place orders from behind a fire wall get errors as soon as thye get to the https server, whammo blank page, lost order
snorocket is offline  
Old 7-7-03, 04:42 PM   #9
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
It's not all firewalls, but the two corporate firewalls I've tried do have this problem. Yuck...
__________________
Steve
stevel is offline  
Old 7-16-03, 08:28 AM   #10
tcjay
 
tcjay's Avatar
 
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
Question Shared SSL certificate

Where on the control panel can I sign up for the eshared SSL certificate. I have looked and can't seem to find it.
__________________
Live free or die
www.tillitomas.com
tcjay is offline  
Old 7-16-03, 11:11 AM   #11
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
Billing tab, at the bottom under "Additional Services".
__________________
Steve
stevel is offline  
Old 7-16-03, 11:25 AM   #12
tcjay
 
tcjay's Avatar
 
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
OK....... I have activated SSL on the billing page and received a URL. Where do I use this URL on osCommerce. I used my regular URL when I installed the script.
__________________
Live free or die
www.tillitomas.com
tcjay is offline  
Old 7-16-03, 02:23 PM   #13
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
Edit your admin/configure.php (and I think catalog/configure.php) to specify the https base URL in the appropriate variable. I'm far away from my editing system right now and can't tell you exactly, but it's like the second or third value in the file and should be obvious.
__________________
Steve
stevel is offline  
Old 7-16-03, 03:04 PM   #14
alphadesk
 
alphadesk's Avatar
 
Join Date: Dec 2001
Location: Gulfcoast, TX
Posts: 6,911
Reputation: 102
I believe these are the lines in configure.php file Stevel is talking about.

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://yoursite.com'); // eg, http://localhost or - https://localhost should not be empty for productive servers
define('HTTP_CATALOG_SERVER', 'http://yoursite.com');
define('HTTPS_CATALOG_SERVER', 'https://server.powweb.com:XXXXX');
define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
__________________
Thanks,
AlphaDesk

Those who can read and don't are no better off than those who can't. - Sam Clemens
alphadesk is offline  
Old 7-16-03, 04:05 PM   #15
tcjay
 
tcjay's Avatar
 
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
configuration

Hmmmmm. I have tried making the changes that you suggested. You have a line that was not in my config file and I have a file not in your post. I have included my the lines from the config file. I still receive a 404 error when I try to check out.



define('HTTP_SERVER', 'http://www.needlepointbackbay.com'); define('HTTPS_SERVER', 'https://www.needlepointbackbay.com'); define('HTTPS_CATALOG_SERVER', 'https://neptune.powweb.com:11739');
define('ENABLE_SSL', 'true');

The last line is the one in the config file which was not listed in your post. What should I do with it.
__________________
Live free or die
www.tillitomas.com
tcjay is offline  
Old 7-16-03, 04:48 PM   #16
stevel
XPW
 
stevel's Avatar
 
Join Date: Jun 2002
Location: New Hampshire, USA
Posts: 9,464
Reputation: 265
Make HTTPS_SERVER the same as you have for HTTPS_CATALOG_SERVER. BTW, I use ENABLE_SSL as false If you set it to true, the customer is in SSL even while browsing. It will change to SSL for the checkout process even as false.
__________________
Steve
stevel is offline  
Old 7-16-03, 05:25 PM   #17
tcjay
 
tcjay's Avatar
 
Join Date: Nov 2001
Location: Boston
Posts: 395
Reputation: 5
Thank you
__________________
Live free or die
www.tillitomas.com
tcjay is offline  
Old 7-16-03, 10:47 PM   #18
snorocket
 
Join Date: Nov 2002
Location: cardboard box
Posts: 37
Reputation: 5
SSL or not

powweb needs to let us know its coming and when without missing a due date, i love powweb but the need for a verisign or thawte certificate will be the deciding factor in changing hosts, seriously, powweb, let us know and soon, very soon
snorocket is offline  
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 09:26 AM.


Contents ©PowWeb, Inc. ~ vBulletin, Copyright © 2000-2007 Jelsoft Enterprises Limited.