Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating Mailchimp embeded form with an SSL website

Tags:

ssl

mailchimp

I am trying to integrate a Mailchimp sign up form with my website. I generated the form in Mailchimp and copied the embed code to my site. The problem is that my site has an SSL certificate and when my potential clients try to sign up to my mailing list it gives them a security warning (in firefox) saying:

"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.

Are you sure you want to continue sending this information"

Is there any way to avoid getting this warning?

Thank you very much for any help.

like image 885
Dmitri Avatar asked Feb 25 '13 17:02

Dmitri


1 Answers

I was also facing the same problem using default embed code provided by mailchimp, but that wasn't working on SSL site.

So after Googling for solution i found this link:

Stop MailChimp Forms Breaking Your SSL

https://www.ostraining.com/blog/coding/mailchimp-forms-ssl/

and it wasn't a big problem simply need to change the url from list-manage1.com to "list-manage.com"

simply need to test after removing 1 from the list-manage1.com and it worked fine after that.

It also works fine for post-json embed urls.

like image 163
Ronak Jain Avatar answered Sep 28 '22 07:09

Ronak Jain