SSL issue when Jetpack WordPress Subscribe form through widgets used
-
I have used subscribe widget through widgets on my global sidebar. Over https connectivity, whynopadlock.com says “Insecure <form> call” and even chrome warns the same.
When I viewed the source,
<form action="#" method="post" accept-charset="utf-8" id="subscribe-blog-blog_subscription-2"> <div id="subscribe-text"> <p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p> </div> <p id="subscribe-email"> <label id="jetpack-subscribe-label" for="subscribe-field-blog_subscription-2"> Email Address </label> <input type="email" name="email" required="required" class="required" value="" id="subscribe-field-blog_subscription-2" placeholder="Email Address" /></p> <p id="subscribe-submit"> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="source" value="https://www.myexample.com/blog/" /> <input type="hidden" name="sub-type" value="widget" /> <input type="hidden" name="redirect_fragment" value="blog_subscription-2" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="********" /> <input type="submit" value="Subscribe" name="jetpack_subscriptions_widget" /></p> </form>
How can I solve this?
- The topic ‘SSL issue when Jetpack WordPress Subscribe form through widgets used’ is closed to new replies.