question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not working over SSL

See original GitHub issue

Getting this error when trying to run the script over a secure connection.

[blocked] The page at 'http://blaaah.com' was loaded over HTTPS, 
but ran insecure content from 
'http://mylist.us3.list-manage1.com/subscribe/post-json?
u=04f8c1cd24075695174280554_1393032436879&
EMAIL=email%40gmail.com&_=1393032436880': 
this content should also be loaded over HTTPS.

When I try to prefix with https it also fails, and says it was trying to submit a GET request, which seems strange.

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
i3inarycommented, Mar 26, 2014
$('#region-signup-form').ajaxChimp({
    url: 'https://mylist.us3.list-manage.com/subscribe/post?u=af7e4.......a03&id=2b.....7c'
});
0reactions
joshreisnercommented, Jan 10, 2016

@jprichardson helped me and I wasn’t even using the plugin. I was getting ERR_INSECURE_RESPONSE on a homegrown AJAX script for a Shopify theme. Removing the 1 fixed it for me. Appreciate it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

8 Ways to Fix SSL Connection Errors on Various Browsers ...
Open the Settings app and select General > Date & Time. · Check if the Set Automatically option is enabled. If it isn't,...
Read more >
Why is SSL/HTTPS not working on my site? - Support | one.com
There can be several reasons why SSL/HTTPS is not working on your site. Please see if one of the causes listed below helps...
Read more >
SSL Troubleshooting for the Most Common SSL Issues
The most common reason that SSL fails is because the domain has been added to MyPressable Control Panel while a DNS change is...
Read more >
Troubleshoot LDAP over SSL connection problems
Troubleshoot LDAP over SSL connection problems · Step 1: Verify the Server Authentication certificate · Step 2: Verify the Client Authentication ...
Read more >
Troubleshooting SSL errors – Cloudflare Help Center
Even with a Cloudflare SSL certificate provisioned for your domain, older browsers display errors about untrusted SSL certificates because they ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found