Forum Moderators: buckworks

Message Too Old, No Replies

showing ssl padlock

         

spritch2

2:57 pm on Aug 14, 2004 (gmt 0)

10+ Year Member



hi,

broadly, how do you deliver an empty form to a user so the ssl padlock shows? do you need to tell the server that this page requires a secure connection?

thanx
ecommerce newbie

Raymond

5:58 pm on Aug 15, 2004 (gmt 0)

10+ Year Member



I am not 100% sure what you mean. If you are wondering how to connect using the Secure Socket Layer then you will need to have access to a SSL certificate.

If you have a SSL cert, then all you have to do is to link to your form using [,...] instead of http://

I hope this helps.

spritch2

10:57 pm on Aug 16, 2004 (gmt 0)

10+ Year Member



yeah your along the right lines, so your saying in the links calling your form instead of using relative addresses you use absolute using

[server...]

cheers

GaryK

11:07 pm on Aug 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Assuming your SSL certificate is installed properly then yes, that's the correct way to link to a secure form.

bakedjake

11:12 pm on Aug 16, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Make sure ALL of the graphics and other external objects are referenced with https:// on that secure page as well, or the padlock won't show up.