Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 24, 2012, 01:59:39 PM

Pages: [1]   Go Down
  Print  
Author Topic: SSL  (Read 783 times)
s_spice113
Pong! (the videogame) Master
*****
Offline Offline

Posts: 25


WWW
SSL
« on: February 09, 2003, 06:54:00 AM »

I am new to the coding side of the web. So I wasn't aware that I would need SSL when I first started my site. Has anyone ever upgraded there site to use SSL without going to the premium package. The site that I am working on is very small and all the features within the package are not needed. If you have upgraded was it expensive. I am waiting for support to answer my question, but it is Sunday night.

Thanks for your answers in advance.
Logged
stephan
Guest
SSL
« Reply #1 on: February 09, 2003, 07:16:00 AM »

Hi,

First of all, the office is open from 7:00am to 5:00pm Monday through Friday Los Angeles time. Email support is available 24/7 whilst the telephone support is only during office hours.

The forums are obviously here all the time, so you were right to ask here.

Upgrading your account to get an SSL connection going isn't a standard upgrade. I haven't heard of anyone getting it, but it is probably possible.

It shouldn't be too expensive, most of the possible upgrades are around $2.50, but don't quote me on that because I am not responsible for setting up billing.

The point I'm trying to put across is that it shouldn't be too expensive.

By the way, I deleted your other 3 identical posts in the other sections. Please only post your message once, don't worry, it will still get seen. All posts are answered.
Logged
s_spice113
Pong! (the videogame) Master
*****
Offline Offline

Posts: 25


WWW
SSL
« Reply #2 on: February 09, 2003, 08:12:00 AM »

Thanks for the answer.  Sorry about the multiple posts.  The more I dig, the more I find that I don't know.  I guess that is how you learn.   "[Wink]"  

I hope that you are right.  I would hate for this to be an expensive lesson.  I have had a few of those.

Thanks again
 
 [ February 09, 2003, 04:12 PM: Message edited by: s_spice113 ]
Logged
s102r18
Spacescooter Operator
*****
Offline Offline

Posts: 38


WWW
SSL
« Reply #3 on: February 09, 2003, 11:20:00 AM »

If you have a small site, you probably aren't going to be purchasing your own "certificate," so you don't need to upgrade to the premium account.  You can use LP's certificate on a "shared" basis.  That means when you link to your secure page, you will use "https://[server].lunarpages.com/~[username]", instead of "https://[mydomain.com]."

What are you planning to put on your secure page?  Putting it on a secure page is only half the battle.  You still have to get the data OFF the server securely.
Logged
s_spice113
Pong! (the videogame) Master
*****
Offline Offline

Posts: 25


WWW
SSL
« Reply #4 on: February 10, 2003, 10:24:00 AM »

I am planning on submitting a form with credit card #.  I am using PGP to encrypt it and JMail.  At least I am trying to.  I am not sure that I am coding everything correctly.  Right now I am waiting for the PGP to be sent to my e-mail.  

Could someone that a look at my code and give me a heads up:

Set JMail = Server.CreateObject("JMail.Message")
JMail.ServerAddress = "saturn.lunarpages.com"

JMail.Sender = Request.Form("Email")

JMail.Subject = "Gift Certificate/Contact form"

JMail.AddRecipient "contact@heavenlyescapespa.com"

JMail.Body = "The following information was sent by " & Request.Form("Email") & "totaling $" & curTransAmt &  ":" & vbNewLine & vbNewline
For i = 1 To Request.Form.Count
     FieldName = Request.Form.Key(i)
    FieldValue = Request.Form.Item(i)
    JMail.Body = JMail.Body & FieldName & ":" & FieldValue & vbNewLine
JMail.Priority = 3

JMail.logging =true
JMail.silent=true
JMail.PGPEncrypt=true
Next
JMAIL.Execute
Set JMail = Nothing

%>

Oh, and when you said "link to", where would I do this.
 
 [ February 10, 2003, 06:29 PM: Message edited by: s_spice113 ]
Logged
TWebMan
Quantum Encyclopedia Writer
*****
Offline Offline

Posts: 3112



WWW
SSL
« Reply #5 on: April 17, 2003, 11:54:20 PM »

I regret I can't help you on the JMail, as I'm not familiar with it.  But somebody will Wink

By "link to", he meant any page that points to your final form where they put in sensitive info must start with https://

As for transferring data from the server securely, you can encrypy email and have a key to decrypt, but unless you spend money, you would have to use something like PGP with a public key; that is a potential risk.  Or, you can secure download (see below).

I will give you the same advice I give my web customers.
Let somebody handle the dirtywork.  Lunar's support team will help you get set up or set it up for you (for a fair price) and make sure all is in place to safely transact.

Or you can go to 2checkout.com, give them their $50 setup fee, and let them take care of it.  They provide secure server, transaction, and a merchant account.  They'll deposit to a bank account or mail you a check every 15 days.

There's nothing wrong with doing it all yourself, of course.  The folks at Lunar will go out of their way to help you get and stay set up.  But I'm sure you realize there is a lot to secure online ordering, and it could save you 'tuition' to pay someone who does it regularly and will handle all the 'dirtywork'.  If you have a merchant account and you want to manually enter sales into your card machine, then I would suggest possibly a secure (SSH) file transfer at least twice a day, with possibly PGP encryption.
Logged

"Computers cause people to make more mistakes than any other invention in history, with the possible exception of handguns and tequila."  - Unknown
"Liberty of any kind is seldom lost all at once." - D. Hume
Every day is an Ode to Joy
The planet will be fine... and so will your site
dspotts
Trekkie
**
Offline Offline

Posts: 19



WWW
SSL
« Reply #6 on: April 18, 2003, 02:18:40 AM »

I can't comment on your specific needs, but Kelvin/Max have quoted me this for SSL added to a standard plan:

See this post a little down in this forum:

http://www.lunarforums.com/forum/viewtopic.php?t=4370

Dave Smile
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: