Please sign in to post in this forum.

This Question is Possibly Answered

1 "correct" answer available (5 pts) 3 "helpful" answers available (4 pts)
Post a new topic
8 Replies Last post: Aug 31, 2008 9:35 AM by wfajardo

to SSL or not SSL?

Jul 27, 2009 12:38 PM

Click to view just4girls's profile Professional just4girls 5 posts since
Apr 6, 2009
Hi! I just start my new online clothing exchange https://www.consignmentcrossroads.com/ and installed a SSL. It was not an easy task to install because I am new to the web design world. Anyway, now I am experiencing problems using the SSL and google adsense together. The adsense script on secure httpS:// pages (members areas and checkout etc) is generating an 'insecure' message which also shows in the visitors browser. I have uninstalled google adsense for this reason. Now I am questioning whether it was a good idea to install the SSL in the first place? Do customers look for this? Any info is appreaciated!
Report as inappropriate
Click to view DomainDiva's profile Mogul DomainDiva 1,732 posts since
Oct 10, 2007
1. Re: to SSL or not SSL? Jul 27, 2009 3:12 PM
in response to: just4girls
Google Adsense does not support an https version of the Adsense code. You can find out more at:

www.google/com/adsense/support

Is your Javascript enabled?

good luck
Click to view just4girls's profile Professional just4girls 5 posts since
Apr 6, 2009
2. Re: to SSL or not SSL? Jul 27, 2009 7:10 PM
in response to: DomainDiva
Yes, I understand that Google Adsense does not support an https version of the Adsense code, this is why I disabled it. I may have been unclear... my question was: is having a SSL an important 'must have'? Do customers look for this?

You wrote: Is your Javascript enabled?
I am not sure, is this something I should have enabled? Please advise.
Click to view DomainDiva's profile Mogul DomainDiva 1,732 posts since
Oct 10, 2007
3. Re: to SSL or not SSL? Jul 28, 2009 3:51 PM
in response to: just4girls
OK now I understand the question.

SSL (Secure socket layer) is a private communication channel enabling data encryption during transmission. Encryption then scrambles the data, creating a type of storage envelope for message privacy.If you are accepting credit cards, email addresses or any type of data from your users you need to have this. VeriSign is probably the most popular.

I shop a lot online and would not use a website that does not have this verification.
Click to view Lighthouse24's profile Mogul Lighthouse24 2,396 posts since
Oct 10, 2007
4. Re: to SSL or not SSL? Jul 29, 2009 2:47 PM
in response to: just4girls
Yes, most customers expect it -- plus (depending on the nature of your business) if you're not providing SSL encryption and data you require from a customer is ever intercepted/misused, you could end up in a negligence lawsuit.
Click to view dollsbags's profile Mogul dollsbags 26 posts since
Dec 6, 2007
5. Re: to SSL or not SSL? Aug 2, 2009 10:28 AM
in response to: just4girls
Nice site by the way. An SSL certificate is required by merchant processors such as Authorize.net, Bank of America Merchant Services, etc. You can use PayPal "Website Payment Standard" and not have to install an SSL cert on your site. In that case, your checkout process is transferred to the paypal gateway where the credit card transaction is processed securely on the paypal servers, and then the transaction result codes are passed back to your checkout process for order completion.

Good luck!

RIch Petrelli, VP
DollsBags.com
Click to view dollsbags's profile Mogul dollsbags 26 posts since
Dec 6, 2007
6. Re: to SSL or not SSL? Aug 2, 2009 10:28 AM
in response to: just4girls
Oh, one more thing...

Sometimes it is the IMAGE ITSELF that generates the insecure message in the browser and not the script itself. I am not that familiar with adwords but if there is an option in the script to change the image location from http to https for instance <img src="https://adsense.whatever.logo"> that may work.