• Hi. I have an issue with Firefox. Please have a read below, my mail to Stripe support. The recommended that I should ask you about this:

    Hi there,

    That does look correct! I would chat with the authors of the plugin you’re using and see if they’ve seen this before or have any insight! Looking on your Checkout page (https://b-light.se/checkout-3/) I do see <script type=’text/javascript’ src=’//js.stripe.com/v2/?ver=2.0′></script> included.

    When I try that in my own JSBin it causes the same notice. If I explicitly change the include to HTTPS <script type=’text/javascript’ src=’https://js.stripe.com/v2/?ver=2.0′></script&gt; it resolves the issue.

    https://jsbin.com/nihokaxaha/edit?html,output

    I hope this helps and please let me know if you have any other questions!

    All the best,
    Dex
    On April 17, 2016 at 7:23 PM info <info@b-light.se> wrote:
    Hi Dexter.
    Thanks for you answer. I use the WordPress plugin for Stripe:
    From there I can read this:
    public function load_stripe_scripts() {
    wp_enqueue_script( ‘stripe’, ‘https://js.stripe.com/v2/&#8217;, false, ‘2.0’, true );
    For me it looks correct but I′m not a developer.
    It′s only Firefox that complain, not Chrome or Edge.
    I want it to be fine for all browsers though.
    Any advice?
    Thanks
    Jonas
    ……………………………………………………………….
    B-LIGHT Sweden <https://www.b-light.se/&gt; https://www.b-light.se
    ?lvs?kersgr?nd 46 <mailto:info@b-light.se> info@b-light.se
    125 72 ?lvsj? +46 76 251 58 80
    Sweden
    <https://b-light.se/&gt;
    <https://b-light.se/product-category/new-arrivals/&gt;
    Fr?n: support@stripe.com [mailto:support@stripe.com]
    On April 17, 2016 at 5:01 PM Dexter W. <support@stripe.com> wrote:
    Hey there,

    Thanks for reaching out to us, I’m happy to help you with this! It sounds like you are seeing this error because you are hosting Stripe.js locally, on your web site, rather than pulling it directly from Stripe.

    You should always include Stripe.js directly from Stripe to ensure that it is up to date and secure. We cannot guarantee that your integration will function correctly if you are hosting it locally.

    You should include Stripe.js with:

    <script type=”text/javascript” src=”https://js.stripe.com/v2/”></script&gt;

    I hope this helps and please let me know if you have any other questions!

    All the best,
    Dex
    On April 16, 2016 at 8:45 AM info <info@b-light.se> wrote:
    I get an error on Firefox on my checkout page:
    JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js:2:542
    “It looks like Stripe.js is not being loaded from https://js.stripe.com. Stripe does not support serving Stripe.js from your own domain.” v2:2:516
    referrer url :-https://b-light.se/shop/organic-products/tops/organic-t-shirt-devadara-classic-blue/ slide_in.js:22:131
    scroll
    How can I get rid of that? It doesnt appear in Chrome or Edge.
    Haven′t tried if its possible to make a transaction.
    Thanks!

    https://www.ads-software.com/plugins/stripe-woocommerce-addon/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    1- Please make a test transaction woth test keys
    2- The code written on plugin to include stripe.js is as below

    wp_enqueue_script( 'stripe', 'https://js.stripe.com/v2/', false, '2.0', true );

    If your transaction goes through you don’t have to worry about

    else you will have to use hosted checkout plugin.

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    There was a guy having same issue on this thread but it was due to a different plugin

    Thread Starter blight.se

    (@blightse)

    And now It got even worse. I get this pop up window in any browser when I click anywhere on the page.

    js.stripe.com must be accessed via SSL. Try changing your script tag to: <script src=”https://js.stripe.com/v2/”></script&gt;

    Please have a look here: https://b-light.se

    Any suggestions?
    Jonas Larsson

    Thread Starter blight.se

    (@blightse)

    Sorry, I think it was a SSL error on my side. All should work. Thanks!

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    Dear Jonas ,

    Had your problem been solved yet please let me know

    Thanks

    Thread Starter blight.se

    (@blightse)

    Hi. I still have the same issue with Firefox. The padlock is crossed over. But I can make payments. I think from a customers point of view it is not good. They might feel that its unsecure. Do you have any ideas on how to solve this?

    Thanks for your fast response.
    Jonas

    Plugin Author syednazrulhassan

    (@nazrulhassanmca)

    What i assume is there is some js conflict on your site causing such issues the best idea to isolate case would be just keep woocommerce and stripe plugin activated and clear browser cache and try to checkout with default twentyfifteen theme that will help you to isolate the issue

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The green SSL padlock in Firefox’ is closed to new replies.