Results 1 to 10 of 10

Thread: To https or not to to https

  1. #1
    Greg Greg Blank's Avatar
    Join Date
    Mar 2009
    Location
    Central Maryland
    Posts
    1,099

    To https or not to to https

    The question is I am considering using an online service that bills credit cards for the service they provide. The site is an online gallery service that requires you create a password and to login prior to joining as a member, once you join you can update the account setting and pay using a credit card. The address for the credit card form is an https address but the lock symbol does not appear in the corner of the browser..so is that important or less important than the https designation?
    "Great things are accomplished by talented people who believe they will
    accomplish them."
    Warren G. Bennis

    www.gbphotoworks.com

  2. #2

    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    1,424

    Re: To https or not to to https

    Are you sure there's no lock icon to the right of the address bar?

  3. #3
    Greg Greg Blank's Avatar
    Join Date
    Mar 2009
    Location
    Central Maryland
    Posts
    1,099

    Re: To https or not to to https

    Yes am sure.

    Quote Originally Posted by Ben Syverson View Post
    Are you sure there's no lock icon to the right of the address bar?
    "Great things are accomplished by talented people who believe they will
    accomplish them."
    Warren G. Bennis

    www.gbphotoworks.com

  4. #4
    8x10, 5x7, 4x5, et al Leigh's Avatar
    Join Date
    Dec 2010
    Location
    Maryland, USA
    Posts
    5,454

    Lightbulb Re: To https or not to to https

    I don't know what browser you're using. The security icon display may differ. On Firefox it only shows when the entire page is encrypted.

    However, the provider must pay for that to happen, so many opt to only encrypt the data that is sent from you to the website. The displayed page content is not encrypted.

    When this occurs, the security icon will usually not be displayed.

    If the URL begins with https: then you are in fact using the secure connection protocol.

    Use of public key encryption costs money. The provider (website) must pay each time encrypted data is sent either direction.

    - Leigh

  5. #5

    Join Date
    Dec 2006
    Location
    Chicago, IL
    Posts
    1,424

    Re: To https or not to to https

    Quote Originally Posted by Leigh View Post
    Use of public key encryption costs money. The provider (website) must pay each time encrypted data is sent either direction.
    Not exactly... You pay for the certificate itself—encrypting the data is free.

    But Leigh is right—if you're seeing "https://" then the site is indeed encrypted.

  6. #6
    Mike Anderson's Avatar
    Join Date
    Jan 2010
    Location
    San Diego
    Posts
    681

    Re: To https or not to to https

    If it says "https" the transmission is encoded with a security certificate, and
    I think most browsers will warn you if the server's security certificate is fishy, e.g. doesn't seem to jibe with the server's address.

    ...Mike

  7. #7
    8x10, 5x7, 4x5, et al Leigh's Avatar
    Join Date
    Dec 2010
    Location
    Maryland, USA
    Posts
    5,454

    Re: To https or not to to https

    Quote Originally Posted by Ben Syverson View Post
    Not exactly... You pay for the certificate itself—encrypting the data is free.
    Well, sort of.

    Certificates are available in different "volume" levels, i.e. light, moderate, or heavy, depending on how much traffic you expect. It's based on the number of times the cert is queried. That happens each time an encrypted transmission is made from either end of the connection. One way to reduce that count is to send outbound traffic (the web page) in the clear and only encrypt the response.

    I used to work for one of the companies in that business. We had a number of different tiers available, depending on the client's requirements. If the traffic for a given client exceeded the permitted level, the cert would show up as "not validated" until they ponied up more $$.

    At least that's how it worked a few years ago. Things may have changed.

    - Leigh

  8. #8
    Still Developing
    Join Date
    Jul 2007
    Location
    Leeds, UK
    Posts
    582

    Re: To https or not to to https

    Quote Originally Posted by Greg Blank View Post
    The question is I am considering using an online service that bills credit cards for the service they provide. The site is an online gallery service that requires you create a password and to login prior to joining as a member, once you join you can update the account setting and pay using a credit card. The address for the credit card form is an https address but the lock symbol does not appear in the corner of the browser..so is that important or less important than the https designation?
    It's the destination of the form that is more important than the page the form is on.

    If when you submit the form it ends up on a https page then the data will have been encrypted on the way through.

    Of course, if you are trying to convince people to use the form, it may be better to get that on a https page as well if possible (although it will make no difference in security in any way).

    Tim
    Still Developing at http://www.timparkin.co.uk and scanning at http://cheapdrumscanning.com

  9. #9

    Join Date
    Apr 2009
    Location
    Seattle area, WA
    Posts
    1,331

    Re: To https or not to to https

    You won't get the lock icon if some inline items (usually images) on the page aren't being transmitted in https. This doesn't mean it's not encrypted it just means the entire page isn't encrypted. Take a look at the source of the page and look for images that are hard coded to go to an "http://" address. Those need to be changed to local links or absolute "https://" addresses.

  10. #10
    Greg Greg Blank's Avatar
    Join Date
    Mar 2009
    Location
    Central Maryland
    Posts
    1,099

    Re: To https or not to to https

    Thats what I like about this forum "LF" , for the most part everyone polite and when you need knowledge lots of help to be had. Thanks Guys
    "Great things are accomplished by talented people who believe they will
    accomplish them."
    Warren G. Bennis

    www.gbphotoworks.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •