PDA

View Full Version : 1 & 1 SSL Problems


growe
07-May-2003, 06:30 PM
Hi all,

Can anyone please help. I have a Business package with one and one internet and have uploaded most of my store and all is working fine except the check out.

I click the checkout button and unfortunately the browser can not find the page. I have set my payment method as Paypal and included my email address in the merchant ID as requested. Not sure what the problem is.

These are my current settings:

HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST auth.smtp.oneandone.co.uk
WEBSITEURL http://www.theallseeingeye.net/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://www.theallseeingeye.net/acatalog/
SSLCGIBINURL https://www.theallseeingeye.net/cgi-bin/
SSLPATHFROMCGITOCATALOG ../acatalog/
SSLCODEBASE ./
SSLFTPHOST ftp.theallseeingeye.net
SSLFTPUSERNAME uxxxxxxxxxx
SSLFTPPASSWORD xxxxxxxxxxx
SSLPATHTOCGIBIN cgi-bin/
SSLUSEPASSIVEFTP true
CATALOGURL http://www.theallseeingeye.net/acatalog/
CGIBINURL http://www.theallseeingeye.net/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST ftp.theallseeingeye.net
FTPUSERNAME uxxxxxxxxxx
FTPPASSWORD xxxxxxxxxxx
PATHTOCGIBIN cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG /acatalog/

I have contacted my ISP but I don't think they understand what I'm going on about. Can anyone please help because I'm at a loss.

Many Thanks
Glenn

NormanRouxel
07-May-2003, 08:32 PM
Are you running 6.1.2?

I think you need this for 1 & 1 SSL in checkout to work. I posted some settings recently that worked for me on a 1 & 1 business site.

It's http://community.actinic.com/showthread.php?s=&threadid=1515&highlight=1%261

Prior to 6.1.2 they failed at the secure chackout.

Norman

growe
07-May-2003, 08:42 PM
Yes I am using version 6.1.2. Do you know the settings I need??

growe
07-May-2003, 08:45 PM
sorry I just noticed the link, I have look at your settings can I ask a stupid question. What is the sslrelay.com ?? Do I need another provider??

NormanRouxel
07-May-2003, 10:36 PM
Here are the setting I posted earlier:-

And here's a 1&1 Professional site with a sub domain secure.mysite.com pointing at / and set to use the 1&1 SSL.

HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 1
SCRIPTEXT .pl
SMTPHOST auth.smtp.oneandone.co.uk
WEBSITEURL http://www.www.mysite.com/index.html
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://sslrelay.com/secure.mysite.com/acatalog/
SSLCGIBINURL https://sslrelay.com/secure.mysite.com/cgi-bin/
SSLPATHFROMCGITOCATALOG ../acatalog/
SSLCODEBASE ./
SSLFTPHOST mysite.com
SSLFTPUSERNAME *********
SSLFTPPASSWORD *********
SSLPATHTOCGIBIN /cgi-bin/
SSLUSEPASSIVEFTP true
CATALOGURL http://www.mysite.com/acatalog/
CGIBINURL http://www.mysite.com/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST mysite.com
FTPUSERNAME *********
FTPPASSWORD *********
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG

Tested OK with Catalog V6.1.2

Now as to how that lot works:-

The sslrelay thing is how 1 & 1 implement SSL. It allows you to access a sub-domain via SSL. You have to go to their control panel and activate both a sub-domain and then SSL on that sub-domain.

In detail, you (and I'm doing this from memory) have to set up a sub-domain first pointing at a directory on your site (in the example above I'm snow-lines.co.uk and I set up sub-domain secure.snow-lines.co.uk and pointed that at the root "/"). Then you activate SSL and tell it that secure.snow-lines.co.uk is your secure sub-domain.

Now in Actinic you set SSL on checkout only and use the settings like I posted above.

Norman

skinnybloke
26-Mar-2004, 03:24 PM
Hi - I have a 1&1 managed server and I have got SSL working fine for one actinic site without any problems.

Does anybody know if you can run multiple actinic sites on the same 1&1 managed server?

When you upload a site is it just the cgi-bin files that are uploaded to the SSL area?

Any help would be appreciated.

cdicken
29-Mar-2004, 09:05 AM
Does anybody know if you can run multiple actinic sites on the same 1&1 managed server? Yes, you should just be able to set up a second virtual server on the box that your current web site is on. If they are going to share the same actual cgi-bin folder, then you need to make sure they use different cgi-script ID numbers.When you upload a site is it just the cgi-bin files that are uploaded to the SSL area? Yes.

skinnybloke
01-Apr-2004, 12:19 PM
Hi Chris - you can only setup one virtual server via the control panel.

I think I have managed to work a way around this which seems to work. If anyone can see anything blatently flawed with this then please shout now.

Here we go...

In the web root directory I have setup two directories site1 and site2 which each contain an Actinic shop.

www.site1.com points to the site1 directory.
www.site2.com points to the site2 directory.

I have a 3rd domain name www.secure.com which points to the root directory /.

Using Norman's information below I have setup a subdomain which points at the root:

order.secure.com

and a SSL virtual server :

https://sslrelay.com/order.secure.com


I'm using these network settings for site1

HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 3
SCRIPTEXT .pl
SMTPHOST auth.smtp.oneandone.co.uk
WEBSITEURL http://www.site1.com/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://sslrelay.com/order.secure.com/site1/acatalog/
SSLCGIBINURL https://sslrelay.com/order.secure.com/site1/cgi-bin/
SSLPATHFROMCGITOCATALOG ../acatalog/
SSLCODEBASE ./
SSLFTPHOST www.site1.com
SSLFTPUSERNAME ******
SSLFTPPASSWORD ******
SSLPATHTOCGIBIN /cgi-bin/
SSLUSEPASSIVEFTP true
CATALOGURL http://www.site1.com/acatalog/
CGIBINURL http://www.site1.com/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST www.site1.com
FTPUSERNAME ******
FTPPASSWORD ******
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG


and these network settings for site1

HTTPPROXYMODE 0
HTTPPROXYADDRESS
HTTPPROXYPORT 80
HTTPPROXYUSER
HTTPPROXYPASSWORD
FTPPROXYMODE 0
FTPPROXYADDRESS
FTPPROXYPORT 21
FTPPROXYUSER
FTPPROXYPASSWORD
SCRIPTID 3
SCRIPTEXT .pl
SMTPHOST auth.smtp.oneandone.co.uk
WEBSITEURL http://www.site2.com/
IGNOREPASSIVEERRORS true
USERELATIVECGIURLS false
PATHTOPERL /usr/bin/perl
SSLCATALOGURL https://sslrelay.com/order.secure.com/site2/acatalog/
SSLCGIBINURL https://sslrelay.com/order.secure.com/site2/cgi-bin/
SSLPATHFROMCGITOCATALOG ../acatalog/
SSLCODEBASE ./
SSLFTPHOST www.site2.com
SSLFTPUSERNAME ******
SSLFTPPASSWORD ******
SSLPATHTOCGIBIN /cgi-bin/
SSLUSEPASSIVEFTP true
CATALOGURL http://www.site2.com/acatalog/
CGIBINURL http://www.site2.com/cgi-bin/
PATHFROMCGITOCATALOG ../acatalog/
CODEBASE ./
FTPHOST www.site2.com
FTPUSERNAME ******
FTPPASSWORD ******
PATHTOCGIBIN /cgi-bin/
USEPASSIVEFTP true
FTPPATHFROMCGITOCATALOG


Seems to work fine for my text sites.

NormanRouxel
01-Apr-2004, 01:00 PM
You have the same SCRIPTID (3) for both these sites.

Norman

skinnybloke
01-Apr-2004, 01:22 PM
hi Norman - would that make any difference as they are both using different cgi-bins?

jburrage
01-Apr-2004, 01:29 PM
Hi, I have been working with a Actinic site on 1 & 1 Professional package, and have noticed with all the correct settings, when the address is https://sslrelay.com/... the small padlock only appears briefly when the Next button is pushed on the last page (CC details).

Is this normal for sslrelay? When it shows the receipt page it says 'This page includes some items that are not secure, do you wish to continue viewing this page?' error. I'm keen to make sure that the details are secure, and whilst I think they might be when the address contains https://, customers may not be so keen with out the small padlock icon.

Many thanks, James

skinnybloke
01-Apr-2004, 02:00 PM
Hi - I have just tested this on my one&one managed server using IE6 and the padlock remains locked ll through the checkout process and whilst https is prefixing the url.

what browser and version are you using?

NormanRouxel
01-Apr-2004, 03:18 PM
would that make any difference as they are both using different cgi-bins?

As long as you're sure they really are separate then you should be OK. It would be easy to check and see.

Remember that the way Apache (I presume that's what's serving those pages) view of the file structure is not the same as that of the operating system.

Norman

skinnybloke
01-Apr-2004, 03:47 PM
Hi Norman - It won't hurt to change them to be different - better safe than sorry.

It is an Apache server.

jburrage
01-Apr-2004, 09:05 PM
Originally posted by skinnybloke
Hi - I have just tested this on my one&one managed server using IE6 and the padlock remains locked ll through the checkout process and whilst https is prefixing the url.

what browser and version are you using?

Hi, I am using IE6 and Actinic Developer (v 6). Having changed some settings, and putting it back to the Actinic default template for Checkout pages, I get the error message...

"This page contains both secure and non secure items"

I have deleted all files from the server and uploaded again incase there was something being left over. I'm all out of ideas!

Thanks, James

skinnybloke
02-Apr-2004, 07:56 AM
Hi James - what is the URL of your website. I'll try it from my browser to see what I get.

skinnybloke
02-Apr-2004, 07:58 AM
...regarding the oneandone SSL issue I just got this reply to my question from oneandone:

"On a managed server you only get 1 SSL certificate. You activate the SSL through the 1&1 admin panel. The activation is carried out by selecting a directory and then that directory and its children directories have a SSL enabled. if you want more then one domain to have SSL, then you could create directory for every domain that you want a secure connection for and place it under the SSL directory. Then through the domain management section of the 1&1 control panel you can point the domain to its particular directory"

jburrage
02-Apr-2004, 11:47 AM
Hi David,

The URL is http://www.shoesforchildren.co.uk

I assume I have got everything set up on 1&1 correctly as it is trying to put the SSL on, I'm guessing there must be something on the page it can't put under the https?

Thanks

James

skinnybloke
07-Apr-2004, 02:14 PM
Hi James - I tried this as far as I could without entering my credit card details and the padlock remained closed throughout the checkout process.

I did get the message though asking if I want to display non-secure items. I believe this means that something within your html file is not in the secure area - but I cannot see what it is.

Maybe someonee from Actinic can help?

cdicken
08-Apr-2004, 07:44 AM
I see you are using a design based on stylesheets. I suggest you go to 'Advanced | Template Manager'.

Go to the 'Miscellaneous' tab and click 'CSS Files...'. (If you are looking at the blue and white graphical template manager then click 'Change View').

Click 'Edit' and then find the following line:

background-image:url(NETQUOTEVAR:BGIMAGECSS);

Change it to read

/*background-image:url(NETQUOTEVAR:BGIMAGECSS);*/

Save the file and upload the store and the message about secure/insecure items will hopefully be gone from the checkout.