Not working over SSL
See original GitHub issueGetting 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:
- Created 10 years ago
- Comments:9 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@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.