acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
38.88k stars 4.93k forks source link

Verify error:Invalid response from http://domain.com/.well-known/acme-challenge/xxx #1801

Closed GeoffatMM closed 5 years ago

GeoffatMM commented 6 years ago

Steps to reproduce

Hi Neil

I have a series of hosted sites (4 in total) at GoDaddy and manage them through cPanel. I had been issuing and updating certificates via sslforfree but then read about your shell script.

I installed acme.sh, issued and deployed single certificates for each site and then set up a series of cron jobs 80 days ago (unfortunately I deleted the multi-site cron that acme.sh set up and could not find how to reinstate it so set up these separate cron jobs for each site instead). I tested each cron line (using -f) and it worked fine. The cron now runs every day (as I am testing it for its first renewal) and I get 2 emails per site each day that tell me (a) it is too early to renew the certificate (next renewal date is ......) and (b) the deployment gives an error as the certificate (I assume) has not been renewed.

The cron command is:

xorex@n3plcpnl0035 [~]$ "/home/xorex/.acme.sh"/acme.sh --renew -d domain.com -w ~/www --dns dns_gd

Yesterday was the first site that reached its renewal date but it failed. Here is the email I received:

 [Mon Aug 20 01:00:01 MST 2018] Renew: 'domain.com'
[Mon Aug 20 01:00:02 MST 2018] Single domain='domain.com'
[Mon Aug 20 01:00:03 MST 2018] Getting domain auth token for each domain
[Mon Aug 20 01:00:03 MST 2018] Getting webroot for domain='domain.com'
[Mon Aug 20 01:00:03 MST 2018] Getting new-authz for domain='domain.com'
[Mon Aug 20 01:00:04 MST 2018] The new-authz request is ok.
[Mon Aug 20 01:00:04 MST 2018] Verifying:domain.com
[Mon Aug 20 01:00:08 MST 2018] domain.com:Verify error:Invalid response from http://domain.com/.well-known/acme-challenge/sIbESf72SkaVUjHbTPRSFYrzop-Vdrll5_0sMSTBcCE: 
[Mon Aug 20 01:00:08 MST 2018] Please add '--debug' or '--log' to check more details.
[Mon Aug 20 01:00:08 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

When I look at http://domain.com/.well-known/acme-challenge/ that key string does not exist.

I ran debug and it appears to try to write the new key and even changes permissions to do so but it does not appear to be written. I have added the debug and debug 2 logs below (as it is with the actual domain name in it uk.boutiquefrenchwine.com). This is a live site.

Appreciate any guidance you can give me. I still have 20 days left on the existing certificates before I have to go back to sslforfree!

Geoff

Debug log

xorex@n3plcpnl0035 [~]$ "/home/xorex/.acme.sh"/acme.sh --renew -d uk.boutiquefrenchwine.com -w ~/www --dns dns_gd --debug
[Mon Aug 20 04:09:23 MST 2018] Lets find script dir.
[Mon Aug 20 04:09:23 MST 2018] _SCRIPT_='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:09:23 MST 2018] _script='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:09:23 MST 2018] _script_home='/home/xorex/.acme.sh'
[Mon Aug 20 04:09:23 MST 2018] Using config home:/home/xorex/.acme.sh
https://github.com/Neilpang/acme.sh
v2.8.0
[Mon Aug 20 04:09:23 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:09:23 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:23 MST 2018] Renew: 'uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:23 MST 2018] Le_API='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:09:23 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] _main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:23 MST 2018] _alt_domains='no'
[Mon Aug 20 04:09:23 MST 2018] Using ACME_DIRECTORY: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:09:23 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:09:23 MST 2018] GET
[Mon Aug 20 04:09:23 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:23 MST 2018] timeout=
[Mon Aug 20 04:09:24 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:24 MST 2018] ret='0'
[Mon Aug 20 04:09:24 MST 2018] ACME_KEY_CHANGE='https://acme-v01.api.letsencrypt.org/acme/key-change'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_AUTHZ='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_ORDER='https://acme-v01.api.letsencrypt.org/acme/new-cert'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_ACCOUNT='https://acme-v01.api.letsencrypt.org/acme/new-reg'
[Mon Aug 20 04:09:24 MST 2018] ACME_REVOKE_CERT='https://acme-v01.api.letsencrypt.org/acme/revoke-cert'
[Mon Aug 20 04:09:24 MST 2018] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'
[Mon Aug 20 04:09:24 MST 2018] ACME_NEW_NONCE
[Mon Aug 20 04:09:24 MST 2018] ACME_VERSION
[Mon Aug 20 04:09:24 MST 2018] Le_NextRenewTime='1534665607'
[Mon Aug 20 04:09:24 MST 2018] _on_before_issue
[Mon Aug 20 04:09:24 MST 2018] _chk_main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _chk_alt_domains
[Mon Aug 20 04:09:24 MST 2018] Le_LocalAddress
[Mon Aug 20 04:09:24 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] Check for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:09:24 MST 2018] d
[Mon Aug 20 04:09:24 MST 2018] _saved_account_key_hash is not changed, skip register account.
[Mon Aug 20 04:09:24 MST 2018] Read key length:
[Mon Aug 20 04:09:24 MST 2018] _createcsr
[Mon Aug 20 04:09:24 MST 2018] Single domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] Getting domain auth token for each domain
[Mon Aug 20 04:09:24 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] Getting webroot for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _w='/home/xorex/www'
[Mon Aug 20 04:09:24 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:09:24 MST 2018] Getting new-authz for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:24 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:09:24 MST 2018] Try new-authz for the 0 time.
[Mon Aug 20 04:09:24 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:09:24 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "uk.boutiquefrenchwine.com"}}'
[Mon Aug 20 04:09:24 MST 2018] RSA key
[Mon Aug 20 04:09:24 MST 2018] GET
[Mon Aug 20 04:09:24 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:09:24 MST 2018] timeout=
[Mon Aug 20 04:09:24 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:25 MST 2018] ret='0'
[Mon Aug 20 04:09:25 MST 2018] POST
[Mon Aug 20 04:09:25 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:09:25 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:26 MST 2018] _ret='0'
[Mon Aug 20 04:09:26 MST 2018] code='201'
[Mon Aug 20 04:09:26 MST 2018] The new-authz request is ok.
[Mon Aug 20 04:09:26 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283","token":"uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0"'
[Mon Aug 20 04:09:26 MST 2018] token='uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0'
[Mon Aug 20 04:09:26 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:26 MST 2018] keyauthorization='uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:09:26 MST 2018] dvlist='uk.boutiquefrenchwine.com#uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283#http-01#/home/xorex/www'
[Mon Aug 20 04:09:26 MST 2018] d
[Mon Aug 20 04:09:26 MST 2018] vlist='uk.boutiquefrenchwine.com#uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283#http-01#/home/xorex/www,'
[Mon Aug 20 04:09:26 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:26 MST 2018] ok, let's start to verify
[Mon Aug 20 04:09:26 MST 2018] Verifying:uk.boutiquefrenchwine.com
[Mon Aug 20 04:09:26 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:09:26 MST 2018] keyauthorization='uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:09:26 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:26 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:09:26 MST 2018] wellknown_path='/home/xorex/www/.well-known/acme-challenge'
[Mon Aug 20 04:09:26 MST 2018] writing token:uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0 to /home/xorex/www/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0
[Mon Aug 20 04:09:27 MST 2018] Changing owner/group of .well-known to xorex:xorex
[Mon Aug 20 04:09:27 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:27 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:09:27 MST 2018] POST
[Mon Aug 20 04:09:27 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:27 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:27 MST 2018] _ret='0'
[Mon Aug 20 04:09:27 MST 2018] code='202'
[Mon Aug 20 04:09:28 MST 2018] sleep 2 secs to verify
[Mon Aug 20 04:09:30 MST 2018] checking
[Mon Aug 20 04:09:30 MST 2018] GET
[Mon Aug 20 04:09:30 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:30 MST 2018] timeout=
[Mon Aug 20 04:09:30 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:30 MST 2018] ret='0'
[Mon Aug 20 04:09:30 MST 2018] uk.boutiquefrenchwine.com:Verify error:Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0: 
[Mon Aug 20 04:09:30 MST 2018] Debug: get token url.
[Mon Aug 20 04:09:30 MST 2018] GET
[Mon Aug 20 04:09:30 MST 2018] url='http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0'
[Mon Aug 20 04:09:30 MST 2018] timeout=1
[Mon Aug 20 04:09:30 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g  --connect-timeout 1'
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="http://uk.boutiquefrenchwine.com/xmlrpc.php">

<title>Page not found &#8211; Boutique French Wine</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Feed" href="http://uk.boutiquefrenchwine.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Comments Feed" href="http://uk.boutiquefrenchwine.com/comments/feed/" />
        <script type="text/javascript">
            window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/uk.boutiquefrenchwine.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.6"}};
            !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
        </script>
        <style type="text/css">
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
</style>
<link rel='stylesheet' id='woosb-frontend-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/css/frontend.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/pac.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-layout-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/layout.css?ver=4.9.6' type='text/css' media='only screen and (min-width: 768px)' />
<link rel='stylesheet' id='parent-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-style-inline-css' type='text/css'>

            .main-navigation ul li a,
            .site-title a,
            ul.menu li a,
            .site-branding h1 a,
            .site-footer .storefront-handheld-footer-bar a:not(.button),
            button.menu-toggle,
            button.menu-toggle:hover {
                color: #eeeeee;
            }

            button.menu-toggle,
            button.menu-toggle:hover {
                border-color: #eeeeee;
            }

            .main-navigation ul li a:hover,
            .main-navigation ul li:hover > a,
            .site-title a:hover,
            a.cart-contents:hover,
            .site-header-cart .widget_shopping_cart a:hover,
            .site-header-cart:hover > li > a,
            .site-header ul.menu li.current-menu-item > a {
                color: #ffffff;
            }

            table th {
                background-color: #f8f8f8;
            }

            table tbody td {
                background-color: #fdfdfd;
            }

            table tbody tr:nth-child(2n) td,
            fieldset,
            fieldset legend {
                background-color: #fbfbfb;
            }

            .site-header,
            .secondary-navigation ul ul,
            .main-navigation ul.menu > li.menu-item-has-children:after,
            .secondary-navigation ul.menu ul,
            .storefront-handheld-footer-bar,
            .storefront-handheld-footer-bar ul li > a,
            .storefront-handheld-footer-bar ul li.search .site-search,
            button.menu-toggle,
            button.menu-toggle:hover {
                background-color: #aaaaaa;
            }

            p.site-description,
            .site-header,
            .storefront-handheld-footer-bar {
                color: #555555;
            }

            .storefront-handheld-footer-bar ul li.cart .count,
            button.menu-toggle:after,
            button.menu-toggle:before,
            button.menu-toggle span:before {
                background-color: #eeeeee;
            }

            .storefront-handheld-footer-bar ul li.cart .count {
                color: #aaaaaa;
            }

            .storefront-handheld-footer-bar ul li.cart .count {
                border-color: #aaaaaa;
            }

            h1, h2, h3, h4, h5, h6 {
                color: #666666;
            }

            .widget h1 {
                border-bottom-color: #666666;
            }

            body,
            .secondary-navigation a,
            .onsale,
            .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
                color: #666666;
            }

            .widget-area .widget a,
            .hentry .entry-header .posted-on a,
            .hentry .entry-header .byline a {
                color: #6b6b6b;
            }

            a  {
                color: #999999;
            }

            a:focus,
            .button:focus,
            .button.alt:focus,
            .button.added_to_cart:focus,
            .button.wc-forward:focus,
            button:focus,
            input[type="button"]:focus,
            input[type="reset"]:focus,
            input[type="submit"]:focus {
                outline-color: #999999;
            }

            button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
                background-color: #eeeeee;
                border-color: #eeeeee;
                color: #333333;
            }

            button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
                background-color: #d5d5d5;
                border-color: #d5d5d5;
                color: #333333;
            }

            button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
                background-color: #333333;
                border-color: #333333;
                color: #ffffff;
            }

            button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
                background-color: #1a1a1a;
                border-color: #1a1a1a;
                color: #ffffff;
            }

            .pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
                background-color: #e6e6e6;
                color: #5c5c5c;
            }

            #comments .comment-list .comment-content .comment-text {
                background-color: #f8f8f8;
            }

            .site-footer {
                background-color: #444444;
                color: #eeeeee;
            }

            .site-footer a:not(.button) {
                color: #444444;
            }

            .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
                color: #aaaaaa;
            }

            #order_review {
                background-color: #ffffff;
            }

            #payment .payment_methods > li .payment_box,
            #payment .place-order {
                background-color: #fafafa;
            }

            #payment .payment_methods > li:not(.woocommerce-notice) {
                background-color: #f5f5f5;
            }

            #payment .payment_methods > li:not(.woocommerce-notice):hover {
                background-color: #f0f0f0;
            }

            @media screen and ( min-width: 768px ) {
                .secondary-navigation ul.menu a:hover {
                    color: #6e6e6e;
                }

                .secondary-navigation ul.menu a {
                    color: #555555;
                }

                .site-header-cart .widget_shopping_cart,
                .main-navigation ul.menu ul.sub-menu,
                .main-navigation ul.nav-menu ul.children {
                    background-color: #9b9b9b;
                }

                .site-header-cart .widget_shopping_cart .buttons,
                .site-header-cart .widget_shopping_cart .total {
                    background-color: #a0a0a0;
                }

                .site-header {
                    border-bottom-color: #9b9b9b;
                }
            }
</style>
<link rel='stylesheet' id='storefront-icons-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/base/icons.css?ver=2.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-fonts-css'  href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,700,900&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='tablepress-default-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-woocommerce-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/woocommerce/woocommerce.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-woocommerce-style-inline-css' type='text/css'>

            a.cart-contents,
            .site-header-cart .widget_shopping_cart a {
                color: #eeeeee;
            }

            table.cart td.product-remove,
            table.cart td.actions {
                border-top-color: #ffffff;
            }

            .woocommerce-tabs ul.tabs li.active a,
            ul.products li.product .price,
            .onsale,
            .widget_search form:before,
            .widget_product_search form:before {
                color: #666666;
            }

            .woocommerce-breadcrumb a,
            a.woocommerce-review-link,
            .product_meta a {
                color: #6b6b6b;
            }

            .onsale {
                border-color: #666666;
            }

            .star-rating span:before,
            .quantity .plus, .quantity .minus,
            p.stars a:hover:after,
            p.stars a:after,
            .star-rating span:before,
            #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
                color: #999999;
            }

            .widget_price_filter .ui-slider .ui-slider-range,
            .widget_price_filter .ui-slider .ui-slider-handle {
                background-color: #999999;
            }

            .order_details {
                background-color: #f8f8f8;
            }

            .order_details > li {
                border-bottom: 1px dotted #e3e3e3;
            }

            .order_details:before,
            .order_details:after {
                background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
            }

            p.stars a:before,
            p.stars a:hover~a:before,
            p.stars.selected a.active~a:before {
                color: #666666;
            }

            p.stars.selected a.active:before,
            p.stars:hover a:before,
            p.stars.selected a:not(.active):before,
            p.stars.selected a.active:before {
                color: #999999;
            }

            .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
                background-color: #eeeeee;
                color: #333333;
            }

            .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
                background-color: #d5d5d5;
                border-color: #d5d5d5;
                color: #333333;
            }

            .button.loading {
                color: #eeeeee;
            }

            .button.loading:hover {
                background-color: #eeeeee;
            }

            .button.loading:after {
                color: #333333;
            }

            @media screen and ( min-width: 768px ) {
                .site-header-cart .widget_shopping_cart,
                .site-header .product_list_widget li .quantity {
                    color: #555555;
                }
            }
</style>
<link rel='stylesheet' id='storefront-child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var gadwpUAEventsData = {"options":{"event_tracking":0,"event_downloads":"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*","event_bouncerate":0,"aff_tracking":0,"event_affiliates":"\/out\/","hash_tracking":0,"root_domain":"boutiquefrenchwine.com","event_timeout":100,"event_precision":0,"event_formsubmit":1,"ga_pagescrolldepth_tracking":1,"ga_with_gtag":0}};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js?ver=5.3.1.1'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js?ver=5.3.1.1'></script>
<link rel='https://api.w.org/' href='http://uk.boutiquefrenchwine.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://uk.boutiquefrenchwine.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://uk.boutiquefrenchwine.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.6" />
<meta name="generator" content="WooCommerce 3.3.4" />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}</style>
<!-- end Simple Custom CSS and JS -->
    <style type="text/css" media="screen">
      div.printfriendly a, div.printfriendly a:link, div.printfriendly a:hover, div.printfriendly a:visited {
        text-decoration: none;
        border: none;
      }
    </style>
           <style type="text/css" media="screen">
          div.printfriendly {
            margin: 0px 0px 0px 0px;
            position: relative;
            z-index: 1000;
          }
          div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
            font-size: 12px;
            color: #858382;
            vertical-align: bottom;
          }
          .printfriendly a {
            box-shadow:none;
          }
          .printfriendly a:hover {
            cursor: pointer;
          }
          .printfriendly a img  {
            border: none;
            padding:0;
            margin-right: 6px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
          }
          .printfriendly a span{
            vertical-align: bottom;
          }
          .pf-alignleft {
            float: left;
          }
          .pf-alignright {
            float: right;
          }
          div.pf-aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
          }
        </style>
        <style type="text/css" media="print">
          .printfriendly {
            display: none;
          }
        </style>
<style>.woocommerce-password-strength.short {color: #e2401c}.woocommerce-password-strength.bad {color: #e2401c}.woocommerce-password-strength.good {color: #3d9cd2}.woocommerce-password-strength.strong {color: #0f834d}</style>   <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
    <link rel="me" href="https://twitter.com/B10BFW"><meta name="twitter:partner" content="tfwp"><link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-100x100.png" sizes="32x32" />
<link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" />
<meta name="msapplication-TileImage" content="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-324x324.png" />

<!-- BEGIN GADWP v5.3.1.1 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-115078212-1', 'auto');
  ga('require', 'ecommerce');
  ga('send', 'pageview');
</script>
<!-- END GADWP Universal Analytics -->

        <style type="text/css" id="wp-custom-css">
            /* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}
        </style>
    </head>

<body class="error404 wp-custom-logo wc-pac-hide-sale-flash woocommerce-demo-store right-sidebar woocommerce-active">

<div id="page" class="hfeed site">

    <header id="masthead" class="site-header" role="banner" style="">
        <div class="col-full">

                    <a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
        <a class="skip-link screen-reader-text" href="#content">Skip to content</a>
                <div class="site-branding">
            <a href="http://uk.boutiquefrenchwine.com/" class="custom-logo-link" rel="home" itemprop="url"><img width="429" height="110" src="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png" class="custom-logo" alt="Boutique French Wine" itemprop="logo" srcset="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png 429w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-100x26.png 100w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-200x51.png 200w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-324x83.png 324w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-416x107.png 416w" sizes="(max-width: 429px) 100vw, 429px" /></a>       </div>
                    <nav class="secondary-navigation" role="navigation" aria-label="Secondary Navigation">
                <div class="menu-categories-container"><ul id="menu-categories" class="menu"><li id="menu-item-1835" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1835"><a href="https://uk.boutiquefrenchwine.com">Type</a>
<ul class="sub-menu">
    <li id="menu-item-879" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-879"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
    <li id="menu-item-1034" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1034"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
    <li id="menu-item-354" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-354"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
    <li id="menu-item-355" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-355"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
    <li id="menu-item-356" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-356"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
    <li id="menu-item-1847" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1847"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
</ul>
</li>
<li id="menu-item-1836" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1836"><a href="https://uk.boutiquefrenchwine.com">Grape</a>
<ul class="sub-menu">
    <li id="menu-item-1958" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1958"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a></li>
    <li id="menu-item-162" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-162"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a></li>
    <li id="menu-item-163" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-163"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a></li>
    <li id="menu-item-164" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-164"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a></li>
    <li id="menu-item-165" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-165"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a></li>
    <li id="menu-item-166" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-166"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a></li>
    <li id="menu-item-167" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-167"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a></li>
    <li id="menu-item-168" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-168"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a></li>
    <li id="menu-item-169" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-169"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a></li>
    <li id="menu-item-170" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-170"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a></li>
    <li id="menu-item-171" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-171"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a></li>
    <li id="menu-item-172" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-172"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a></li>
    <li id="menu-item-173" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-173"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a></li>
    <li id="menu-item-174" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-174"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a></li>
    <li id="menu-item-175" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-175"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a></li>
    <li id="menu-item-176" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-176"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a></li>
    <li id="menu-item-177" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-177"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a></li>
    <li id="menu-item-178" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-178"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a></li>
    <li id="menu-item-179" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-179"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a></li>
    <li id="menu-item-180" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-180"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a></li>
    <li id="menu-item-1957" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1957"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a></li>
    <li id="menu-item-181" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-181"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a></li>
    <li id="menu-item-182" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-182"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a></li>
    <li id="menu-item-183" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-183"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a></li>
    <li id="menu-item-184" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-184"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a></li>
    <li id="menu-item-185" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-185"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a></li>
    <li id="menu-item-186" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a></li>
    <li id="menu-item-367" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-367"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a></li>
    <li id="menu-item-187" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a></li>
    <li id="menu-item-188" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a></li>
</ul>
</li>
<li id="menu-item-1837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1837"><a href="https://uk.boutiquefrenchwine.com">Region</a>
<ul class="sub-menu">
    <li id="menu-item-624" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-624"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a></li>
    <li id="menu-item-625" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-625"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a>
    <ul class="sub-menu">
        <li id="menu-item-626" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-626"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a></li>
        <li id="menu-item-732" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-732"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a></li>
        <li id="menu-item-731" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-731"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a></li>
        <li id="menu-item-627" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-627"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a></li>
        <li id="menu-item-628" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-628"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a></li>
        <li id="menu-item-629" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-629"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a></li>
    </ul>
</li>
    <li id="menu-item-630" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-630"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a>
    <ul class="sub-menu">
        <li id="menu-item-631" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-631"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a></li>
        <li id="menu-item-632" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-632"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a></li>
        <li id="menu-item-633" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-633"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a></li>
        <li id="menu-item-634" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-634"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a></li>
        <li id="menu-item-635" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-635"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a>
        <ul class="sub-menu">
            <li id="menu-item-636" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-636"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a></li>
            <li id="menu-item-637" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-637"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a></li>
            <li id="menu-item-638" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-638"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a></li>
            <li id="menu-item-639" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-639"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a></li>
            <li id="menu-item-640" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-640"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a></li>
            <li id="menu-item-641" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-641"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a></li>
            <li id="menu-item-642" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-642"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a></li>
            <li id="menu-item-643" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-643"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a></li>
            <li id="menu-item-644" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-644"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a></li>
            <li id="menu-item-645" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-645"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a></li>
            <li id="menu-item-646" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-646"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a></li>
            <li id="menu-item-647" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-647"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a></li>
        </ul>
</li>
        <li id="menu-item-648" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-648"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a></li>
    </ul>
</li>
    <li id="menu-item-713" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-713"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a>
    <ul class="sub-menu">
        <li id="menu-item-649" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-649"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a></li>
        <li id="menu-item-651" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-651"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a></li>
        <li id="menu-item-654" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-654"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a></li>
        <li id="menu-item-714" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-714"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a></li>
    </ul>
</li>
    <li id="menu-item-715" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-715"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a></li>
    <li id="menu-item-716" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-716"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a></li>
    <li id="menu-item-658" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-658"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a>
    <ul class="sub-menu">
        <li id="menu-item-665" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-665"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a></li>
        <li id="menu-item-666" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-666"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a></li>
        <li id="menu-item-667" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-667"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a></li>
        <li id="menu-item-668" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-668"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a></li>
        <li id="menu-item-669" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-669"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a></li>
        <li id="menu-item-670" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-670"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a></li>
        <li id="menu-item-671" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-671"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a></li>
        <li id="menu-item-672" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-672"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a></li>
        <li id="menu-item-673" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-673"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a></li>
        <li id="menu-item-674" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-674"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a></li>
        <li id="menu-item-675" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-675"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a></li>
    </ul>
</li>
    <li id="menu-item-659" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-659"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a>
    <ul class="sub-menu">
        <li id="menu-item-676" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-676"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a></li>
    </ul>
</li>
    <li id="menu-item-660" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-660"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a></li>
    <li id="menu-item-661" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-661"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a></li>
    <li id="menu-item-662" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-662"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a>
    <ul class="sub-menu">
        <li id="menu-item-652" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-652"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a></li>
        <li id="menu-item-725" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-725"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a></li>
        <li id="menu-item-726" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-726"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a></li>
        <li id="menu-item-727" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-727"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a></li>
        <li id="menu-item-728" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-728"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a></li>
        <li id="menu-item-729" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-729"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d&#8217;Oc</a></li>
    </ul>
</li>
    <li id="menu-item-663" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-663"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a>
    <ul class="sub-menu">
        <li id="menu-item-730" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-730"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a></li>
        <li id="menu-item-682" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-682"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a></li>
        <li id="menu-item-683" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-683"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a></li>
        <li id="menu-item-684" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-684"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a></li>
        <li id="menu-item-685" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-685"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a></li>
        <li id="menu-item-686" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-686"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a></li>
        <li id="menu-item-687" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-687"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a></li>
        <li id="menu-item-688" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-688"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a></li>
        <li id="menu-item-689" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-689"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a></li>
        <li id="menu-item-690" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-690"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a></li>
        <li id="menu-item-691" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-691"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a></li>
        <li id="menu-item-692" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-692"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a></li>
    </ul>
</li>
</ul>
</li>
<li id="menu-item-1838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1838"><a href="https://uk.boutiquefrenchwine.com">Producers</a>
<ul class="sub-menu">
    <li id="menu-item-748" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-748"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a></li>
    <li id="menu-item-930" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-930"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
    <li id="menu-item-931" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-931"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
    <li id="menu-item-1933" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1933"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a></li>
    <li id="menu-item-749" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-749"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a></li>
    <li id="menu-item-750" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-750"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a></li>
    <li id="menu-item-751" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-751"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
    <li id="menu-item-752" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-752"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
    <li id="menu-item-754" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-754"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a></li>
    <li id="menu-item-1362" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1362"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
    <li id="menu-item-755" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-755"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a></li>
    <li id="menu-item-756" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-756"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a></li>
    <li id="menu-item-757" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-757"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a></li>
    <li id="menu-item-758" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-758"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a></li>
    <li id="menu-item-759" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-759"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>         </nav><!-- #site-navigation -->
                        <div class="site-search">
                <div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
    <label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
    <input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
    <button type="submit" value="Search">Search</button>
    <input type="hidden" name="post_type" value="product" />
</form>
</div>          </div>
        <div class="storefront-primary-navigation">     <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation">
        <button class="menu-toggle" aria-controls="site-navigation" aria-expanded="false"><span>Menu</span></button>
            <div class="primary-navigation"><ul id="menu-main-menu" class="menu"><li id="menu-item-374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-374"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-824"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1746"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
    <li id="menu-item-1084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1084"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
    <li id="menu-item-1085" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1085"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-603"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
    <li id="menu-item-1171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1171"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
    <li id="menu-item-608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-608"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
    <li id="menu-item-1360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1360"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
    <li id="menu-item-876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-876"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
    <li id="menu-item-1939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1939"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-fredignac/">Chateau Fredignac</a></li>
    <li id="menu-item-604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-604"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
    <li id="menu-item-615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-615"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
    <li id="menu-item-611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-611"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
    <li id="menu-item-605" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-605"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
    <li id="menu-item-606" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-606"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
    <li id="menu-item-1356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1356"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
    <li id="menu-item-613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-613"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
    <li id="menu-item-612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-612"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
    <li id="menu-item-617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-617"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
    <li id="menu-item-607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-607"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Preignes le Neuf</a></li>
    <li id="menu-item-616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-616"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
<li id="menu-item-379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-379"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-889"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-767"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&#038;Cs</a></li>
</ul></div><div class="handheld-navigation"><ul id="menu-mobile-menu" class="menu"><li id="menu-item-1212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1212"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-1213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1213"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1747"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
    <li id="menu-item-1231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
    <li id="menu-item-1232" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1232"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-1230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1230"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-1235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1235"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-1234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1234"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1233" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1233"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&#038;Cs</a></li>
<li id="menu-item-1236" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-1236"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a>
<ul class="sub-menu">
    <li id="menu-item-1237" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1237"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
    <li id="menu-item-1238" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1238"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
    <li id="menu-item-1239" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1239"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
    <li id="menu-item-1240" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1240"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
    <li id="menu-item-1241" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1241"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
    <li id="menu-item-1242" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1242"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
</ul>
</li>
<li id="menu-item-1214" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1214"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
    <li id="menu-item-1215" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1215"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
    <li id="menu-item-1217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1217"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
    <li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1359"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
    <li id="menu-item-1218" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1218"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
    <li id="menu-item-1219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1219"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
    <li id="menu-item-1220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1220"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
    <li id="menu-item-1221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1221"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
    <li id="menu-item-1222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1222"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
    <li id="menu-item-1223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1223"><a href="http://uk.boutiquefrenchwine.com?page_id=483&#038;preview_id=483">Domaine de l’Arjolle</a></li>
    <li id="menu-item-1224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1224"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
    <li id="menu-item-1358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1358"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
    <li id="menu-item-1225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1225"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
    <li id="menu-item-1226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1226"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
    <li id="menu-item-1227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1227"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
    <li id="menu-item-1228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Domaine Preignes le Neuf</a></li>
    <li id="menu-item-1229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1229"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>     </nav><!-- #site-navigation -->
                <ul id="site-header-cart" class="site-header-cart menu">
            <li class="">
                            <a class="cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
                <span class="amount">&pound;0.00</span> <span class="count">0 items</span>
            </a>
                    </li>
            <li>
                <div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>         </li>
        </ul>
        </div>
        </div>
    </header><!-- #masthead -->

    <div id="content" class="site-content" tabindex="-1">
        <div class="col-full">

        <nav class="woocommerce-breadcrumb"><a href="http://uk.boutiquefrenchwine.com">Home</a><span class="breadcrumb-separator"> / </span>Error 404</nav><div class="woocommerce"></div>
    <div id="primary" class="content-area">

        <main id="main" class="site-main" role="main">

            <div class="error-404 not-found">

                <div class="page-content">

                    <header class="page-header">
                        <h1 class="page-title">Oops! That page can&rsquo;t be found.</h1>
                    </header><!-- .page-header -->

                    <p>Nothing was found at this location. Try searching, or check out the links below.</p>

                    <section aria-label="Search"><div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
    <label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
    <input type="search" id="woocommerce-product-search-field-1" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
    <button type="submit" value="Search">Search</button>
    <input type="hidden" name="post_type" value="product" />
</form>
</div></section><div class="fourohfour-columns-2"><section class="col-1" aria-label="Promoted Products"><h2>Featured Products</h2><div class="woocommerce columns-2 "><ul class="products columns-2">
<li class="post-912 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-champagne-collard-picard product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir pa_case-case-of-six-bottles first instock featured taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/champagne-collard-picard-cuvee-de-prestige/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Collard-Picard Cuvée de Prestige</h2><div class="star-rating"><span style="width:100%">Rated <strong class="rating">5.00</strong> out of 5</span></div>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>39.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=912" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="912" data-product_sku="912" aria-label="Add &ldquo;Champagne Collard-Picard Cuvée de Prestige&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-912 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '912',
                        'name': 'Champagne Collard-Picard Cuvée de Prestige',
                        'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                        'position': '1'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir last instock featured taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-864 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '864',
                        'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                        'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                        'position': '2'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
</ul>
</div></section><nav class="col-2" aria-label="Product Categories"><h2>Product Categories</h2><div class="widget woocommerce widget_product_categories"><ul class="product-categories"><li class="cat-item cat-item-12 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/">Grape</a> <span class="count">(47)</span><ul class='children'>
<li class="cat-item cat-item-190"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-20"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-13"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-21"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-22"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-14"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-15"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-16"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-24"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-25"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-23"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-26"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-27"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-28"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-29"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a> <span class="count">(15)</span></li>
<li class="cat-item cat-item-30"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-43"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-47"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat/">Muscat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-17"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-31"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-32"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-143"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-verdot/">Petit Verdot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-152"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-meunier/">Pinot Meunier</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-151"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-noir/">Pinot Noir</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-189"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-33"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-34"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-44"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-35"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-36"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a> <span class="count">(9)</span></li>
<li class="cat-item cat-item-37"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-48"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-38"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-39"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a> <span class="count">(0)</span></li>
</ul>
</li>
<li class="cat-item cat-item-122 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/">Partners</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-123"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-155"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-154"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-127"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-130"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-131"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-129"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-135"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-chartreuse-de-mougeres/">Domaine Chartreuse de Mougères</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-134"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-de-larjolle/">Domaine de l'Arjolle</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-136"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-156"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-137"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-132"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-133"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-126"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/ollieux-romanis/">Ollieux Romanis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-125"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-124"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a> <span class="count">(3)</span></li>
</ul>
</li>
<li class="cat-item cat-item-147 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/">Region</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-56"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-40 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a> <span class="count">(14)</span>   <ul class='children'>
<li class="cat-item cat-item-115"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/blaye-cote-de-bordeaux/">Blaye Côte de Bordeaux</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-149"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-148"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-113"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-41"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-114"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-60 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a> <span class="count">(0)</span>    <ul class='children'>
<li class="cat-item cat-item-57 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a> <span class="count">(0)</span>       <ul class='children'>
<li class="cat-item cat-item-101"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-102"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-103"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-109"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-105"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-106"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-107"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-110"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-111"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-112"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-104"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-108"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a> <span class="count">(0)</span></li>
        </ul>
</li>
<li class="cat-item cat-item-96"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-98"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-99"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-97"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-100"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-61 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a> <span class="count">(2)</span>  <ul class='children'>
<li class="cat-item cat-item-94"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-95"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-63"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-66"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-62"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-64"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-50 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a> <span class="count">(23)</span>   <ul class='children'>
<li class="cat-item cat-item-140"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-142"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-144"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-139"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-145"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-93"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d'Oc</a> <span class="count">(5)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-59 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a> <span class="count">(0)</span>  <ul class='children'>
<li class="cat-item cat-item-87"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-86"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-89"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-92"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-83"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-82"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-90"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-91"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-88"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-84"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-85"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-67 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a> <span class="count">(0)</span>    <ul class='children'>
<li class="cat-item cat-item-81"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-68"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-69"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-55 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a> <span class="count">(9)</span>  <ul class='children'>
<li class="cat-item cat-item-75"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-71"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-73"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-138"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-77"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-78"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-70"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-72"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-74"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-76"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-79"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-80"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a> <span class="count">(0)</span></li>
    </ul>
</li>
</ul>
</li>
<li class="cat-item cat-item-10 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-150"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-157"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a> <span class="count">(21)</span></li>
<li class="cat-item cat-item-8"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a> <span class="count">(27)</span></li>
<li class="cat-item cat-item-9"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-159"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-7"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a> <span class="count">(16)</span></li>
</ul>
</li>
<li class="cat-item cat-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/uncategorised/">Uncategorised</a> <span class="count">(0)</span></li>
</ul></div></nav></div><section aria-label="Popular Products"><h2>Popular Products</h2><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="post-441 product type-product status-publish has-post-thumbnail product_cat-red-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-cabernet-sauvignon product_cat-cinsault product_cat-grenache-noir first instock taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-sort/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Rouge 2014</h2><div class="star-rating"><span style="width:92%">Rated <strong class="rating">4.60</strong> out of 5</span></div>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=441" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="441" data-product_sku="441" aria-label="Add &ldquo;Le Petit Pont Rouge 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-441 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '441',
                        'name': 'Le Petit Pont Rouge 2014',
                        'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
                        'position': '1'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-9 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-chardonnay product_cat-vermentino  instock taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-white/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Blanc 2014</h2><div class="star-rating"><span style="width:93.4%">Rated <strong class="rating">4.67</strong> out of 5</span></div>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=9" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="9" data-product_sku="9" aria-label="Add &ldquo;Le Petit Pont Blanc 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-9 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '9',
                        'name': 'Le Petit Pont Blanc 2014',
                        'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Chardonnay/Vermentino',
                        'position': '2'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir  instock featured taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-864 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '864',
                        'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                        'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                        'position': '3'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-293 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-chateau-lamothe-despujols product_cat-bordeaux product_cat-sauternes product_cat-muscadelle product_cat-sauvignon product_cat-semillon last instock taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/les-tourelles-de-lamothe-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Les Tourelles de Lamothe 2010</h2>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>16.99</span></span>
</a><a href="/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0?add-to-cart=293" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="293" data-product_sku="293" aria-label="Add &ldquo;Les Tourelles de Lamothe 2010&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-293 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '293',
                        'name': 'Les Tourelles de Lamothe 2010',
                        'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
                        'position': '4'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
</ul>
</div></section>
                </div><!-- .page-content -->
            </div><!-- .error-404 -->

        </main><!-- #main -->
    </div><!-- #primary -->

        </div><!-- .col-full -->
    </div><!-- #content -->

    <footer id="colophon" class="site-footer" role="contentinfo">
        <div class="col-full">

                    <div class="site-info">
            &copy; Boutique French Wine 2018                        <br /> <a href="https://woocommerce.com" target="_blank" title="WooCommerce - The Best eCommerce Platform for WordPress" rel="author">Built with Storefront &amp; WooCommerce</a>                   </div><!-- .site-info -->
                <div class="storefront-handheld-footer-bar">
            <ul class="columns-3">
                                    <li class="my-account">
                        <a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a>              </li>
                                    <li class="search">
                        <a href="">Search</a>           <div class="site-search">
                <div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
    <label class="screen-reader-text" for="woocommerce-product-search-field-2">Search for:</label>
    <input type="search" id="woocommerce-product-search-field-2" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
    <button type="submit" value="Search">Search</button>
    <input type="hidden" name="post_type" value="product" />
</form>
</div>          </div>
                            </li>
                                    <li class="cart">
                                    <a class="footer-cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
                <span class="count">0</span>
            </a>
                            </li>
                            </ul>
        </div>

        </div><!-- .col-full -->
    </footer><!-- #colophon -->

</div><!-- #page -->

<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/instashow-lite/assets/instashow-lite/dist/jquery.instashow-lite.packaged.js?ver=1.4.2'></script>
<p class="woocommerce-store-notice demo_store">Check out our wine tasting evenings! <a href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":"1","item":{"name":"Home","@id":"http:\/\/uk.boutiquefrenchwine.com"}},{"@type":"ListItem","position":"2","item":{"name":"Error 404"}}]}</script><script type='text/javascript'>
/* <![CDATA[ */
var woosb_vars = {"ajax_url":"http:\/\/uk.boutiquefrenchwine.com\/wp-admin\/admin-ajax.php","alert_text":"Please select some product options before adding this product to your cart.","bundle_price_text":"Your selection box price:","price_format":"%1$s%2$s","price_decimals":"2","price_thousand_separator":",","price_decimal_separator":".","currency_symbol":"\u00a3","woosb_nonce":"4a12b38cb5"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/js/frontend.js?ver=2.6.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"http:\/\/uk.boutiquefrenchwine.com\/basket\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.3.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_937198c0652e8f0b382e5733110b7eed","fragment_name":"wc_fragments_937198c0652e8f0b382e5733110b7eed"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/navigation.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/skip-link-focus-fix.min.js?ver=20130115'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/woocommerce/header-cart.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/wp-embed.min.js?ver=4.9.6'></script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 

            ga( 'ec:addImpression', {
                'id': '912',
                'name': 'Champagne Collard-Picard Cuvée de Prestige',
                'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                'list': 'Product List',
                'position': '1'
            } );

            ga( 'ec:addImpression', {
                'id': '864',
                'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                'list': 'Product List',
                'position': '2'
            } );

            ga( 'ec:addImpression', {
                'id': '441',
                'name': 'Le Petit Pont Rouge 2014',
                'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
                'list': 'Product List',
                'position': '1'
            } );

            ga( 'ec:addImpression', {
                'id': '9',
                'name': 'Le Petit Pont Blanc 2014',
                'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Chardonnay/Vermentino',
                'list': 'Product List',
                'position': '2'
            } );

            ga( 'ec:addImpression', {
                'id': '864',
                'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                'list': 'Product List',
                'position': '3'
            } );

            ga( 'ec:addImpression', {
                'id': '293',
                'name': 'Les Tourelles de Lamothe 2010',
                'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
                'list': 'Product List',
                'position': '4'
            } );

                    $( '.add_to_cart_button:not(.product_type_variable, .product_type_grouped)' ).click( function() {
                        ga( 'ec:addProduct', {'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')),'quantity': $(this).data('quantity')} );
                        ga( 'ec:setAction', 'add' );
                        ga( 'send', 'event', 'UX', 'click', 'add to cart' );
                    });

 });
</script>

</body>
</html>[Mon Aug 20 04:09:31 MST 2018] ret='0'
[Mon Aug 20 04:09:31 MST 2018] Debugging, skip removing: /home/xorex/www/.well-known/acme-challenge/uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0
[Mon Aug 20 04:09:31 MST 2018] pid
[Mon Aug 20 04:09:31 MST 2018] No need to restore nginx, skip.
[Mon Aug 20 04:09:31 MST 2018] _clearupdns
[Mon Aug 20 04:09:31 MST 2018] skip dns.
[Mon Aug 20 04:09:31 MST 2018] _on_issue_err
[Mon Aug 20 04:09:31 MST 2018] Please add '--debug' or '--log' to check more details.
[Mon Aug 20 04:09:31 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
[Mon Aug 20 04:09:31 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:31 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "uP4aI_ep9Upef3KbmFFsmQ8PWUXoVclyhh1KX18Ara0.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:09:31 MST 2018] POST
[Mon Aug 20 04:09:31 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/QLqcAwgp1BZHXTua-aajirwq-GX_prs2-l44-v2wN38/6629892283'
[Mon Aug 20 04:09:31 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  -g '
[Mon Aug 20 04:09:32 MST 2018] _ret='0'
[Mon Aug 20 04:09:32 MST 2018] code='400'
[Mon Aug 20 04:09:32 MST 2018] socat doesn't exists.
[Mon Aug 20 04:09:32 MST 2018] Diagnosis versions: 
openssl:openssl
OpenSSL 1.0.1e-fips 11 Feb 2013
apache:
apache doesn't exists.
nginx:
nginx doesn't exists.
socat:
xorex@n3plcpnl0035 [~]$ 

acme.sh --issue ..... --debug 2


xorex@n3plcpnl0035 [~]$ "/home/xorex/.acme.sh"/acme.sh --renew -d uk.boutiquefrenchwine.com -w ~/www --dns dns_gd --debug 2
[Mon Aug 20 04:13:06 MST 2018] Lets find script dir.
[Mon Aug 20 04:13:06 MST 2018] _SCRIPT_='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:13:06 MST 2018] _script='/home/xorex/.acme.sh/acme.sh'
[Mon Aug 20 04:13:06 MST 2018] _script_home='/home/xorex/.acme.sh'
[Mon Aug 20 04:13:06 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:13:06 MST 2018] LE_WORKING_DIR='/home/xorex/.acme.sh'
https://github.com/Neilpang/acme.sh
v2.8.0
[Mon Aug 20 04:13:06 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:13:06 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org'
[Mon Aug 20 04:13:06 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Renew: 'uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Le_API='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] Using config home:/home/xorex/.acme.sh
[Mon Aug 20 04:13:06 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org'
[Mon Aug 20 04:13:06 MST 2018] _main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _alt_domains='no'
[Mon Aug 20 04:13:06 MST 2018] '/home/xorex/www,dns_gd' does not contain 'dns'
[Mon Aug 20 04:13:06 MST 2018] Using ACME_DIRECTORY: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:13:06 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:13:06 MST 2018] GET
[Mon Aug 20 04:13:06 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] timeout=
[Mon Aug 20 04:13:06 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.QWQpe6KapX  -g '
[Mon Aug 20 04:13:06 MST 2018] ret='0'
[Mon Aug 20 04:13:06 MST 2018] response='{
  "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change",
  "ktPs2NIzC9U": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "terms-of-service": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz",
  "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert",
  "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg",
  "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert"
}'
[Mon Aug 20 04:13:06 MST 2018] ACME_KEY_CHANGE='https://acme-v01.api.letsencrypt.org/acme/key-change'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_AUTHZ='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_ORDER='https://acme-v01.api.letsencrypt.org/acme/new-cert'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_ACCOUNT='https://acme-v01.api.letsencrypt.org/acme/new-reg'
[Mon Aug 20 04:13:06 MST 2018] ACME_REVOKE_CERT='https://acme-v01.api.letsencrypt.org/acme/revoke-cert'
[Mon Aug 20 04:13:06 MST 2018] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'
[Mon Aug 20 04:13:06 MST 2018] ACME_NEW_NONCE
[Mon Aug 20 04:13:06 MST 2018] ACME_VERSION
[Mon Aug 20 04:13:06 MST 2018] Le_NextRenewTime='1534665607'
[Mon Aug 20 04:13:06 MST 2018] _on_before_issue
[Mon Aug 20 04:13:06 MST 2018] _chk_main_domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _chk_alt_domains
[Mon Aug 20 04:13:06 MST 2018] '/home/xorex/www,dns_gd' does not contain 'no'
[Mon Aug 20 04:13:06 MST 2018] Le_LocalAddress
[Mon Aug 20 04:13:06 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Check for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:13:06 MST 2018] d
[Mon Aug 20 04:13:06 MST 2018] '/home/xorex/www,dns_gd' does not contain 'apache'
[Mon Aug 20 04:13:06 MST 2018] _saved_account_key_hash='Mir+3JRYBG4A9jcUpZSzOzLMmWjos4/LGEkwcHw7ghs='
[Mon Aug 20 04:13:06 MST 2018] _saved_account_key_hash is not changed, skip register account.
[Mon Aug 20 04:13:06 MST 2018] Read key length:
[Mon Aug 20 04:13:06 MST 2018] _createcsr
[Mon Aug 20 04:13:06 MST 2018] domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] domainlist
[Mon Aug 20 04:13:06 MST 2018] csrkey='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com/uk.boutiquefrenchwine.com.key'
[Mon Aug 20 04:13:06 MST 2018] csr='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com/uk.boutiquefrenchwine.com.csr'
[Mon Aug 20 04:13:06 MST 2018] csrconf='/home/xorex/.acme.sh/uk.boutiquefrenchwine.com/uk.boutiquefrenchwine.com.csr.conf'
[Mon Aug 20 04:13:06 MST 2018] Single domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _is_idn_d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _idn_temp
[Mon Aug 20 04:13:06 MST 2018] _csr_cn='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Getting domain auth token for each domain
[Mon Aug 20 04:13:06 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] Getting webroot for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _w='/home/xorex/www'
[Mon Aug 20 04:13:06 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:13:06 MST 2018] Getting new-authz for domain='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory
[Mon Aug 20 04:13:06 MST 2018] Try new-authz for the 0 time.
[Mon Aug 20 04:13:06 MST 2018] _is_idn_d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:06 MST 2018] _idn_temp
[Mon Aug 20 04:13:06 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:13:06 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "uk.boutiquefrenchwine.com"}}'
[Mon Aug 20 04:13:06 MST 2018] RSA key
[Mon Aug 20 04:13:06 MST 2018] Get nonce. ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] GET
[Mon Aug 20 04:13:06 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory'
[Mon Aug 20 04:13:06 MST 2018] timeout=
[Mon Aug 20 04:13:06 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.56L2B3bPho  -g '
[Mon Aug 20 04:13:07 MST 2018] ret='0'
[Mon Aug 20 04:13:07 MST 2018] _headers='HTTP/1.1 200 OK
Server: nginx
Content-Type: application/json
Content-Length: 658
Replay-Nonce: D8s-cqGxTBwwv-HciYbBYY9FYudOPEQQ9a21zOMyBy4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 20 Aug 2018 11:13:07 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:07 GMT
Connection: keep-alive
'
[Mon Aug 20 04:13:07 MST 2018] _CACHED_NONCE='D8s-cqGxTBwwv-HciYbBYY9FYudOPEQQ9a21zOMyBy4'
[Mon Aug 20 04:13:07 MST 2018] nonce='D8s-cqGxTBwwv-HciYbBYY9FYudOPEQQ9a21zOMyBy4'
[Mon Aug 20 04:13:07 MST 2018] POST
[Mon Aug 20 04:13:07 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz'
[Mon Aug 20 04:13:07 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uHOEHSzdQyTi4t_3yQKyijjlB_-uv06hVu2C1M3VCux1oGnYKsITu0fE_fti2ZH_fUq3I0bQXSYiycCGEZ8iLlRN36BnpsHatUK9ArSB97JXYi6bhqaLkyhG6iG6E7OtwDL4W9fnwt-0TxOFme4e3GYQn2AXV-yK08ULDL_UJT3kjWUWhfOab4OTKT5a66L3y_4JlgkK31b1kBjgjat0jt5U-6kkJscnZ6MXOIt42nBK5bkF8hVul3rr8gHrRw7w7ReLtcmNyBa38fezodHfnnUxbu3i1gymFSmg2UKVJB454xFDHjAFD4NLiVtZ1CsvfRUPiUo9TBzv2-DylkKVXQ"}}, "protected": "eyJub25jZSI6ICJEOHMtY3FHeFRCd3d2LUhjaVliQllZOUZZdWRPUEVRUTlhMjF6T015Qnk0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ1SE9FSFN6ZFF5VGk0dF8zeVFLeWlqamxCXy11djA2aFZ1MkMxTTNWQ3V4MW9HbllLc0lUdTBmRV9mdGkyWkhfZlVxM0kwYlFYU1lpeWNDR0VaOGlMbFJOMzZCbnBzSGF0VUs5QXJTQjk3SlhZaTZiaHFhTGt5aEc2aUc2RTdPdHdETDRXOWZud3QtMFR4T0ZtZTRlM0dZUW4yQVhWLXlLMDhVTERMX1VKVDNraldVV2hmT2FiNE9US1Q1YTY2TDN5XzRKbGdrSzMxYjFrQmpnamF0MGp0NVUtNmtrSnNjblo2TVhPSXQ0Mm5CSzVia0Y4aFZ1bDNycjhnSHJSdzd3N1JlTHRjbU55QmEzOGZlem9kSGZublV4YnUzaTFneW1GU21nMlVLVkpCNDU0eEZESGpBRkQ0TkxpVnRaMUNzdmZSVVBpVW85VEJ6djItRHlsa0tWWFEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAidWsuYm91dGlxdWVmcmVuY2h3aW5lLmNvbSJ9fQ", "signature": "JrSNKo8OKpOaFq00hMn6kOOxZITvU3oIi1KWO87ZX1vLnv27bGh1UCAKpOMF_-TJFsHwPOm-1mi7vXi1regns02LxWkbvYm5q9yEB6gwECYaaKEfNEJYE6kTZO5-le59J8IOyBXMBc4Cych0-9knIgvjStb-Brkanm_O-5BmPnXVXbElm5RKydVCwqkEOHwi683SpuQW8ea6j0YyUUZ5WiIl1KvLFO6olRp37u5WGQvkQhFDPB7gDSfcRL-3BxgVVhQIvfkZpyp-pMnSFD6UTO4aSXxC0cEuBkmH_oguvmd93NycpdOB1WNmimr9EoLG5v47k3CkMLow0Ez1uQSENQ"}'
[Mon Aug 20 04:13:07 MST 2018] _postContentType='application/jose+json'
[Mon Aug 20 04:13:07 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.b3LzAQwlQj  -g '
[Mon Aug 20 04:13:08 MST 2018] _ret='0'
[Mon Aug 20 04:13:08 MST 2018] original='{
  "identifier": {
    "type": "dns",
    "value": "uk.boutiquefrenchwine.com"
  },
  "status": "pending",
  "expires": "2018-08-27T11:13:08Z",
  "challenges": [
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954267",
      "token": "i6SG4zcEfyXRlJX1pKjMbwK_bEWpDI35lPgUKGyzFT0"
    },
    {
      "type": "http-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268",
      "token": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954269",
      "token": "iLXZHUpfltxsNgBTimY4zrbPrZsGRHHc4jmWTPFs9p0"
    },
    {
      "type": "tls-sni-01",
      "status": "pending",
      "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954270",
      "token": "bwgivolqBhpsJPvSDYGaXWGbha3PRi0AizZ-EsC-y5k"
    }
  ],
  "combinations": [
    [
      3
    ],
    [
      1
    ],
    [
      0
    ],
    [
      2
    ]
  ]
}'
[Mon Aug 20 04:13:08 MST 2018] responseHeaders='HTTP/1.1 100 Continue
Expires: Mon, 20 Aug 2018 11:13:07 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache

HTTP/1.1 201 Created
Server: nginx
Content-Type: application/json
Content-Length: 1277
Boulder-Requester: 36062453
Link: <https://acme-v01.api.letsencrypt.org/acme/new-cert>;rel="next"
Location: https://acme-v01.api.letsencrypt.org/acme/authz/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo
Replay-Nonce: xceh_-M5yvgKZvtcMr9kZUrcdz8pTs9jlLZxPXqK0Rw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
Expires: Mon, 20 Aug 2018 11:13:08 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:08 GMT
Connection: keep-alive
'
[Mon Aug 20 04:13:08 MST 2018] response='{"identifier":{"type":"dns","value":"uk.boutiquefrenchwine.com"},"status":"pending","expires":"2018-08-27T11:13:08Z","challenges":[{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954267","token":"i6SG4zcEfyXRlJX1pKjMbwK_bEWpDI35lPgUKGyzFT0"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8"},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954269","token":"iLXZHUpfltxsNgBTimY4zrbPrZsGRHHc4jmWTPFs9p0"},{"type":"tls-sni-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954270","token":"bwgivolqBhpsJPvSDYGaXWGbha3PRi0AizZ-EsC-y5k"}],"combinations":[[3],[1],[0],[2]]}'
[Mon Aug 20 04:13:08 MST 2018] code='201'
[Mon Aug 20 04:13:08 MST 2018] The new-authz request is ok.
[Mon Aug 20 04:13:08 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8"'
[Mon Aug 20 04:13:08 MST 2018] token='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8'
[Mon Aug 20 04:13:08 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] keyauthorization='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:08 MST 2018] dvlist='uk.boutiquefrenchwine.com#DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268#http-01#/home/xorex/www'
[Mon Aug 20 04:13:08 MST 2018] d
[Mon Aug 20 04:13:08 MST 2018] vlist='uk.boutiquefrenchwine.com#DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268#http-01#/home/xorex/www,'
[Mon Aug 20 04:13:08 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:08 MST 2018] ok, let's start to verify
[Mon Aug 20 04:13:08 MST 2018] Verifying:uk.boutiquefrenchwine.com
[Mon Aug 20 04:13:08 MST 2018] d='uk.boutiquefrenchwine.com'
[Mon Aug 20 04:13:08 MST 2018] keyauthorization='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:08 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] _currentRoot='/home/xorex/www'
[Mon Aug 20 04:13:08 MST 2018] wellknown_path='/home/xorex/www/.well-known/acme-challenge'
[Mon Aug 20 04:13:08 MST 2018] writing token:DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8 to /home/xorex/www/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8
[Mon Aug 20 04:13:08 MST 2018] Changing owner/group of .well-known to xorex:xorex
[Mon Aug 20 04:13:08 MST 2018] tigger domain validation.
[Mon Aug 20 04:13:08 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] _t_key_authz='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:08 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:13:08 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key
[Mon Aug 20 04:13:08 MST 2018] Use _CACHED_NONCE='xceh_-M5yvgKZvtcMr9kZUrcdz8pTs9jlLZxPXqK0Rw'
[Mon Aug 20 04:13:08 MST 2018] nonce='xceh_-M5yvgKZvtcMr9kZUrcdz8pTs9jlLZxPXqK0Rw'
[Mon Aug 20 04:13:08 MST 2018] POST
[Mon Aug 20 04:13:08 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:08 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uHOEHSzdQyTi4t_3yQKyijjlB_-uv06hVu2C1M3VCux1oGnYKsITu0fE_fti2ZH_fUq3I0bQXSYiycCGEZ8iLlRN36BnpsHatUK9ArSB97JXYi6bhqaLkyhG6iG6E7OtwDL4W9fnwt-0TxOFme4e3GYQn2AXV-yK08ULDL_UJT3kjWUWhfOab4OTKT5a66L3y_4JlgkK31b1kBjgjat0jt5U-6kkJscnZ6MXOIt42nBK5bkF8hVul3rr8gHrRw7w7ReLtcmNyBa38fezodHfnnUxbu3i1gymFSmg2UKVJB454xFDHjAFD4NLiVtZ1CsvfRUPiUo9TBzv2-DylkKVXQ"}}, "protected": "eyJub25jZSI6ICJ4Y2VoXy1NNXl2Z0tadnRjTXI5a1pVcmNkejhwVHM5amxMWnhQWHFLMFJ3IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvSWt6UmNIT3Y0NG5MLVJXcU9Qc0hFM0FxUnhwZUhsSGlxSF9YNzcwdXdkby82NjI5OTU0MjY4IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAidUhPRUhTemRReVRpNHRfM3lRS3lpampsQl8tdXYwNmhWdTJDMU0zVkN1eDFvR25ZS3NJVHUwZkVfZnRpMlpIX2ZVcTNJMGJRWFNZaXljQ0dFWjhpTGxSTjM2Qm5wc0hhdFVLOUFyU0I5N0pYWWk2YmhxYUxreWhHNmlHNkU3T3R3REw0Vzlmbnd0LTBUeE9GbWU0ZTNHWVFuMkFYVi15SzA4VUxETF9VSlQza2pXVVdoZk9hYjRPVEtUNWE2NkwzeV80Smxna0szMWIxa0JqZ2phdDBqdDVVLTZra0pzY25aNk1YT0l0NDJuQks1YmtGOGhWdWwzcnI4Z0hyUnc3dzdSZUx0Y21OeUJhMzhmZXpvZEhmbm5VeGJ1M2kxZ3ltRlNtZzJVS1ZKQjQ1NHhGREhqQUZENE5MaVZ0WjFDc3ZmUlVQaVVvOVRCenYyLUR5bGtLVlhRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJES2ViVDgyUVpTaVFMeXdEUGktQ2N1SWdtUVYwajFWT2pjN2gwX09QZmQ4Lk9oU3lBVml2azNZSkpxMWF3c3VsWElNSXRmZ3oxSzUzYmpBalREWlpZVjAifQ", "signature": "OacYeVXaq9MdyQdeuiqz5MmN2UGpEd9O6XT71kgRpx-0T1yUGWOeHI1TbPBCPLIz29ZXJvfiioHa7JDRYY91TOMrmtjbGu8TwJzqVxy3BtwLXMo7GWkwbaHXA0MwuTixm-eUKv0Lshd9UQAzq74RZvL0hsnUTWgGMqbfRx0UKXE4vePhaN41mzNbEBaK2EBLLvk8cZOUs1-cehEyrQvtN11kRD82t_OnfiU9Tn_c3VbJkHqHCfIlsTtdF6xS4CT1O5bWGKXZ-PcTUtiE32NNXJR0UoRDvCcjgNbuWEHgWuD7oos202OcgKknXaYlRoQfQUQyrHugJItWdYD8CQPXNA"}'
[Mon Aug 20 04:13:08 MST 2018] _postContentType='application/jose+json'
[Mon Aug 20 04:13:08 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.84XmBOPKVK  -g '
[Mon Aug 20 04:13:09 MST 2018] _ret='0'
[Mon Aug 20 04:13:09 MST 2018] original='{
  "type": "http-01",
  "status": "pending",
  "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268",
  "token": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8",
  "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"
}'
[Mon Aug 20 04:13:09 MST 2018] responseHeaders='HTTP/1.1 100 Continue
Expires: Mon, 20 Aug 2018 11:13:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache

HTTP/1.1 202 Accepted
Server: nginx
Content-Type: application/json
Content-Length: 336
Boulder-Requester: 36062453
Link: <https://acme-v01.api.letsencrypt.org/acme/authz/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo>;rel="up"
Location: https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268
Replay-Nonce: NA1xeiWtsd8qX4ae6Zcpg2X5qJ1SdVRlNDpWzP1jcqo
Expires: Mon, 20 Aug 2018 11:13:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:09 GMT
Connection: keep-alive
'
[Mon Aug 20 04:13:09 MST 2018] response='{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8","keyAuthorization":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:13:09 MST 2018] code='202'
[Mon Aug 20 04:13:09 MST 2018] sleep 2 secs to verify
[Mon Aug 20 04:13:11 MST 2018] checking
[Mon Aug 20 04:13:11 MST 2018] GET
[Mon Aug 20 04:13:11 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:11 MST 2018] timeout=
[Mon Aug 20 04:13:11 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.SH4MJBNSZV  -g '
[Mon Aug 20 04:13:11 MST 2018] ret='0'
[Mon Aug 20 04:13:11 MST 2018] original='{
  "type": "http-01",
  "status": "invalid",
  "error": {
    "type": "urn:acme:error:unauthorized",
    "detail": "Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: \"\u003c!doctype html\u003e\n\u003chtml lang=\"en-GB\"\u003e\n\u003chead\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-sca\"",
    "status": 403
  },
  "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268",
  "token": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8",
  "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0",
  "validationRecord": [
    {
      "url": "http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8",
      "hostname": "uk.boutiquefrenchwine.com",
      "port": "80",
      "addressesResolved": [
        "160.153.128.39"
      ],
      "addressUsed": "160.153.128.39"
    }
  ]
}'
[Mon Aug 20 04:13:11 MST 2018] response='{"type":"http-01","status":"invalid","error":{"type":"urn:acme:error:unauthorized","detail":"Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: \"\u003c!doctype html\u003e\n\u003chtml lang=\"en-GB\"\u003e\n\u003chead\u003e\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-sca\"","status": 403},"uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268","token":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8","keyAuthorization":"DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0","validationRecord":[{"url":"http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8","hostname":"uk.boutiquefrenchwine.com","port":"80","addressesResolved":["160.153.128.39"],"addressUsed":"160.153.128.39"}]}'
[Mon Aug 20 04:13:11 MST 2018] error='"error":{"type":"urn:acme:error:unauthorized","detail":"Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: '
[Mon Aug 20 04:13:11 MST 2018] errordetail='Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: '
[Mon Aug 20 04:13:11 MST 2018] uk.boutiquefrenchwine.com:Verify error:Invalid response from http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8: 
[Mon Aug 20 04:13:11 MST 2018] Debug: get token url.
[Mon Aug 20 04:13:11 MST 2018] GET
[Mon Aug 20 04:13:11 MST 2018] url='http://uk.boutiquefrenchwine.com/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8'
[Mon Aug 20 04:13:11 MST 2018] timeout=1
[Mon Aug 20 04:13:11 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.cd7wz9uUWD  -g  --connect-timeout 1'
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="http://uk.boutiquefrenchwine.com/xmlrpc.php">

<title>Page not found &#8211; Boutique French Wine</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Feed" href="http://uk.boutiquefrenchwine.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Boutique French Wine &raquo; Comments Feed" href="http://uk.boutiquefrenchwine.com/comments/feed/" />
        <script type="text/javascript">
            window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/uk.boutiquefrenchwine.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.6"}};
            !function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
        </script>
        <style type="text/css">
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
</style>
<link rel='stylesheet' id='woosb-frontend-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/css/frontend.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/pac.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='pac-layout-styles-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce-product-archive-customiser/assets/css/layout.css?ver=4.9.6' type='text/css' media='only screen and (min-width: 768px)' />
<link rel='stylesheet' id='parent-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=4.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/style.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-style-inline-css' type='text/css'>

            .main-navigation ul li a,
            .site-title a,
            ul.menu li a,
            .site-branding h1 a,
            .site-footer .storefront-handheld-footer-bar a:not(.button),
            button.menu-toggle,
            button.menu-toggle:hover {
                color: #eeeeee;
            }

            button.menu-toggle,
            button.menu-toggle:hover {
                border-color: #eeeeee;
            }

            .main-navigation ul li a:hover,
            .main-navigation ul li:hover > a,
            .site-title a:hover,
            a.cart-contents:hover,
            .site-header-cart .widget_shopping_cart a:hover,
            .site-header-cart:hover > li > a,
            .site-header ul.menu li.current-menu-item > a {
                color: #ffffff;
            }

            table th {
                background-color: #f8f8f8;
            }

            table tbody td {
                background-color: #fdfdfd;
            }

            table tbody tr:nth-child(2n) td,
            fieldset,
            fieldset legend {
                background-color: #fbfbfb;
            }

            .site-header,
            .secondary-navigation ul ul,
            .main-navigation ul.menu > li.menu-item-has-children:after,
            .secondary-navigation ul.menu ul,
            .storefront-handheld-footer-bar,
            .storefront-handheld-footer-bar ul li > a,
            .storefront-handheld-footer-bar ul li.search .site-search,
            button.menu-toggle,
            button.menu-toggle:hover {
                background-color: #aaaaaa;
            }

            p.site-description,
            .site-header,
            .storefront-handheld-footer-bar {
                color: #555555;
            }

            .storefront-handheld-footer-bar ul li.cart .count,
            button.menu-toggle:after,
            button.menu-toggle:before,
            button.menu-toggle span:before {
                background-color: #eeeeee;
            }

            .storefront-handheld-footer-bar ul li.cart .count {
                color: #aaaaaa;
            }

            .storefront-handheld-footer-bar ul li.cart .count {
                border-color: #aaaaaa;
            }

            h1, h2, h3, h4, h5, h6 {
                color: #666666;
            }

            .widget h1 {
                border-bottom-color: #666666;
            }

            body,
            .secondary-navigation a,
            .onsale,
            .pagination .page-numbers li .page-numbers:not(.current), .woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
                color: #666666;
            }

            .widget-area .widget a,
            .hentry .entry-header .posted-on a,
            .hentry .entry-header .byline a {
                color: #6b6b6b;
            }

            a  {
                color: #999999;
            }

            a:focus,
            .button:focus,
            .button.alt:focus,
            .button.added_to_cart:focus,
            .button.wc-forward:focus,
            button:focus,
            input[type="button"]:focus,
            input[type="reset"]:focus,
            input[type="submit"]:focus {
                outline-color: #999999;
            }

            button, input[type="button"], input[type="reset"], input[type="submit"], .button, .added_to_cart, .widget a.button, .site-header-cart .widget_shopping_cart a.button {
                background-color: #eeeeee;
                border-color: #eeeeee;
                color: #333333;
            }

            button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .added_to_cart:hover, .widget a.button:hover, .site-header-cart .widget_shopping_cart a.button:hover {
                background-color: #d5d5d5;
                border-color: #d5d5d5;
                color: #333333;
            }

            button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
                background-color: #333333;
                border-color: #333333;
                color: #ffffff;
            }

            button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .added_to_cart.alt:hover, .widget-area .widget a.button.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
                background-color: #1a1a1a;
                border-color: #1a1a1a;
                color: #ffffff;
            }

            .pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
                background-color: #e6e6e6;
                color: #5c5c5c;
            }

            #comments .comment-list .comment-content .comment-text {
                background-color: #f8f8f8;
            }

            .site-footer {
                background-color: #444444;
                color: #eeeeee;
            }

            .site-footer a:not(.button) {
                color: #444444;
            }

            .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
                color: #aaaaaa;
            }

            #order_review {
                background-color: #ffffff;
            }

            #payment .payment_methods > li .payment_box,
            #payment .place-order {
                background-color: #fafafa;
            }

            #payment .payment_methods > li:not(.woocommerce-notice) {
                background-color: #f5f5f5;
            }

            #payment .payment_methods > li:not(.woocommerce-notice):hover {
                background-color: #f0f0f0;
            }

            @media screen and ( min-width: 768px ) {
                .secondary-navigation ul.menu a:hover {
                    color: #6e6e6e;
                }

                .secondary-navigation ul.menu a {
                    color: #555555;
                }

                .site-header-cart .widget_shopping_cart,
                .main-navigation ul.menu ul.sub-menu,
                .main-navigation ul.nav-menu ul.children {
                    background-color: #9b9b9b;
                }

                .site-header-cart .widget_shopping_cart .buttons,
                .site-header-cart .widget_shopping_cart .total {
                    background-color: #a0a0a0;
                }

                .site-header {
                    border-bottom-color: #9b9b9b;
                }
            }
</style>
<link rel='stylesheet' id='storefront-icons-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/base/icons.css?ver=2.2.8' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-fonts-css'  href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,300italic,400italic,600,700,900&#038;subset=latin%2Clatin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='tablepress-default-css'  href='http://uk.boutiquefrenchwine.com/wp-content/plugins/tablepress/css/default.min.css?ver=1.9' type='text/css' media='all' />
<link rel='stylesheet' id='storefront-woocommerce-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/sass/woocommerce/woocommerce.css?ver=2.2.8' type='text/css' media='all' />
<style id='storefront-woocommerce-style-inline-css' type='text/css'>

            a.cart-contents,
            .site-header-cart .widget_shopping_cart a {
                color: #eeeeee;
            }

            table.cart td.product-remove,
            table.cart td.actions {
                border-top-color: #ffffff;
            }

            .woocommerce-tabs ul.tabs li.active a,
            ul.products li.product .price,
            .onsale,
            .widget_search form:before,
            .widget_product_search form:before {
                color: #666666;
            }

            .woocommerce-breadcrumb a,
            a.woocommerce-review-link,
            .product_meta a {
                color: #6b6b6b;
            }

            .onsale {
                border-color: #666666;
            }

            .star-rating span:before,
            .quantity .plus, .quantity .minus,
            p.stars a:hover:after,
            p.stars a:after,
            .star-rating span:before,
            #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
                color: #999999;
            }

            .widget_price_filter .ui-slider .ui-slider-range,
            .widget_price_filter .ui-slider .ui-slider-handle {
                background-color: #999999;
            }

            .order_details {
                background-color: #f8f8f8;
            }

            .order_details > li {
                border-bottom: 1px dotted #e3e3e3;
            }

            .order_details:before,
            .order_details:after {
                background: -webkit-linear-gradient(transparent 0,transparent 0),-webkit-linear-gradient(135deg,#f8f8f8 33.33%,transparent 33.33%),-webkit-linear-gradient(45deg,#f8f8f8 33.33%,transparent 33.33%)
            }

            p.stars a:before,
            p.stars a:hover~a:before,
            p.stars.selected a.active~a:before {
                color: #666666;
            }

            p.stars.selected a.active:before,
            p.stars:hover a:before,
            p.stars.selected a:not(.active):before,
            p.stars.selected a.active:before {
                color: #999999;
            }

            .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
                background-color: #eeeeee;
                color: #333333;
            }

            .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
                background-color: #d5d5d5;
                border-color: #d5d5d5;
                color: #333333;
            }

            .button.loading {
                color: #eeeeee;
            }

            .button.loading:hover {
                background-color: #eeeeee;
            }

            .button.loading:after {
                color: #333333;
            }

            @media screen and ( min-width: 768px ) {
                .site-header-cart .widget_shopping_cart,
                .site-header .product_list_widget li .quantity {
                    color: #555555;
                }
            }
</style>
<link rel='stylesheet' id='storefront-child-style-css'  href='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront-child/style.css?ver=1.0.0' type='text/css' media='all' />
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var gadwpUAEventsData = {"options":{"event_tracking":0,"event_downloads":"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*","event_bouncerate":0,"aff_tracking":0,"event_affiliates":"\/out\/","hash_tracking":0,"root_domain":"boutiquefrenchwine.com","event_timeout":100,"event_precision":0,"event_formsubmit":1,"ga_pagescrolldepth_tracking":1,"ga_with_gtag":0}};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-analytics-events.js?ver=5.3.1.1'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/google-analytics-dashboard-for-wp/front/js/tracking-scrolldepth.js?ver=5.3.1.1'></script>
<link rel='https://api.w.org/' href='http://uk.boutiquefrenchwine.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://uk.boutiquefrenchwine.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://uk.boutiquefrenchwine.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.6" />
<meta name="generator" content="WooCommerce 3.3.4" />
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}</style>
<!-- end Simple Custom CSS and JS -->
    <style type="text/css" media="screen">
      div.printfriendly a, div.printfriendly a:link, div.printfriendly a:hover, div.printfriendly a:visited {
        text-decoration: none;
        border: none;
      }
    </style>
           <style type="text/css" media="screen">
          div.printfriendly {
            margin: 0px 0px 0px 0px;
            position: relative;
            z-index: 1000;
          }
          div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
            font-size: 12px;
            color: #858382;
            vertical-align: bottom;
          }
          .printfriendly a {
            box-shadow:none;
          }
          .printfriendly a:hover {
            cursor: pointer;
          }
          .printfriendly a img  {
            border: none;
            padding:0;
            margin-right: 6px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
          }
          .printfriendly a span{
            vertical-align: bottom;
          }
          .pf-alignleft {
            float: left;
          }
          .pf-alignright {
            float: right;
          }
          div.pf-aligncenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
          }
        </style>
        <style type="text/css" media="print">
          .printfriendly {
            display: none;
          }
        </style>
<style>.woocommerce-password-strength.short {color: #e2401c}.woocommerce-password-strength.bad {color: #e2401c}.woocommerce-password-strength.good {color: #3d9cd2}.woocommerce-password-strength.strong {color: #0f834d}</style>   <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
    <link rel="me" href="https://twitter.com/B10BFW"><meta name="twitter:partner" content="tfwp"><link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-100x100.png" sizes="32x32" />
<link rel="icon" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-200x200.png" />
<meta name="msapplication-TileImage" content="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-header-bar-512-x-512-324x324.png" />

<!-- BEGIN GADWP v5.3.1.1 Universal Analytics - https://deconf.com/google-analytics-dashboard-wordpress/ -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  ga('create', 'UA-115078212-1', 'auto');
  ga('require', 'ecommerce');
  ga('send', 'pageview');
</script>
<!-- END GADWP Universal Analytics -->

        <style type="text/css" id="wp-custom-css">
            /* This Code sets the space used for the product title in catalog and archive pages so that the Add to Cart buttons are all aligned irrecpective of product title length*/

.post-type-archive .title {
   min-height: 88px !important;
}
        </style>
    </head>

<body class="error404 wp-custom-logo wc-pac-hide-sale-flash woocommerce-demo-store right-sidebar woocommerce-active">

<div id="page" class="hfeed site">

    <header id="masthead" class="site-header" role="banner" style="">
        <div class="col-full">

                    <a class="skip-link screen-reader-text" href="#site-navigation">Skip to navigation</a>
        <a class="skip-link screen-reader-text" href="#content">Skip to content</a>
                <div class="site-branding">
            <a href="http://uk.boutiquefrenchwine.com/" class="custom-logo-link" rel="home" itemprop="url"><img width="429" height="110" src="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png" class="custom-logo" alt="Boutique French Wine" itemprop="logo" srcset="http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image.png 429w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-100x26.png 100w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-200x51.png 200w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-324x83.png 324w, http://uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/cropped-BFW-website-header-image-416x107.png 416w" sizes="(max-width: 429px) 100vw, 429px" /></a>       </div>
                    <nav class="secondary-navigation" role="navigation" aria-label="Secondary Navigation">
                <div class="menu-categories-container"><ul id="menu-categories" class="menu"><li id="menu-item-1835" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1835"><a href="https://uk.boutiquefrenchwine.com">Type</a>
<ul class="sub-menu">
    <li id="menu-item-879" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-879"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
    <li id="menu-item-1034" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1034"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
    <li id="menu-item-354" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-354"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
    <li id="menu-item-355" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-355"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
    <li id="menu-item-356" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-356"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
    <li id="menu-item-1847" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1847"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
</ul>
</li>
<li id="menu-item-1836" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1836"><a href="https://uk.boutiquefrenchwine.com">Grape</a>
<ul class="sub-menu">
    <li id="menu-item-1958" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1958"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a></li>
    <li id="menu-item-162" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-162"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a></li>
    <li id="menu-item-163" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-163"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a></li>
    <li id="menu-item-164" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-164"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a></li>
    <li id="menu-item-165" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-165"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a></li>
    <li id="menu-item-166" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-166"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a></li>
    <li id="menu-item-167" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-167"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a></li>
    <li id="menu-item-168" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-168"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a></li>
    <li id="menu-item-169" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-169"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a></li>
    <li id="menu-item-170" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-170"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a></li>
    <li id="menu-item-171" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-171"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a></li>
    <li id="menu-item-172" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-172"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a></li>
    <li id="menu-item-173" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-173"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a></li>
    <li id="menu-item-174" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-174"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a></li>
    <li id="menu-item-175" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-175"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a></li>
    <li id="menu-item-176" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-176"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a></li>
    <li id="menu-item-177" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-177"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a></li>
    <li id="menu-item-178" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-178"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a></li>
    <li id="menu-item-179" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-179"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a></li>
    <li id="menu-item-180" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-180"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a></li>
    <li id="menu-item-1957" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1957"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a></li>
    <li id="menu-item-181" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-181"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a></li>
    <li id="menu-item-182" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-182"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a></li>
    <li id="menu-item-183" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-183"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a></li>
    <li id="menu-item-184" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-184"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a></li>
    <li id="menu-item-185" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-185"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a></li>
    <li id="menu-item-186" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a></li>
    <li id="menu-item-367" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-367"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a></li>
    <li id="menu-item-187" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a></li>
    <li id="menu-item-188" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a></li>
</ul>
</li>
<li id="menu-item-1837" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1837"><a href="https://uk.boutiquefrenchwine.com">Region</a>
<ul class="sub-menu">
    <li id="menu-item-624" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-624"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a></li>
    <li id="menu-item-625" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-625"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a>
    <ul class="sub-menu">
        <li id="menu-item-626" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-626"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a></li>
        <li id="menu-item-732" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-732"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a></li>
        <li id="menu-item-731" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-731"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a></li>
        <li id="menu-item-627" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-627"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a></li>
        <li id="menu-item-628" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-628"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a></li>
        <li id="menu-item-629" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-629"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a></li>
    </ul>
</li>
    <li id="menu-item-630" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-630"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a>
    <ul class="sub-menu">
        <li id="menu-item-631" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-631"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a></li>
        <li id="menu-item-632" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-632"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a></li>
        <li id="menu-item-633" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-633"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a></li>
        <li id="menu-item-634" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-634"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a></li>
        <li id="menu-item-635" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-635"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a>
        <ul class="sub-menu">
            <li id="menu-item-636" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-636"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a></li>
            <li id="menu-item-637" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-637"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a></li>
            <li id="menu-item-638" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-638"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a></li>
            <li id="menu-item-639" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-639"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a></li>
            <li id="menu-item-640" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-640"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a></li>
            <li id="menu-item-641" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-641"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a></li>
            <li id="menu-item-642" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-642"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a></li>
            <li id="menu-item-643" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-643"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a></li>
            <li id="menu-item-644" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-644"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a></li>
            <li id="menu-item-645" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-645"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a></li>
            <li id="menu-item-646" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-646"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a></li>
            <li id="menu-item-647" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-647"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a></li>
        </ul>
</li>
        <li id="menu-item-648" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-648"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a></li>
    </ul>
</li>
    <li id="menu-item-713" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-713"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a>
    <ul class="sub-menu">
        <li id="menu-item-649" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-649"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a></li>
        <li id="menu-item-651" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-651"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a></li>
        <li id="menu-item-654" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-654"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a></li>
        <li id="menu-item-714" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-714"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a></li>
    </ul>
</li>
    <li id="menu-item-715" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-715"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a></li>
    <li id="menu-item-716" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-716"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a></li>
    <li id="menu-item-658" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-658"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a>
    <ul class="sub-menu">
        <li id="menu-item-665" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-665"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a></li>
        <li id="menu-item-666" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-666"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a></li>
        <li id="menu-item-667" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-667"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a></li>
        <li id="menu-item-668" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-668"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a></li>
        <li id="menu-item-669" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-669"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a></li>
        <li id="menu-item-670" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-670"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a></li>
        <li id="menu-item-671" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-671"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a></li>
        <li id="menu-item-672" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-672"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a></li>
        <li id="menu-item-673" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-673"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a></li>
        <li id="menu-item-674" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-674"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a></li>
        <li id="menu-item-675" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-675"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a></li>
    </ul>
</li>
    <li id="menu-item-659" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-659"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a>
    <ul class="sub-menu">
        <li id="menu-item-676" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-676"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a></li>
    </ul>
</li>
    <li id="menu-item-660" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-660"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a></li>
    <li id="menu-item-661" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-661"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a></li>
    <li id="menu-item-662" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-662"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a>
    <ul class="sub-menu">
        <li id="menu-item-652" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-652"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a></li>
        <li id="menu-item-725" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-725"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a></li>
        <li id="menu-item-726" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-726"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a></li>
        <li id="menu-item-727" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-727"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a></li>
        <li id="menu-item-728" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-728"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a></li>
        <li id="menu-item-729" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-729"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d&#8217;Oc</a></li>
    </ul>
</li>
    <li id="menu-item-663" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-663"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a>
    <ul class="sub-menu">
        <li id="menu-item-730" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-730"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a></li>
        <li id="menu-item-682" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-682"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a></li>
        <li id="menu-item-683" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-683"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a></li>
        <li id="menu-item-684" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-684"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a></li>
        <li id="menu-item-685" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-685"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a></li>
        <li id="menu-item-686" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-686"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a></li>
        <li id="menu-item-687" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-687"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a></li>
        <li id="menu-item-688" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-688"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a></li>
        <li id="menu-item-689" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-689"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a></li>
        <li id="menu-item-690" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-690"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a></li>
        <li id="menu-item-691" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-691"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a></li>
        <li id="menu-item-692" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-692"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a></li>
    </ul>
</li>
</ul>
</li>
<li id="menu-item-1838" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-has-children menu-item-1838"><a href="https://uk.boutiquefrenchwine.com">Producers</a>
<ul class="sub-menu">
    <li id="menu-item-748" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-748"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a></li>
    <li id="menu-item-930" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-930"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
    <li id="menu-item-931" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-931"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
    <li id="menu-item-1933" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1933"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a></li>
    <li id="menu-item-749" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-749"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a></li>
    <li id="menu-item-750" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-750"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a></li>
    <li id="menu-item-751" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-751"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
    <li id="menu-item-752" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-752"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
    <li id="menu-item-754" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-754"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a></li>
    <li id="menu-item-1362" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1362"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
    <li id="menu-item-755" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-755"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a></li>
    <li id="menu-item-756" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-756"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a></li>
    <li id="menu-item-757" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-757"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a></li>
    <li id="menu-item-758" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-758"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a></li>
    <li id="menu-item-759" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-759"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>         </nav><!-- #site-navigation -->
                        <div class="site-search">
                <div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
    <label class="screen-reader-text" for="woocommerce-product-search-field-0">Search for:</label>
    <input type="search" id="woocommerce-product-search-field-0" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
    <button type="submit" value="Search">Search</button>
    <input type="hidden" name="post_type" value="product" />
</form>
</div>          </div>
        <div class="storefront-primary-navigation">     <nav id="site-navigation" class="main-navigation" role="navigation" aria-label="Primary Navigation">
        <button class="menu-toggle" aria-controls="site-navigation" aria-expanded="false"><span>Menu</span></button>
            <div class="primary-navigation"><ul id="menu-main-menu" class="menu"><li id="menu-item-374" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-374"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-824" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-824"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1746" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1746"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
    <li id="menu-item-1084" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1084"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
    <li id="menu-item-1085" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1085"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-603" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-603"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
    <li id="menu-item-1171" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1171"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
    <li id="menu-item-608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-608"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
    <li id="menu-item-1360" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1360"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
    <li id="menu-item-876" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-876"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
    <li id="menu-item-1939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1939"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-fredignac/">Chateau Fredignac</a></li>
    <li id="menu-item-604" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-604"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
    <li id="menu-item-615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-615"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
    <li id="menu-item-611" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-611"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
    <li id="menu-item-605" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-605"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
    <li id="menu-item-606" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-606"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
    <li id="menu-item-1356" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1356"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
    <li id="menu-item-613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-613"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
    <li id="menu-item-612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-612"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
    <li id="menu-item-617" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-617"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
    <li id="menu-item-607" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-607"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Preignes le Neuf</a></li>
    <li id="menu-item-616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-616"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
<li id="menu-item-379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-379"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-889" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-889"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1207" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1207"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-767" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-767"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&#038;Cs</a></li>
</ul></div><div class="handheld-navigation"><ul id="menu-mobile-menu" class="menu"><li id="menu-item-1212" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1212"><a href="http://uk.boutiquefrenchwine.com/home/">Welcome</a></li>
<li id="menu-item-1213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1213"><a href="http://uk.boutiquefrenchwine.com/">News</a></li>
<li id="menu-item-1747" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1747"><a href="http://uk.boutiquefrenchwine.com/shop/">Shop</a>
<ul class="sub-menu">
    <li id="menu-item-1231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1231"><a href="http://uk.boutiquefrenchwine.com/basket/">Basket</a></li>
    <li id="menu-item-1232" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1232"><a href="https://uk.boutiquefrenchwine.com/checkout/">Checkout</a></li>
</ul>
</li>
<li id="menu-item-1230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1230"><a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a></li>
<li id="menu-item-1235" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1235"><a href="http://uk.boutiquefrenchwine.com/contact/">Contact</a></li>
<li id="menu-item-1234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1234"><a href="http://uk.boutiquefrenchwine.com/wine-tasting/">Wine Tasting</a></li>
<li id="menu-item-1233" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1233"><a href="http://uk.boutiquefrenchwine.com/tcs/">T&#038;Cs</a></li>
<li id="menu-item-1236" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-has-children menu-item-1236"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a>
<ul class="sub-menu">
    <li id="menu-item-1237" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1237"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a></li>
    <li id="menu-item-1238" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1238"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a></li>
    <li id="menu-item-1239" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1239"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a></li>
    <li id="menu-item-1240" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1240"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a></li>
    <li id="menu-item-1241" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1241"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a></li>
    <li id="menu-item-1242" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-1242"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a></li>
</ul>
</li>
<li id="menu-item-1214" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-1214"><a href="http://uk.boutiquefrenchwine.com/partners/">Partners</a>
<ul class="sub-menu">
    <li id="menu-item-1215" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-1215"><a target="_blank" href="http://www.maisonmaitre.eu">Old Cognac Distillery</a></li>
    <li id="menu-item-1217" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1217"><a href="http://uk.boutiquefrenchwine.com/partners/canet-valette/">Canet-Valette</a></li>
    <li id="menu-item-1359" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1359"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-collard-picard/">Champagne Collard-Picard</a></li>
    <li id="menu-item-1218" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1218"><a href="http://uk.boutiquefrenchwine.com/partners/champagne-michel-fagot/">Champagne Michel Fagot</a></li>
    <li id="menu-item-1219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1219"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a></li>
    <li id="menu-item-1220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1220"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a></li>
    <li id="menu-item-1221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1221"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-pena/">Château de Pena</a></li>
    <li id="menu-item-1222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1222"><a href="http://uk.boutiquefrenchwine.com/partners/chateau-de-la-tour-blanche/">Château la Tour Blanche</a></li>
    <li id="menu-item-1223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1223"><a href="http://uk.boutiquefrenchwine.com?page_id=483&#038;preview_id=483">Domaine de l’Arjolle</a></li>
    <li id="menu-item-1224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1224"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-de-coninck/">Domaine De-Coninck</a></li>
    <li id="menu-item-1358" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1358"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-emile-grelier/">Domaine Emile Grelier</a></li>
    <li id="menu-item-1225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1225"><a href="http://uk.boutiquefrenchwine.com/partners/mas-karolina/">Mas Karolina</a></li>
    <li id="menu-item-1226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1226"><a href="http://uk.boutiquefrenchwine.com/partners/mas-mudigliza/">Mas Mudigliza</a></li>
    <li id="menu-item-1227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1227"><a href="http://uk.boutiquefrenchwine.com/partners/pique-russe/">Pique Russe</a></li>
    <li id="menu-item-1228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1228"><a href="http://uk.boutiquefrenchwine.com/partners/domaine-preignes-le-neuf/">Domaine Preignes le Neuf</a></li>
    <li id="menu-item-1229" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1229"><a href="http://uk.boutiquefrenchwine.com/partners/preignes-le-vieux/">Preignes le Vieux</a></li>
</ul>
</li>
</ul></div>     </nav><!-- #site-navigation -->
                <ul id="site-header-cart" class="site-header-cart menu">
            <li class="">
                            <a class="cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
                <span class="amount">&pound;0.00</span> <span class="count">0 items</span>
            </a>
                    </li>
            <li>
                <div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content"></div></div>         </li>
        </ul>
        </div>
        </div>
    </header><!-- #masthead -->

    <div id="content" class="site-content" tabindex="-1">
        <div class="col-full">

        <nav class="woocommerce-breadcrumb"><a href="http://uk.boutiquefrenchwine.com">Home</a><span class="breadcrumb-separator"> / </span>Error 404</nav><div class="woocommerce"></div>
    <div id="primary" class="content-area">

        <main id="main" class="site-main" role="main">

            <div class="error-404 not-found">

                <div class="page-content">

                    <header class="page-header">
                        <h1 class="page-title">Oops! That page can&rsquo;t be found.</h1>
                    </header><!-- .page-header -->

                    <p>Nothing was found at this location. Try searching, or check out the links below.</p>

                    <section aria-label="Search"><div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
    <label class="screen-reader-text" for="woocommerce-product-search-field-1">Search for:</label>
    <input type="search" id="woocommerce-product-search-field-1" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
    <button type="submit" value="Search">Search</button>
    <input type="hidden" name="post_type" value="product" />
</form>
</div></section><div class="fourohfour-columns-2"><section class="col-1" aria-label="Promoted Products"><h2>Featured Products</h2><div class="woocommerce columns-2 "><ul class="products columns-2">
<li class="post-912 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-champagne-collard-picard product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir pa_case-case-of-six-bottles first instock featured taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/champagne-collard-picard-cuvee-de-prestige/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/01/CCPCuveePrestige-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Collard-Picard Cuvée de Prestige</h2><div class="star-rating"><span style="width:100%">Rated <strong class="rating">5.00</strong> out of 5</span></div>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>39.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=912" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="912" data-product_sku="912" aria-label="Add &ldquo;Champagne Collard-Picard Cuvée de Prestige&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-912 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '912',
                        'name': 'Champagne Collard-Picard Cuvée de Prestige',
                        'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                        'position': '1'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir last instock featured taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-864 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '864',
                        'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                        'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                        'position': '2'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
</ul>
</div></section><nav class="col-2" aria-label="Product Categories"><h2>Product Categories</h2><div class="widget woocommerce widget_product_categories"><ul class="product-categories"><li class="cat-item cat-item-12 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/">Grape</a> <span class="count">(47)</span><ul class='children'>
<li class="cat-item cat-item-190"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/bourboulenc/">Bourboulenc</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-20"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-franc/">Cabernet Franc</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-13"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cabernet-sauvignon/">Cabernet Sauvignon</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-21"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carignan/">Carignan</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-22"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/carmenere/">Carménère</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-14"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/chardonnay/">Chardonnay</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-15"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/cinsault/">Cinsault</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-16"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-blanc/">Grenache Blanc</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-24"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-gris/">Grenache Gris</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-25"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/grenache-noir/">Grenache Noir</a> <span class="count">(11)</span></li>
<li class="cat-item cat-item-23"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/gros-manseng/">Gros Manseng</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-26"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/macabeo/">Macabeo</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-27"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/malbec/">Malbec</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-28"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/marsanne/">Marsanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-29"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/merlot/">Merlot</a> <span class="count">(15)</span></li>
<li class="cat-item cat-item-30"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/mourvedre/">Mourvèdre</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-43"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscadelle/">Muscadelle</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-47"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat/">Muscat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-17"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/muscat-petit-grains/">Muscat Petit Grains</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-31"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-courbu/">Petit Courbu</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-32"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-manseng/">Petit Manseng</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-143"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/petit-verdot/">Petit Verdot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-152"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-meunier/">Pinot Meunier</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-151"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/pinot-noir/">Pinot Noir</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-189"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/piquepoul/">Piquepoul</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-33"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/roussanne/">Roussanne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-34"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/sauvignon/">Sauvignon</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-44"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/semillon/">Semillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-35"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/shiraz/">Shiraz</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-36"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/syrah/">Syrah</a> <span class="count">(9)</span></li>
<li class="cat-item cat-item-37"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/tannat/">Tannat</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-48"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/vermentino/">Vermentino</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-38"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/viognier/">Viognier</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-39"><a href="http://uk.boutiquefrenchwine.com/product-category/grape/zinfandel/">Zinfandel</a> <span class="count">(0)</span></li>
</ul>
</li>
<li class="cat-item cat-item-122 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/">Partners</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-123"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/canet-valette-partners/">Canet-Valette</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-155"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-collard-picard/">Champagne Collard-Picard</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-154"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/champagne-michel-fagot/">Champagne Michel Fagot</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-127"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-de-pena/">Château de Pena</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-186"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-fredignac/">Château Fredignac</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-130"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-la-tour-blanche-partners/">Château La Tour Blanche</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-131"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lafitte-teston/">Château Lafitte-Teston</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-129"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/chateau-lamothe-despujols/">Château Lamothe-Despujols</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-135"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-chartreuse-de-mougeres/">Domaine Chartreuse de Mougères</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-134"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-de-larjolle/">Domaine de l'Arjolle</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-136"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-deconinck/">Domaine Deconinck</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-156"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-emile-grelier/">Domaine Emile Grelier</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-137"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/domaine-pique-russe/">Domaine Pique Russe</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-132"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-karolina/">Mas Karolina</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-133"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/mas-mudigliza/">Mas Mudigliza</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-126"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/ollieux-romanis/">Ollieux Romanis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-125"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-neuf/">Preignes le Neuf</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-124"><a href="http://uk.boutiquefrenchwine.com/product-category/partners/preignes-le-vieux-partners/">Preignes le Vieux</a> <span class="count">(3)</span></li>
</ul>
</li>
<li class="cat-item cat-item-147 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/">Region</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-56"><a href="http://uk.boutiquefrenchwine.com/product-category/region/alsace/">Alsace</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-40 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/">Bordeaux</a> <span class="count">(14)</span>   <ul class='children'>
<li class="cat-item cat-item-115"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/barsac/">Barsac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-187"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/blaye-cote-de-bordeaux/">Blaye Côte de Bordeaux</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-149"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/berdeauxsuperior/">Bordeau Superior</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-148"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/canonfronsac/">Canon Fronsac</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-113"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/medoc/">Medoc</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-41"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/sauternes/">Sauternes</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-114"><a href="http://uk.boutiquefrenchwine.com/product-category/region/bordeaux/st-emillion/">St Emillion</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-60 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/">Burgundy</a> <span class="count">(0)</span>    <ul class='children'>
<li class="cat-item cat-item-57 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/">Beaujolais</a> <span class="count">(0)</span>       <ul class='children'>
<li class="cat-item cat-item-101"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-beaujolais/">Beaujolais</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-102"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/beaujolais-villages/">Beaujolais-Villages</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-103"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/brouilly/">Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-109"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chenas/">Chénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-105"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/chiroubles/">Chiroubles</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-106"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/cote-de-brouilly/">Cote de Brouilly</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-107"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/fleurie/">Fleurie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-110"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/julienas/">Juliénas</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-111"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/morgon/">Morgon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-112"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/moulin-a-vent/">Moulin-a-Vent</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-104"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/regnie/">Regnié</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-108"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/beaujolais/saint-amour/">Saint-Amour</a> <span class="count">(0)</span></li>
        </ul>
</li>
<li class="cat-item cat-item-96"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/chablis/">Chablis</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-98"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cote-de-beaune/">Cote de Beaune</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-99"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-chalonnaise/">Cotes Chalonnaise</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-97"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/cotes-de-nuits/">Cotes de Nuits</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-100"><a href="http://uk.boutiquefrenchwine.com/product-category/region/burgundy/maconnais/">Maconnais</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-61 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/">Champagne</a> <span class="count">(2)</span>  <ul class='children'>
<li class="cat-item cat-item-94"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/champagne-champagne/">Champagne</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-95"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/coteaux-champagnois/">Coteaux Champagnois</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-63"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/ile-de-france/">Ile de France</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-66"><a href="http://uk.boutiquefrenchwine.com/product-category/region/champagne/picardy/">Picardy</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-62"><a href="http://uk.boutiquefrenchwine.com/product-category/region/corsica/">Corsica</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-64"><a href="http://uk.boutiquefrenchwine.com/product-category/region/jura/">Jura</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-50 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/">Languedoc-Roussillon</a> <span class="count">(23)</span>   <ul class='children'>
<li class="cat-item cat-item-140"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-catalanes/">Côtes Catalanes</a> <span class="count">(4)</span></li>
<li class="cat-item cat-item-142"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-liberon-languedoc/">Côtes de Liberon</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-144"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-de-thongue/">Côtes de Thongue</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-139"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/cotes-du-roussillon/">Côtes du Roussillon</a> <span class="count">(5)</span></li>
<li class="cat-item cat-item-145"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/saint-chinian/">Saint-Chinian</a> <span class="count">(7)</span></li>
<li class="cat-item cat-item-93"><a href="http://uk.boutiquefrenchwine.com/product-category/region/languedoc-roussillon/vin-de-pays-doc/">Vin de Pays d'Oc</a> <span class="count">(5)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-59 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/">Loire</a> <span class="count">(0)</span>  <ul class='children'>
<li class="cat-item cat-item-87"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/anjou-saumur/">Anjou-Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-86"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/chiron/">Chiron</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-89"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/coteaux-de-layon/">Coteaux de Layon</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-92"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/muscadet/">Muscadet</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-83"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/pouilly-fume/">Pouilly Fume</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-82"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/sancerre/">Sancerre</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-90"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur/">Saumur</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-91"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/saumur-champigny/">Saumur-Champigny</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-88"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/savennieres/">Savennieres</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-84"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/tourraine/">Tourraine</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-85"><a href="http://uk.boutiquefrenchwine.com/product-category/region/loire/vouvray/">Vouvray</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-67 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/">Provence</a> <span class="count">(0)</span>    <ul class='children'>
<li class="cat-item cat-item-81"><a href="http://uk.boutiquefrenchwine.com/product-category/region/provence/bandol/">Bandol</a> <span class="count">(0)</span></li>
    </ul>
</li>
<li class="cat-item cat-item-68"><a href="http://uk.boutiquefrenchwine.com/product-category/region/rhone/">Rhône</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-69"><a href="http://uk.boutiquefrenchwine.com/product-category/region/savoie/">Savoie</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-55 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/">South West France</a> <span class="count">(9)</span>  <ul class='children'>
<li class="cat-item cat-item-75"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/armagnac/">Armagnac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-71"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/bergerac/">Bergerac</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-73"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cahors/">Cahors</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-138"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/charente-maritime/">Charente Maritime</a> <span class="count">(6)</span></li>
<li class="cat-item cat-item-77"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-gascogne/">Cotes de Gascogne</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-78"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/cotes-de-saint-mont/">Cotes de Saint-Mont</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-70"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/dordogne/">Dordogne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-72"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/garonne/">Garonne</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-74"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/gascony/">Gascony</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-76"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/marian/">Madiran</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-79"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/pacherenc/">Pacherenc du Vic-Bilh</a> <span class="count">(1)</span></li>
<li class="cat-item cat-item-80"><a href="http://uk.boutiquefrenchwine.com/product-category/region/south-west-france/tursan/">Tursan</a> <span class="count">(0)</span></li>
    </ul>
</li>
</ul>
</li>
<li class="cat-item cat-item-10 cat-parent"><a href="http://uk.boutiquefrenchwine.com/product-category/type/">Type</a> <span class="count">(48)</span><ul class='children'>
<li class="cat-item cat-item-150"><a href="http://uk.boutiquefrenchwine.com/product-category/type/champagnes/">Champagnes</a> <span class="count">(2)</span></li>
<li class="cat-item cat-item-157"><a href="http://uk.boutiquefrenchwine.com/product-category/type/organic_wines/">Organic Wines</a> <span class="count">(21)</span></li>
<li class="cat-item cat-item-8"><a href="http://uk.boutiquefrenchwine.com/product-category/type/red-wines/">Red Wines</a> <span class="count">(27)</span></li>
<li class="cat-item cat-item-9"><a href="http://uk.boutiquefrenchwine.com/product-category/type/rose-wines/">Rose Wines</a> <span class="count">(3)</span></li>
<li class="cat-item cat-item-159"><a href="http://uk.boutiquefrenchwine.com/product-category/type/selection-boxes/">Selection Boxes</a> <span class="count">(0)</span></li>
<li class="cat-item cat-item-7"><a href="http://uk.boutiquefrenchwine.com/product-category/type/white-wines/">White Wines</a> <span class="count">(16)</span></li>
</ul>
</li>
<li class="cat-item cat-item-188"><a href="http://uk.boutiquefrenchwine.com/product-category/uncategorised/">Uncategorised</a> <span class="count">(0)</span></li>
</ul></div></nav></div><section aria-label="Popular Products"><h2>Popular Products</h2><div class="woocommerce columns-4 "><ul class="products columns-4">
<li class="post-441 product type-product status-publish has-post-thumbnail product_cat-red-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-cabernet-sauvignon product_cat-cinsault product_cat-grenache-noir first instock taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-sort/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Rouge-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Rouge 2014</h2><div class="star-rating"><span style="width:92%">Rated <strong class="rating">4.60</strong> out of 5</span></div>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=441" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="441" data-product_sku="441" aria-label="Add &ldquo;Le Petit Pont Rouge 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-441 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '441',
                        'name': 'Le Petit Pont Rouge 2014',
                        'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
                        'position': '1'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-9 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-preignes-le-vieux-partners product_cat-languedoc-roussillon product_cat-vin-de-pays-doc product_cat-chardonnay product_cat-vermentino  instock taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/le-petit-pont-white/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2018/03/Petit-Pont-Blanc-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Le Petit Pont Blanc 2014</h2><div class="star-rating"><span style="width:93.4%">Rated <strong class="rating">4.67</strong> out of 5</span></div>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>7.77</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=9" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="9" data-product_sku="9" aria-label="Add &ldquo;Le Petit Pont Blanc 2014&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-9 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '9',
                        'name': 'Le Petit Pont Blanc 2014',
                        'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Chardonnay/Vermentino',
                        'position': '2'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-864 product type-product status-publish has-post-thumbnail product_cat-champagnes product_cat-organic_wines product_cat-champagne-michel-fagot product_cat-champagne product_cat-champagne-champagne product_cat-chardonnay product_cat-pinot-meunier product_cat-pinot-noir  instock featured taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/champagne-michel-fagot-reserve/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2016/10/CMFReserve2010-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Champagne Michel Fagot Brut Réserve Premier Cru</h2>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>29.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=864" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="864" data-product_sku="864" aria-label="Add &ldquo;Champagne Michel Fagot Brut Réserve Premier Cru&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-864 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '864',
                        'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                        'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                        'position': '3'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
<li class="post-293 product type-product status-publish has-post-thumbnail product_cat-white-wines product_cat-chateau-lamothe-despujols product_cat-bordeaux product_cat-sauternes product_cat-muscadelle product_cat-sauvignon product_cat-semillon last instock taxable shipping-taxable purchasable product-type-simple">
    <a href="http://uk.boutiquefrenchwine.com/product/les-tourelles-de-lamothe-2/" class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><img width="250" height="800" src="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail wp-post-image" alt="" srcset="//uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe.png 250w, //uk.boutiquefrenchwine.com/wp-content/uploads/2015/11/CLDtourellesdelamothe-31x100.png 31w" sizes="(max-width: 250px) 100vw, 250px" /><h2 class="woocommerce-loop-product__title">Les Tourelles de Lamothe 2010</h2>
    <span class="price"><span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol">&pound;</span>16.99</span></span>
</a><a href="/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8?add-to-cart=293" data-quantity="1" class="button product_type_simple add_to_cart_button ajax_add_to_cart" data-product_id="293" data-product_sku="293" aria-label="Add &ldquo;Les Tourelles de Lamothe 2010&rdquo; to your basket" rel="nofollow">Add to basket</a>
            <script>
            (function($) {
                $( '.products .post-293 a' ).click( function() {
                    if ( true === $(this).hasClass( 'add_to_cart_button' ) ) {
                        return;
                    }

                    ga( 'ec:addProduct', {
                        'id': '293',
                        'name': 'Les Tourelles de Lamothe 2010',
                        'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
                        'position': '4'
                    });

                    ga( 'ec:setAction', 'click', { list: 'Product List' });
                    ga( 'send', 'event', 'UX', 'click', ' Product List' );
                });
            })(jQuery);
            </script>
        </li>
</ul>
</div></section>
                </div><!-- .page-content -->
            </div><!-- .error-404 -->

        </main><!-- #main -->
    </div><!-- #primary -->

        </div><!-- .col-full -->
    </div><!-- #content -->

    <footer id="colophon" class="site-footer" role="contentinfo">
        <div class="col-full">

                    <div class="site-info">
            &copy; Boutique French Wine 2018                        <br /> <a href="https://woocommerce.com" target="_blank" title="WooCommerce - The Best eCommerce Platform for WordPress" rel="author">Built with Storefront &amp; WooCommerce</a>                   </div><!-- .site-info -->
                <div class="storefront-handheld-footer-bar">
            <ul class="columns-3">
                                    <li class="my-account">
                        <a href="https://uk.boutiquefrenchwine.com/my-account/">My Account</a>              </li>
                                    <li class="search">
                        <a href="">Search</a>           <div class="site-search">
                <div class="widget woocommerce widget_product_search"><form role="search" method="get" class="woocommerce-product-search" action="http://uk.boutiquefrenchwine.com/">
    <label class="screen-reader-text" for="woocommerce-product-search-field-2">Search for:</label>
    <input type="search" id="woocommerce-product-search-field-2" class="search-field" placeholder="Search products&hellip;" value="" name="s" />
    <button type="submit" value="Search">Search</button>
    <input type="hidden" name="post_type" value="product" />
</form>
</div>          </div>
                            </li>
                                    <li class="cart">
                                    <a class="footer-cart-contents" href="http://uk.boutiquefrenchwine.com/basket/" title="View your shopping basket">
                <span class="count">0</span>
            </a>
                            </li>
                            </ul>
        </div>

        </div><!-- .col-full -->
    </footer><!-- #colophon -->

</div><!-- #page -->

<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/instashow-lite/assets/instashow-lite/dist/jquery.instashow-lite.packaged.js?ver=1.4.2'></script>
<p class="woocommerce-store-notice demo_store">Check out our wine tasting evenings! <a href="#" class="woocommerce-store-notice__dismiss-link">Dismiss</a></p><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":"1","item":{"name":"Home","@id":"http:\/\/uk.boutiquefrenchwine.com"}},{"@type":"ListItem","position":"2","item":{"name":"Error 404"}}]}</script><script type='text/javascript'>
/* <![CDATA[ */
var woosb_vars = {"ajax_url":"http:\/\/uk.boutiquefrenchwine.com\/wp-admin\/admin-ajax.php","alert_text":"Please select some product options before adding this product to your cart.","bundle_price_text":"Your selection box price:","price_format":"%1$s%2$s","price_decimals":"2","price_thousand_separator":",","price_decimal_separator":".","currency_symbol":"\u00a3","woosb_nonce":"4a12b38cb5"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woo-product-bundle-premium/assets/js/frontend.js?ver=2.6.9'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View basket","cart_url":"http:\/\/uk.boutiquefrenchwine.com\/basket\/","is_cart":"","cart_redirect_after_add":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.70'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=3.3.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_937198c0652e8f0b382e5733110b7eed","fragment_name":"wc_fragments_937198c0652e8f0b382e5733110b7eed"};
/* ]]> */
</script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=3.3.4'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/navigation.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/skip-link-focus-fix.min.js?ver=20130115'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-content/themes/storefront/assets/js/woocommerce/header-cart.min.js?ver=2.2.8'></script>
<script type='text/javascript' src='http://uk.boutiquefrenchwine.com/wp-includes/js/wp-embed.min.js?ver=4.9.6'></script>
<!-- WooCommerce JavaScript -->
<script type="text/javascript">
jQuery(function($) { 

            ga( 'ec:addImpression', {
                'id': '912',
                'name': 'Champagne Collard-Picard Cuvée de Prestige',
                'category': 'Champagnes/Champagne Collard-Picard/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                'list': 'Product List',
                'position': '1'
            } );

            ga( 'ec:addImpression', {
                'id': '864',
                'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                'list': 'Product List',
                'position': '2'
            } );

            ga( 'ec:addImpression', {
                'id': '441',
                'name': 'Le Petit Pont Rouge 2014',
                'category': 'Red Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Cabernet Sauvignon/Cinsault/Grenache Noir',
                'list': 'Product List',
                'position': '1'
            } );

            ga( 'ec:addImpression', {
                'id': '9',
                'name': 'Le Petit Pont Blanc 2014',
                'category': 'White Wines/Preignes le Vieux/Languedoc-Roussillon/Vin de Pays d\'Oc/Chardonnay/Vermentino',
                'list': 'Product List',
                'position': '2'
            } );

            ga( 'ec:addImpression', {
                'id': '864',
                'name': 'Champagne Michel Fagot Brut Réserve Premier Cru',
                'category': 'Champagnes/Organic Wines/Champagne Michel Fagot/Champagne/Champagne/Chardonnay/Pinot Meunier/Pinot Noir',
                'list': 'Product List',
                'position': '3'
            } );

            ga( 'ec:addImpression', {
                'id': '293',
                'name': 'Les Tourelles de Lamothe 2010',
                'category': 'White Wines/Château Lamothe-Despujols/Bordeaux/Sauternes/Muscadelle/Sauvignon/Semillon',
                'list': 'Product List',
                'position': '4'
            } );

                    $( '.add_to_cart_button:not(.product_type_variable, .product_type_grouped)' ).click( function() {
                        ga( 'ec:addProduct', {'id': ($(this).data('product_sku')) ? ($(this).data('product_sku')) : ('#' + $(this).data('product_id')),'quantity': $(this).data('quantity')} );
                        ga( 'ec:setAction', 'add' );
                        ga( 'send', 'event', 'UX', 'click', 'add to cart' );
                    });

 });
</script>

</body>
</html>[Mon Aug 20 04:13:12 MST 2018] ret='0'
[Mon Aug 20 04:13:12 MST 2018] Debugging, skip removing: /home/xorex/www/.well-known/acme-challenge/DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8
[Mon Aug 20 04:13:12 MST 2018] pid
[Mon Aug 20 04:13:12 MST 2018] No need to restore nginx, skip.
[Mon Aug 20 04:13:12 MST 2018] _clearupdns
[Mon Aug 20 04:13:12 MST 2018] skip dns.
[Mon Aug 20 04:13:12 MST 2018] _on_issue_err
[Mon Aug 20 04:13:12 MST 2018] Please add '--debug' or '--log' to check more details.
[Mon Aug 20 04:13:12 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
[Mon Aug 20 04:13:12 MST 2018] _chk_vlist='uk.boutiquefrenchwine.com#DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0#https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268#http-01#/home/xorex/www,'
[Mon Aug 20 04:13:12 MST 2018] start to deactivate authz
[Mon Aug 20 04:13:12 MST 2018] tigger domain validation.
[Mon Aug 20 04:13:12 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:12 MST 2018] _t_key_authz='DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0'
[Mon Aug 20 04:13:12 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:12 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "DKebT82QZSiQLywDPi-CcuIgmQV0j1VOjc7h0_OPfd8.OhSyAVivk3YJJq1awsulXIMItfgz1K53bjAjTDZZYV0"}'
[Mon Aug 20 04:13:12 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key
[Mon Aug 20 04:13:12 MST 2018] Use _CACHED_NONCE='NA1xeiWtsd8qX4ae6Zcpg2X5qJ1SdVRlNDpWzP1jcqo'
[Mon Aug 20 04:13:12 MST 2018] nonce='NA1xeiWtsd8qX4ae6Zcpg2X5qJ1SdVRlNDpWzP1jcqo'
[Mon Aug 20 04:13:12 MST 2018] POST
[Mon Aug 20 04:13:12 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/IkzRcHOv44nL-RWqOPsHE3AqRxpeHlHiqH_X770uwdo/6629954268'
[Mon Aug 20 04:13:12 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "uHOEHSzdQyTi4t_3yQKyijjlB_-uv06hVu2C1M3VCux1oGnYKsITu0fE_fti2ZH_fUq3I0bQXSYiycCGEZ8iLlRN36BnpsHatUK9ArSB97JXYi6bhqaLkyhG6iG6E7OtwDL4W9fnwt-0TxOFme4e3GYQn2AXV-yK08ULDL_UJT3kjWUWhfOab4OTKT5a66L3y_4JlgkK31b1kBjgjat0jt5U-6kkJscnZ6MXOIt42nBK5bkF8hVul3rr8gHrRw7w7ReLtcmNyBa38fezodHfnnUxbu3i1gymFSmg2UKVJB454xFDHjAFD4NLiVtZ1CsvfRUPiUo9TBzv2-DylkKVXQ"}}, "protected": "eyJub25jZSI6ICJOQTF4ZWlXdHNkOHFYNGFlNlpjcGcyWDVxSjFTZFZSbE5EcFd6UDFqY3FvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvSWt6UmNIT3Y0NG5MLVJXcU9Qc0hFM0FxUnhwZUhsSGlxSF9YNzcwdXdkby82NjI5OTU0MjY4IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAidUhPRUhTemRReVRpNHRfM3lRS3lpampsQl8tdXYwNmhWdTJDMU0zVkN1eDFvR25ZS3NJVHUwZkVfZnRpMlpIX2ZVcTNJMGJRWFNZaXljQ0dFWjhpTGxSTjM2Qm5wc0hhdFVLOUFyU0I5N0pYWWk2YmhxYUxreWhHNmlHNkU3T3R3REw0Vzlmbnd0LTBUeE9GbWU0ZTNHWVFuMkFYVi15SzA4VUxETF9VSlQza2pXVVdoZk9hYjRPVEtUNWE2NkwzeV80Smxna0szMWIxa0JqZ2phdDBqdDVVLTZra0pzY25aNk1YT0l0NDJuQks1YmtGOGhWdWwzcnI4Z0hyUnc3dzdSZUx0Y21OeUJhMzhmZXpvZEhmbm5VeGJ1M2kxZ3ltRlNtZzJVS1ZKQjQ1NHhGREhqQUZENE5MaVZ0WjFDc3ZmUlVQaVVvOVRCenYyLUR5bGtLVlhRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJES2ViVDgyUVpTaVFMeXdEUGktQ2N1SWdtUVYwajFWT2pjN2gwX09QZmQ4Lk9oU3lBVml2azNZSkpxMWF3c3VsWElNSXRmZ3oxSzUzYmpBalREWlpZVjAifQ", "signature": "qAE6qlAnPdT8kU4bnsye5S6R9gA3FNSKHyzZUDR7KqVqAUll4IoPOt37we63Zn4rXlp78HIMCapANdIqGkpFLPkXScTupHoZ-NFKs3FcZ_uvj0Wz-gSoYQKVQdBMzZNsD321Ebzm0LKYl5D9jj2_LQPz_FbDwZCNJr9Q-tQc7ntYOfaVL2B4icVP319GfSiKpd1Qp5sf01QnFhTquthfTq4gvdFcXGBX1cgWR84h5UMCRa5p8SFN6Hp3n8HzHxBvhGBNNAf__2WBPgW1219guLAnd0vn4lVfZVKSXlGdxqDMqTQqs_VeMUiOK48ujUtBwmpmWsh6xIfErHaA0gT1Tg"}'
[Mon Aug 20 04:13:12 MST 2018] _postContentType='application/jose+json'
[Mon Aug 20 04:13:12 MST 2018] Http already initialized.
[Mon Aug 20 04:13:12 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header  --trace-ascii /tmp/tmp.cd7wz9uUWD  -g '
[Mon Aug 20 04:13:13 MST 2018] _ret='0'
[Mon Aug 20 04:13:13 MST 2018] original='{
  "type": "urn:acme:error:malformed",
  "detail": "Unable to update challenge :: The challenge is not pending.",
  "status": 400
}'
[Mon Aug 20 04:13:13 MST 2018] responseHeaders='HTTP/1.1 100 Continue
Expires: Mon, 20 Aug 2018 11:13:13 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache

HTTP/1.1 400 Bad Request
Server: nginx
Content-Type: application/problem+json
Content-Length: 132
Boulder-Requester: 36062453
Replay-Nonce: 1Pf_OdnAMDH5kvN5Bb1xEhU0lIBRx1IwDUznXWW8mjI
Expires: Mon, 20 Aug 2018 11:13:13 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Mon, 20 Aug 2018 11:13:13 GMT
Connection: close
'
[Mon Aug 20 04:13:13 MST 2018] response='{"type":"urn:acme:error:malformed","detail":"Unable to update challenge :: The challenge is not pending.","status": 400}'
[Mon Aug 20 04:13:13 MST 2018] code='400'
[Mon Aug 20 04:13:13 MST 2018] '/home/xorex/www,dns_gd' does not contain 'dns'
[Mon Aug 20 04:13:13 MST 2018] socat doesn't exists.
[Mon Aug 20 04:13:13 MST 2018] Diagnosis versions: 
openssl:openssl
OpenSSL 1.0.1e-fips 11 Feb 2013
apache:
apache doesn't exists.
nginx:
nginx doesn't exists.
socat:
xorex@n3plcpnl0035 [~]$ 
Brian057 commented 5 years ago

@GeoffatMM

Hi, did you get any response? Or find a solution? I ran into the same problem/error message today, didn't solve it yet...

GeoffatMM commented 5 years ago

Brian057

Sorry for the delay in replying but I lost all my passwords and have only just back on to the site.

Unfortunately I have never had a reply to the query and so tried some alternative forums but they keep sending me back to this site. I am about to renew them all again manually as the auto renew is simply not working. Not sure how to get Neil to respond.

Did you have any further luck?

GeoffatMM commented 5 years ago

Bump please!

I have never had a response to this problem and once more it has come around for renewal and all my sites are down.

Even when I try to do a renewal over ssl I still get the same error:

xorex@n3plcpnl0035 [~]$ ~/.acme.sh/acme.sh --cron --home ~/.acme.sh
[Fri Nov 23 08:59:11 MST 2018] ===Starting cron===
[Fri Nov 23 08:59:11 MST 2018] Installing from online archive.
[Fri Nov 23 08:59:11 MST 2018] Downloading https://github.com/Neilpang/acme.sh/archive/master.tar.gz
[Fri Nov 23 08:59:13 MST 2018] Extracting master.tar.gz
[Fri Nov 23 08:59:13 MST 2018] Installing to /home/xorex/.acme.sh
[Fri Nov 23 08:59:13 MST 2018] Installed to /home/xorex/.acme.sh/acme.sh
[Fri Nov 23 08:59:14 MST 2018] Good, bash is found, so change the shebang to use bash as preferred.
[Fri Nov 23 08:59:15 MST 2018] OK
[Fri Nov 23 08:59:15 MST 2018] Install success!
[Fri Nov 23 08:59:15 MST 2018] Upgrade success!
[Fri Nov 23 08:59:15 MST 2018] Auto upgraded to: 2.8.0
[Fri Nov 23 08:59:16 MST 2018] Renew: 'mbdnet.net'
[Fri Nov 23 08:59:16 MST 2018] Multi domain='DNS:mbdnet.net,DNS:www.mbdnet.net,DNS:boutiquefrenchwine.com,DNS:www.boutiquefrenchwine.com,DNS:uk.boutiquefrenchwine.com,DNS:dev.boutiquefrenchwine.com,DNS:oldcognacdistillery.eu,DNS:www.oldcognacdistillery.eu'
[Fri Nov 23 08:59:16 MST 2018] Getting domain auth token for each domain
[Fri Nov 23 08:59:16 MST 2018] Getting webroot for domain='mbdnet.net'
[Fri Nov 23 08:59:16 MST 2018] Getting new-authz for domain='mbdnet.net'
[Fri Nov 23 08:59:18 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:18 MST 2018] Getting webroot for domain='www.mbdnet.net'
[Fri Nov 23 08:59:18 MST 2018] Getting new-authz for domain='www.mbdnet.net'
[Fri Nov 23 08:59:19 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:19 MST 2018] Getting webroot for domain='boutiquefrenchwine.com'
[Fri Nov 23 08:59:19 MST 2018] Getting new-authz for domain='boutiquefrenchwine.com'
[Fri Nov 23 08:59:20 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:20 MST 2018] Getting webroot for domain='www.boutiquefrenchwine.com'
[Fri Nov 23 08:59:20 MST 2018] Getting new-authz for domain='www.boutiquefrenchwine.com'
[Fri Nov 23 08:59:21 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:21 MST 2018] Getting webroot for domain='uk.boutiquefrenchwine.com'
[Fri Nov 23 08:59:21 MST 2018] Getting new-authz for domain='uk.boutiquefrenchwine.com'
[Fri Nov 23 08:59:22 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:22 MST 2018] Getting webroot for domain='dev.boutiquefrenchwine.com'
[Fri Nov 23 08:59:22 MST 2018] Getting new-authz for domain='dev.boutiquefrenchwine.com'
[Fri Nov 23 08:59:23 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:23 MST 2018] Getting webroot for domain='oldcognacdistillery.eu'
[Fri Nov 23 08:59:23 MST 2018] Getting new-authz for domain='oldcognacdistillery.eu'
[Fri Nov 23 08:59:26 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:26 MST 2018] Getting webroot for domain='www.oldcognacdistillery.eu'
[Fri Nov 23 08:59:26 MST 2018] Getting new-authz for domain='www.oldcognacdistillery.eu'
[Fri Nov 23 08:59:27 MST 2018] The new-authz request is ok.
[Fri Nov 23 08:59:27 MST 2018] mbdnet.net is already verified, skip http-01.
[Fri Nov 23 08:59:27 MST 2018] Verifying:www.mbdnet.net
[Fri Nov 23 08:59:30 MST 2018] www.mbdnet.net:Verify error:Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/DJx6w2o7jYjBklcJlZlRepZy7UNNiN-QXybYIotRHtE: 
[Fri Nov 23 08:59:30 MST 2018] Please add '--debug' or '--log' to check more details.
[Fri Nov 23 08:59:30 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh
[Fri Nov 23 08:59:38 MST 2018] Error renew mbdnet.net.
[Fri Nov 23 08:59:38 MST 2018] ===End cron===

Running debug just gives the same detail as my previous post.

CAN SOMEONE PLEASE HELP ME????

I have tried everything, searched everywhere and still cannot get this to work.

My main domain is mbdnet.net and I have generated a certificate for that and the three sites that share the server. It is not renewing the certificate so what do I now do please?

Geoff

Neilpang commented 5 years ago

[Fri Nov 23 08:59:30 MST 2018] Please add '--debug' or '--log' to check more details. [Fri Nov 23 08:59:30 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

Can you add --debug 2 and paste the log here ?

GeoffatMM commented 5 years ago

Neil, apologies for the delay but I have had a string of problems on the server hosted with GoDaddy.

I seem to have lost everything at the moment but have managed to install certificates manually through sslforfree for now.

I have set up a series of cross that start with the one below. The others are all separated requests to deploy the certificate for each of the sites. I am sure it is possible to do the whole thing with one command but I ache not been able to find out how despite searching the web several times. There are references to it but no clear instructions or examples.

Here is the debug 2 output for the first cron but as I say, i seem to have lost everything so may have to start again from scratch to install new (forced) certificates then see if I can deploy them.

Hope you can help me get it sorted. Here is the first output:

xorex@n3plcpnl0035 [~]$ ~/.acme.sh/acme.sh --cron --home ~/.acme.sh --debug 2 [Fri Nov 30 03:49:21 MST 2018] Lets find script dir. [Fri Nov 30 03:49:21 MST 2018] SCRIPT='/home/xorex/.acme.sh/acme.sh' [Fri Nov 30 03:49:21 MST 2018] _script='/home/xorex/.acme.sh/acme.sh' [Fri Nov 30 03:49:21 MST 2018] _script_home='/home/xorex/.acme.sh' [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] LE_WORKING_DIR='/home/xorex/.acme.sh' https://github.com/Neilpang/acme.sh v2.8.0 [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] ===Starting cron=== [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] _stopRenewOnError [Fri Nov 30 03:49:21 MST 2018] di='/home/xorex/.acme.sh/mbdnet.net/' [Fri Nov 30 03:49:21 MST 2018] d='mbdnet.net' [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/mbdnet.net' [Fri Nov 30 03:49:21 MST 2018] Renew: 'mbdnet.net' [Fri Nov 30 03:49:21 MST 2018] Le_API='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] Skip invalid cert for: mbdnet.net [Fri Nov 30 03:49:21 MST 2018] Return code: 0 [Fri Nov 30 03:49:21 MST 2018] ===End cron=== xorex@n3plcpnl0035 [~]$

Geoff

GeoffatMM commented 5 years ago

xorex@n3plcpnl0035 [~]$ ~/.acme.sh/acme.sh --cron --home ~/.acme.sh --debug 2 [Fri Nov 30 03:49:21 MST 2018] Lets find script dir. [Fri Nov 30 03:49:21 MST 2018] SCRIPT='/home/xorex/.acme.sh/acme.sh' [Fri Nov 30 03:49:21 MST 2018] _script='/home/xorex/.acme.sh/acme.sh' [Fri Nov 30 03:49:21 MST 2018] _script_home='/home/xorex/.acme.sh' [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] LE_WORKING_DIR='/home/xorex/.acme.sh' https://github.com/Neilpang/acme.sh v2.8.0 [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] ===Starting cron=== [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] _stopRenewOnError [Fri Nov 30 03:49:21 MST 2018] di='/home/xorex/.acme.sh/mbdnet.net/' [Fri Nov 30 03:49:21 MST 2018] d='mbdnet.net' [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/mbdnet.net' [Fri Nov 30 03:49:21 MST 2018] Renew: 'mbdnet.net' [Fri Nov 30 03:49:21 MST 2018] Le_API='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 03:49:21 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 03:49:21 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 03:49:21 MST 2018] Skip invalid cert for: mbdnet.net [Fri Nov 30 03:49:21 MST 2018] Return code: 0 [Fri Nov 30 03:49:21 MST 2018] ===End cron=== xorex@n3plcpnl0035 [~]$

GeoffatMM commented 5 years ago

No idea why it is formatting it as strikethrough!

GeoffatMM commented 5 years ago

Neil

Please ignore the above. I am reinstalling the certificate and will try to deploy it to the various sites then get back to you.

Thanks,

Geoff

GeoffatMM commented 5 years ago

OK Neil,

I ran:

xorex@n3plcpnl0035 [~]$ acme.sh --force --issue -d mbdnet.net -w ~/www --dns dns_gd

and a new single domain certificate was issued. I then ran:

xorex@n3plcpnl0035 [~]$ ~/.acme.sh/acme.sh --deploy -d mbdnet.net --deploy-hook cpanel_uapi

and the certificate deployed OK. So I tried the multi-site certificate and ran:

xorex@n3plcpnl0035 [~]$ acme.sh --issue -d mbdnet.net -d www.mbdnet.net -d boutiquefrenchwine.com -d www.boutiquefrenchwine.com -d uk.boutiquefrenchwine.com -d dev.boutiquefrenchwine.com -d oldcognacdistillery.eu -d www.oldcognacdistillery.eu -w /home/xorex/public_html -w /home/xorex/public_html/boutiquefrenchwine.com -w /home/xorex/public_html/uk.boutiquefrenchwine.com -w /home/xorex/public_html/dev.boutiquefrenchwine.com -w /home/xorex/public_html/oldcognacdistillery.eu --dns dns_gd

(no need to force it as it was a new certificate even though it contained mbdnet.net?)

When I ran this command I got this error:

[Fri Nov 30 04:07:54 MST 2018] Verifying:www.mbdnet.net [Fri Nov 30 04:07:58 MST 2018] www.mbdnet.net:Verify error:Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/fCKH6E6VnAmsXnhvW6YEiv4qgcdUigKZ3AkZ7nA9iF0: [Fri Nov 30 04:07:58 MST 2018] Removing DNS records. [Fri Nov 30 04:08:00 MST 2018] Please add '--debug' or '--log' to check more details. [Fri Nov 30 04:08:00 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

So I then forced it with debug 2 and here is the (extremely verbose) output:

xorex@n3plcpnl0035 [~]$ acme.sh --force --issue -d mbdnet.net -d www.mbdnet.net -d boutiquefrenchwine.com -d www.boutiquefrenchwine.com -d uk.boutiquefrenchwine.com -d dev.boutiquefrenchwine.com -d oldcognacdistillery.eu -d www.oldcognacdistillery.eu -w /home/xorex/public_html -w /home/xorex/public_html/boutiquefrenchwine.com -w /home/xorex/public_html/uk.boutiquefrenchwine.com -w /home/xorex/public_html/dev.boutiquefrenchwine.com -w /home/xorex/public_html/oldcognacdistillery.eu --dns dns_gd --debug 2 [Fri Nov 30 04:09:53 MST 2018] Lets find script dir. [Fri Nov 30 04:09:53 MST 2018] SCRIPT='/home/xorex/.acme.sh/acme.sh' [Fri Nov 30 04:09:53 MST 2018] _script='/home/xorex/.acme.sh/acme.sh' [Fri Nov 30 04:09:53 MST 2018] _script_home='/home/xorex/.acme.sh' [Fri Nov 30 04:09:53 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 04:09:53 MST 2018] LE_WORKING_DIR='/home/xorex/.acme.sh' https://github.com/Neilpang/acme.sh v2.8.0 [Fri Nov 30 04:09:53 MST 2018] _main_domain='mbdnet.net' [Fri Nov 30 04:09:53 MST 2018] _alt_domains='www.mbdnet.net,boutiquefrenchwine.com,www.boutiquefrenchwine.com,uk.boutiquefrenchwine.com,dev.boutiquefrenchwine.com,oldcognacdistillery.eu,www.oldcognacdistillery.eu' [Fri Nov 30 04:09:53 MST 2018] Using config home:/home/xorex/.acme.sh [Fri Nov 30 04:09:53 MST 2018] ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 04:09:53 MST 2018] _ACME_SERVER_HOST='acme-v01.api.letsencrypt.org' [Fri Nov 30 04:09:53 MST 2018] DOMAIN_PATH='/home/xorex/.acme.sh/mbdnet.net' [Fri Nov 30 04:09:53 MST 2018] '/home/xorex/public_html,/home/xorex/public_html/boutiquefrenchwine.com,/home/xorex/public_html/uk.boutiquefrenchwine.com,/home/xorex/public_html/dev.boutiquefrenchwine.com,/home/xorex/public_html/oldcognacdistillery.eu,dns_gd' does not contain 'dns' [Fri Nov 30 04:09:53 MST 2018] Using ACME_DIRECTORY: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:53 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:53 MST 2018] GET [Fri Nov 30 04:09:53 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 04:09:53 MST 2018] timeout= [Fri Nov 30 04:09:53 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.iW60EQcZBM -g ' [Fri Nov 30 04:09:54 MST 2018] ret='0' [Fri Nov 30 04:09:54 MST 2018] response='{ "RCyGSERKdtM": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", "key-change": "https://acme-v01.api.letsencrypt.org/acme/key-change", "meta": { "caaIdentities": [ "letsencrypt.org" ], "terms-of-service": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf", "website": "https://letsencrypt.org" }, "new-authz": "https://acme-v01.api.letsencrypt.org/acme/new-authz", "new-cert": "https://acme-v01.api.letsencrypt.org/acme/new-cert", "new-reg": "https://acme-v01.api.letsencrypt.org/acme/new-reg", "revoke-cert": "https://acme-v01.api.letsencrypt.org/acme/revoke-cert" }' [Fri Nov 30 04:09:54 MST 2018] ACME_KEY_CHANGE='https://acme-v01.api.letsencrypt.org/acme/key-change' [Fri Nov 30 04:09:54 MST 2018] ACME_NEW_AUTHZ='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:54 MST 2018] ACME_NEW_ORDER='https://acme-v01.api.letsencrypt.org/acme/new-cert' [Fri Nov 30 04:09:54 MST 2018] ACME_NEW_ACCOUNT='https://acme-v01.api.letsencrypt.org/acme/new-reg' [Fri Nov 30 04:09:54 MST 2018] ACME_REVOKE_CERT='https://acme-v01.api.letsencrypt.org/acme/revoke-cert' [Fri Nov 30 04:09:54 MST 2018] ACME_AGREEMENT='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf' [Fri Nov 30 04:09:54 MST 2018] ACME_NEW_NONCE [Fri Nov 30 04:09:54 MST 2018] ACME_VERSION [Fri Nov 30 04:09:54 MST 2018] Le_NextRenewTime='1548673259' [Fri Nov 30 04:09:54 MST 2018] _on_before_issue [Fri Nov 30 04:09:54 MST 2018] _chk_main_domain='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _chk_alt_domains='www.mbdnet.net,boutiquefrenchwine.com,www.boutiquefrenchwine.com,uk.boutiquefrenchwine.com,dev.boutiquefrenchwine.com,oldcognacdistillery.eu,www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] '/home/xorex/public_html,/home/xorex/public_html/boutiquefrenchwine.com,/home/xorex/public_html/uk.boutiquefrenchwine.com,/home/xorex/public_html/dev.boutiquefrenchwine.com,/home/xorex/public_html/oldcognacdistillery.eu,dns_gd' does not contain 'no' [Fri Nov 30 04:09:54 MST 2018] Le_LocalAddress [Fri Nov 30 04:09:54 MST 2018] d='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] Check for domain='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='/home/xorex/public_html' [Fri Nov 30 04:09:54 MST 2018] d='www.mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] Check for domain='www.mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='/home/xorex/public_html/boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] d='boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] Check for domain='boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='/home/xorex/public_html/uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] d='www.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] Check for domain='www.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='/home/xorex/public_html/dev.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] d='uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] Check for domain='uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='/home/xorex/public_html/oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] d='dev.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] Check for domain='dev.boutiquefrenchwine.com' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='dns_gd' [Fri Nov 30 04:09:54 MST 2018] d='oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] Check for domain='oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='dns_gd' [Fri Nov 30 04:09:54 MST 2018] d='www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] Check for domain='www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='dns_gd' [Fri Nov 30 04:09:54 MST 2018] d [Fri Nov 30 04:09:54 MST 2018] '/home/xorex/public_html,/home/xorex/public_html/boutiquefrenchwine.com,/home/xorex/public_html/uk.boutiquefrenchwine.com,/home/xorex/public_html/dev.boutiquefrenchwine.com,/home/xorex/public_html/oldcognacdistillery.eu,dns_gd' does not contain 'apache' [Fri Nov 30 04:09:54 MST 2018] _saved_account_key_hash='rNuWIIDcJim+wbeFLJP3oi2gZuZVcE+CUh8d3zu4V+w=' [Fri Nov 30 04:09:54 MST 2018] _saved_account_key_hash is not changed, skip register account. [Fri Nov 30 04:09:54 MST 2018] Read key length: [Fri Nov 30 04:09:54 MST 2018] _createcsr [Fri Nov 30 04:09:54 MST 2018] domain='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] domainlist='www.mbdnet.net,boutiquefrenchwine.com,www.boutiquefrenchwine.com,uk.boutiquefrenchwine.com,dev.boutiquefrenchwine.com,oldcognacdistillery.eu,www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] csrkey='/home/xorex/.acme.sh/mbdnet.net/mbdnet.net.key' [Fri Nov 30 04:09:54 MST 2018] csr='/home/xorex/.acme.sh/mbdnet.net/mbdnet.net.csr' [Fri Nov 30 04:09:54 MST 2018] csrconf='/home/xorex/.acme.sh/mbdnet.net/mbdnet.net.csr.conf' [Fri Nov 30 04:09:54 MST 2018] _is_idn_d='www.mbdnet.net,boutiquefrenchwine.com,www.boutiquefrenchwine.com,uk.boutiquefrenchwine.com,dev.boutiquefrenchwine.com,oldcognacdistillery.eu,www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] _idn_temp [Fri Nov 30 04:09:54 MST 2018] domainlist='www.mbdnet.net,boutiquefrenchwine.com,www.boutiquefrenchwine.com,uk.boutiquefrenchwine.com,dev.boutiquefrenchwine.com,oldcognacdistillery.eu,www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] Multi domain='DNS:mbdnet.net,DNS:www.mbdnet.net,DNS:boutiquefrenchwine.com,DNS:www.boutiquefrenchwine.com,DNS:uk.boutiquefrenchwine.com,DNS:dev.boutiquefrenchwine.com,DNS:oldcognacdistillery.eu,DNS:www.oldcognacdistillery.eu' [Fri Nov 30 04:09:54 MST 2018] _is_idn_d='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _idn_temp [Fri Nov 30 04:09:54 MST 2018] _csr_cn='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] Getting domain auth token for each domain [Fri Nov 30 04:09:54 MST 2018] d='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] Getting webroot for domain='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _w='/home/xorex/public_html' [Fri Nov 30 04:09:54 MST 2018] _currentRoot='/home/xorex/public_html' [Fri Nov 30 04:09:54 MST 2018] Getting new-authz for domain='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:54 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:09:54 MST 2018] _is_idn_d='mbdnet.net' [Fri Nov 30 04:09:54 MST 2018] _idn_temp [Fri Nov 30 04:09:54 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:54 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "mbdnet.net"}}' [Fri Nov 30 04:09:54 MST 2018] RSA key [Fri Nov 30 04:09:54 MST 2018] Get nonce with GET. ACME_DIRECTORY='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 04:09:54 MST 2018] GET [Fri Nov 30 04:09:54 MST 2018] url='https://acme-v01.api.letsencrypt.org/directory' [Fri Nov 30 04:09:54 MST 2018] timeout= [Fri Nov 30 04:09:54 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.mHrBY7DvfN -g ' [Fri Nov 30 04:09:55 MST 2018] ret='0' [Fri Nov 30 04:09:55 MST 2018] _headers='HTTP/1.1 200 OK Server: nginx Content-Type: application/json Content-Length: 658 Replay-Nonce: OSohX9YwCGDyu-2506yOO3SxtiLzSgskfepPD8917ss X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:09:55 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:09:55 GMT Connection: keep-alive ' [Fri Nov 30 04:09:55 MST 2018] _CACHED_NONCE='OSohX9YwCGDyu-2506yOO3SxtiLzSgskfepPD8917ss' [Fri Nov 30 04:09:55 MST 2018] nonce='OSohX9YwCGDyu-2506yOO3SxtiLzSgskfepPD8917ss' [Fri Nov 30 04:09:55 MST 2018] POST [Fri Nov 30 04:09:55 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:55 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJPU29oWDlZd0NHRHl1LTI1MDZ5T08zU3h0aUx6U2dza2ZlcFBEODkxN3NzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAibWJkbmV0Lm5ldCJ9fQ", "signature": "s6oIXwdceMCsBkui2YlchO8S-2A7txwmtlkZIn2SkGpzykHrEZjnXXvarTXyYtzkkU9K19VxR7EthFMaPK0vyVLRHj0ykatyakv8EhTxdAcelU4_5-LsFysN6tcKjwj1OoRt6sW2uGUhZ0p0saxEjAA_KgN3snro__IUO0reFNBWCE3eGyXmwjDiaGezVfXFKj4UGo8fYGOrXqExikV0X5m9IStLGNK1rPrhCTNNyoMVokixbCwA-bf0IFIYmiGpvZmQvLTK1myWxqsvu7ajDb1IXYWxKNLZXuLIv7DPKpD-DqKSj9qMjAE4on88s_vtp-xqWIl4kvQ4TUGt5ixaeQ"}' [Fri Nov 30 04:09:55 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:09:55 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.zyJTHIARCe -g ' [Fri Nov 30 04:09:56 MST 2018] _ret='0' [Fri Nov 30 04:09:56 MST 2018] original='{ "identifier": { "type": "dns", "value": "mbdnet.net" }, "status": "valid", "expires": "2018-12-23T17:34:52Z", "challenges": [ { "type": "http-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470", "token": "cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw", "validationRecord": [ { "url": "http://mbdnet.net/.well-known/acme-challenge/cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw", "hostname": "mbdnet.net", "port": "80", "addressesResolved": [ "160.153.128.39" ], "addressUsed": "160.153.128.39" } ] }, { "type": "dns-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465472", "token": "4YJhMB6VrzyceAgrqwqgT8gCIzkmnt2EBUpXBb54jaY" }, { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465475", "token": "GgdGWksTa4tjofs3iP3hqj1c5mJ6lFEJkELzD5rM9P4" } ], "combinations": [ [ 2 ], [ 0 ], [ 1 ] ] }' [Fri Nov 30 04:09:56 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:09:55 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1328 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU Replay-Nonce: KU0rCZD53qJGBAk2jUDGCc_liAT3-nBD-x36IUczvDs X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:09:56 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:09:56 GMT Connection: keep-alive ' [Fri Nov 30 04:09:56 MST 2018] response='{"identifier":{"type":"dns","value":"mbdnet.net"},"status":"valid","expires":"2018-12-23T17:34:52Z","challenges":[{"type":"http-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470","token":"cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw","validationRecord":[{"url":"http://mbdnet.net/.well-known/acme-challenge/cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw","hostname":"mbdnet.net","port":"80","addressesResolved":["160.153.128.39"],"addressUsed":"160.153.128.39"}]},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465472","token":"4YJhMB6VrzyceAgrqwqgT8gCIzkmnt2EBUpXBb54jaY"},{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465475","token":"GgdGWksTa4tjofs3iP3hqj1c5mJ6lFEJkELzD5rM9P4"}],"combinations":[[2],[0],[1]]}' [Fri Nov 30 04:09:56 MST 2018] code='201' [Fri Nov 30 04:09:56 MST 2018] The new-authz request is ok. [Fri Nov 30 04:09:56 MST 2018] entry='"type":"http-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470","token":"cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw","validationRecord":[{"url":"http://mbdnet.net/.well-known/acme-challenge/cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw","hostname":"mbdnet.net","port":"80","addressesResolved":["160.153.128.39"],"addressUsed":"160.153.128.39"' [Fri Nov 30 04:09:56 MST 2018] token='cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw' [Fri Nov 30 04:09:56 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470' [Fri Nov 30 04:09:56 MST 2018] keyauthorization='cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:09:56 MST 2018] mbdnet.net is already verified. [Fri Nov 30 04:09:56 MST 2018] keyauthorization='verified_ok' [Fri Nov 30 04:09:56 MST 2018] dvlist='mbdnet.net#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470#http-01#/home/xorex/public_html' [Fri Nov 30 04:09:56 MST 2018] d='www.mbdnet.net' [Fri Nov 30 04:09:56 MST 2018] Getting webroot for domain='www.mbdnet.net' [Fri Nov 30 04:09:56 MST 2018] _w='/home/xorex/public_html/boutiquefrenchwine.com' [Fri Nov 30 04:09:56 MST 2018] _currentRoot='/home/xorex/public_html/boutiquefrenchwine.com' [Fri Nov 30 04:09:56 MST 2018] Getting new-authz for domain='www.mbdnet.net' [Fri Nov 30 04:09:56 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:56 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:09:56 MST 2018] _is_idn_d='www.mbdnet.net' [Fri Nov 30 04:09:56 MST 2018] _idn_temp [Fri Nov 30 04:09:56 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:56 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "www.mbdnet.net"}}' [Fri Nov 30 04:09:56 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:09:56 MST 2018] Use _CACHED_NONCE='KU0rCZD53qJGBAk2jUDGCc_liAT3-nBD-x36IUczvDs' [Fri Nov 30 04:09:56 MST 2018] nonce='KU0rCZD53qJGBAk2jUDGCc_liAT3-nBD-x36IUczvDs' [Fri Nov 30 04:09:56 MST 2018] POST [Fri Nov 30 04:09:56 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:56 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJLVTByQ1pENTNxSkdCQWsyalVER0NjX2xpQVQzLW5CRC14MzZJVWN6dkRzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAid3d3Lm1iZG5ldC5uZXQifX0", "signature": "vZUFRUxanuLbPZzCLd3J7C3eKOZnFCvcxeoHA8BbphVOX-aK6WeQ1IsvkD9SJmqUgztglj0yguFc4R9EgdWMuaJSw3VeywTaYeaO8dpt5R9JqzJEMhWYIcCK6iBz-bT1jTD1hN2dt8U8j4UEzgXN1My9vUSMi1w54TJ1ZIPaTO06qTHE_VJQQWefy7dsLUfVB84pZEcxtMtFONv_8NFmXy9AQ22nfiJWkZ7yqqxYYSxmZqFGHpY3v1DmF9o9DJbeLsJmgEUMJD7L5MdxGIM0wWiPLNh_qe2bgPx5FPe-8T5ZHTMzg6m8G5p0jfH6q8P-mRx1PX57BsZq0_xnG5H1aw"}' [Fri Nov 30 04:09:56 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:09:56 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.aw1u9hSp0J -g ' [Fri Nov 30 04:09:57 MST 2018] _ret='0' [Fri Nov 30 04:09:57 MST 2018] original='{ "identifier": { "type": "dns", "value": "www.mbdnet.net" }, "status": "pending", "expires": "2018-12-07T11:09:57Z", "challenges": [ { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342528", "token": "GL7S1AvdnLPvlHywzOQvm7FddrCT6dwAhZ95VPvVYvQ" }, { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529", "token": "JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ" }, { "type": "dns-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342530", "token": "UrTAoOg1KtvWsMGoZVmUhJ3zLVtfN5Gg3xyBgOtSHio" } ], "combinations": [ [ 1 ], [ 0 ], [ 2 ] ] }' [Fri Nov 30 04:09:57 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:09:57 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 993 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw Replay-Nonce: zz0hKldbBAKyuLfEtCby2ny0rbVcAU1qzPyKi_4XHRo X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:09:57 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:09:57 GMT Connection: keep-alive ' [Fri Nov 30 04:09:57 MST 2018] response='{"identifier":{"type":"dns","value":"www.mbdnet.net"},"status":"pending","expires":"2018-12-07T11:09:57Z","challenges":[{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342528","token":"GL7S1AvdnLPvlHywzOQvm7FddrCT6dwAhZ95VPvVYvQ"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529","token":"JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ"},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342530","token":"UrTAoOg1KtvWsMGoZVmUhJ3zLVtfN5Gg3xyBgOtSHio"}],"combinations":[[1],[0],[2]]}' [Fri Nov 30 04:09:57 MST 2018] code='201' [Fri Nov 30 04:09:57 MST 2018] The new-authz request is ok. [Fri Nov 30 04:09:57 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529","token":"JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ"' [Fri Nov 30 04:09:57 MST 2018] token='JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ' [Fri Nov 30 04:09:57 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:09:57 MST 2018] keyauthorization='JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:09:57 MST 2018] dvlist='www.mbdnet.net#JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529#http-01#/home/xorex/public_html/boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] d='boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] Getting webroot for domain='boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] _w='/home/xorex/public_html/uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] _currentRoot='/home/xorex/public_html/uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] Getting new-authz for domain='boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:57 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:09:57 MST 2018] _is_idn_d='boutiquefrenchwine.com' [Fri Nov 30 04:09:57 MST 2018] _idn_temp [Fri Nov 30 04:09:57 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:57 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "boutiquefrenchwine.com"}}' [Fri Nov 30 04:09:57 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:09:57 MST 2018] Use _CACHED_NONCE='zz0hKldbBAKyuLfEtCby2ny0rbVcAU1qzPyKi_4XHRo' [Fri Nov 30 04:09:57 MST 2018] nonce='zz0hKldbBAKyuLfEtCby2ny0rbVcAU1qzPyKi_4XHRo' [Fri Nov 30 04:09:57 MST 2018] POST [Fri Nov 30 04:09:57 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:57 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJ6ejBoS2xkYkJBS3l1TGZFdENieTJueTByYlZjQVUxcXpQeUtpXzRYSFJvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAiYm91dGlxdWVmcmVuY2h3aW5lLmNvbSJ9fQ", "signature": "SMovIrPvsoiUstqYA3UmK52yV1EcwKbdy6lwS_JgBrtwuPNQrPSEab7oseuwlgI6TstH6-7Mcs5CwoXv4TuC8vbHib00Z2DB9Y9RnROb9Lr0mQCD4TVoRuYstXJlhd5r3zhwo1Z-Gbv49oT0YfH1V1P6gOgBrC3VBHInzNmTf5HfNShQQxOlnkw8Jk4kjd-n8_LerY06MvEPki6p7Vv15Mysg6mhP8jCctsLoWT7LZMMW3aXqts5HNstjW6d42ihejaEIGulO8bcP0s3fWwYdZ5y8FgwLvAdQOJCjcl7f1N0Vf-qwpHlkE48izOLzecu46oL2UhH1jKzyxxqOnVoXA"}' [Fri Nov 30 04:09:57 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:09:57 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.iLmHGWC7z0 -g ' [Fri Nov 30 04:09:58 MST 2018] _ret='0' [Fri Nov 30 04:09:58 MST 2018] original='{ "identifier": { "type": "dns", "value": "boutiquefrenchwine.com" }, "status": "pending", "expires": "2018-12-07T11:09:58Z", "challenges": [ { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342866", "token": "jnknHta9EPRSLwqrC38EjmyQfjvnzccAMyGy9hzDBEc" }, { "type": "dns-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342867", "token": "5ad_gH69cqsZHjwmaaJ5NqZIQdR8biYSsFpSVYF5ytk" }, { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868", "token": "JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk" } ], "combinations": [ [ 2 ], [ 1 ], [ 0 ] ] }' [Fri Nov 30 04:09:58 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:09:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1001 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko Replay-Nonce: 2Dj5DD1liLYNSEQT3na-X9eYj9N3hsyHy-z7b8PKbq8 X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:09:58 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:09:58 GMT Connection: keep-alive ' [Fri Nov 30 04:09:58 MST 2018] response='{"identifier":{"type":"dns","value":"boutiquefrenchwine.com"},"status":"pending","expires":"2018-12-07T11:09:58Z","challenges":[{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342866","token":"jnknHta9EPRSLwqrC38EjmyQfjvnzccAMyGy9hzDBEc"},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342867","token":"5ad_gH69cqsZHjwmaaJ5NqZIQdR8biYSsFpSVYF5ytk"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868","token":"JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk"}],"combinations":[[2],[1],[0]]}' [Fri Nov 30 04:09:58 MST 2018] code='201' [Fri Nov 30 04:09:58 MST 2018] The new-authz request is ok. [Fri Nov 30 04:09:58 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868","token":"JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk"' [Fri Nov 30 04:09:58 MST 2018] token='JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk' [Fri Nov 30 04:09:58 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868' [Fri Nov 30 04:09:58 MST 2018] keyauthorization='JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:09:58 MST 2018] dvlist='boutiquefrenchwine.com#JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868#http-01#/home/xorex/public_html/uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] d='www.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] Getting webroot for domain='www.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] _w='/home/xorex/public_html/dev.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] _currentRoot='/home/xorex/public_html/dev.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] Getting new-authz for domain='www.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:58 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:09:58 MST 2018] _is_idn_d='www.boutiquefrenchwine.com' [Fri Nov 30 04:09:58 MST 2018] _idn_temp [Fri Nov 30 04:09:58 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:58 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "www.boutiquefrenchwine.com"}}' [Fri Nov 30 04:09:58 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:09:58 MST 2018] Use _CACHED_NONCE='2Dj5DD1liLYNSEQT3na-X9eYj9N3hsyHy-z7b8PKbq8' [Fri Nov 30 04:09:58 MST 2018] nonce='2Dj5DD1liLYNSEQT3na-X9eYj9N3hsyHy-z7b8PKbq8' [Fri Nov 30 04:09:58 MST 2018] POST [Fri Nov 30 04:09:58 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:58 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICIyRGo1REQxbGlMWU5TRVFUM25hLVg5ZVlqOU4zaHN5SHktejdiOFBLYnE4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAid3d3LmJvdXRpcXVlZnJlbmNod2luZS5jb20ifX0", "signature": "QtIN5sjoV7ADBfSld4iJx2yrdTjvDkhjvyUqQP_p7cgNLt-UJ5C0ckJTvsnRh8-YtY9pDFVXcWotrWRnUM_lkxitj0nfNxBc3bdYoGA1CUITW6aMQ9JBJ6wJ4tvHt4kW-jxMYPOWF-rvpviM_HK8uNvrk-d_vrSLG5JpDh7P_o7msvS_J4R3ImerCd3LPgkXj953_zyCFEfD8TdRiLVuf1ev-cPQz0cHAN_SJ3j_abksIJI7pNKMorn7kpHxGexlEBmOEqFidLw-waOLEVhAE4coaLCC2FMoWBoZLXqi5rrhMNbFzIZ1djj67fSxG-WejeqPP7d5TEnYNDjy6ipqlg"}' [Fri Nov 30 04:09:58 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:09:58 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.cTtUX6fFtR -g ' [Fri Nov 30 04:09:59 MST 2018] _ret='0' [Fri Nov 30 04:09:59 MST 2018] original='{ "identifier": { "type": "dns", "value": "www.boutiquefrenchwine.com" }, "status": "pending", "expires": "2018-12-07T11:09:59Z", "challenges": [ { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343314", "token": "CTpJsMFg7G05-51UDRCgZAKuh9j82NhlSlw4Xhn_m-A" }, { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315", "token": "XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo" }, { "type": "dns-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343316", "token": "L5D3IKhv0AVnfk881nWYTAebYwPRHJDf3mMTZncGSAg" } ], "combinations": [ [ 0 ], [ 1 ], [ 2 ] ] }' [Fri Nov 30 04:09:59 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:09:59 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1005 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako Replay-Nonce: Af8PQ_46x6XTBM-O_6XxXN83MvIscPnxxZI4wlnbXcI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:09:59 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:09:59 GMT Connection: keep-alive ' [Fri Nov 30 04:09:59 MST 2018] response='{"identifier":{"type":"dns","value":"www.boutiquefrenchwine.com"},"status":"pending","expires":"2018-12-07T11:09:59Z","challenges":[{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343314","token":"CTpJsMFg7G05-51UDRCgZAKuh9j82NhlSlw4Xhn_m-A"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315","token":"XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo"},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343316","token":"L5D3IKhv0AVnfk881nWYTAebYwPRHJDf3mMTZncGSAg"}],"combinations":[[0],[1],[2]]}' [Fri Nov 30 04:09:59 MST 2018] code='201' [Fri Nov 30 04:09:59 MST 2018] The new-authz request is ok. [Fri Nov 30 04:09:59 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315","token":"XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo"' [Fri Nov 30 04:09:59 MST 2018] token='XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo' [Fri Nov 30 04:09:59 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315' [Fri Nov 30 04:09:59 MST 2018] keyauthorization='XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:09:59 MST 2018] dvlist='www.boutiquefrenchwine.com#XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315#http-01#/home/xorex/public_html/dev.boutiquefrenchwine.com' [Fri Nov 30 04:09:59 MST 2018] d='uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:59 MST 2018] Getting webroot for domain='uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:59 MST 2018] _w='/home/xorex/public_html/oldcognacdistillery.eu' [Fri Nov 30 04:09:59 MST 2018] _currentRoot='/home/xorex/public_html/oldcognacdistillery.eu' [Fri Nov 30 04:09:59 MST 2018] Getting new-authz for domain='uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:59 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:09:59 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:09:59 MST 2018] _is_idn_d='uk.boutiquefrenchwine.com' [Fri Nov 30 04:09:59 MST 2018] _idn_temp [Fri Nov 30 04:09:59 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:59 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "uk.boutiquefrenchwine.com"}}' [Fri Nov 30 04:09:59 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:09:59 MST 2018] Use _CACHED_NONCE='Af8PQ_46x6XTBM-O_6XxXN83MvIscPnxxZI4wlnbXcI' [Fri Nov 30 04:09:59 MST 2018] nonce='Af8PQ_46x6XTBM-O_6XxXN83MvIscPnxxZI4wlnbXcI' [Fri Nov 30 04:09:59 MST 2018] POST [Fri Nov 30 04:09:59 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:09:59 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJBZjhQUV80Nng2WFRCTS1PXzZYeFhOODNNdklzY1BueHhaSTR3bG5iWGNJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAidWsuYm91dGlxdWVmcmVuY2h3aW5lLmNvbSJ9fQ", "signature": "cR67JHhv9pKr4DMHQZb-7CFtRIXzU5pIVfWFhi4ryXTyLPBQ4xfgORRB7oE1mFk1iePW1y17mjUfPo2kpYdaxRtLqxqtvSFLSCXRwIp1li4ZSiwtVQH64-zjKd_BQxSTWWYW4klM9N1SqE6PsqLVg57XtvQdjHYAIjELS-wj-PTEtFcA0uEd4D-fq0r4VMKTYWTb1d0wKlAGhb2V7PrFMKe3_b9Oit1PKZ_DIjSMJu3eP8z95xDuLnQgvL0QVA-1YnkwRPQwlLSTCuBlfnvJROaAUhSeWzrAU7YP0a8NN9M-Th9mJ5tggEPHpPOcYcKtOd4JhQUzsWWuMx_MYU671g"}' [Fri Nov 30 04:09:59 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:09:59 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.DmWL14g7Cr -g ' [Fri Nov 30 04:10:00 MST 2018] _ret='0' [Fri Nov 30 04:10:00 MST 2018] original='{ "identifier": { "type": "dns", "value": "uk.boutiquefrenchwine.com" }, "status": "pending", "expires": "2018-12-07T11:10:00Z", "challenges": [ { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866", "token": "TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA" }, { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343868", "token": "Z-GCDBKleqGKOxk07wn9HlQbZXvzNXjOieR2deldNK0" }, { "type": "dns-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343869", "token": "GcntZpD9ON0bkU0XQ8_7ikfAopvQoUr1H0D-zKRDfJU" } ], "combinations": [ [ 0 ], [ 1 ], [ 2 ] ] }' [Fri Nov 30 04:10:00 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:00 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1004 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds Replay-Nonce: UBhqwIGfcAYkrIxaWAU2ckw_n-nRzRMjlROmbgrp0dI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:10:00 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:00 GMT Connection: keep-alive ' [Fri Nov 30 04:10:00 MST 2018] response='{"identifier":{"type":"dns","value":"uk.boutiquefrenchwine.com"},"status":"pending","expires":"2018-12-07T11:10:00Z","challenges":[{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866","token":"TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA"},{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343868","token":"Z-GCDBKleqGKOxk07wn9HlQbZXvzNXjOieR2deldNK0"},{"type":"dns-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343869","token":"GcntZpD9ON0bkU0XQ8_7ikfAopvQoUr1H0D-zKRDfJU"}],"combinations":[[0],[1],[2]]}' [Fri Nov 30 04:10:00 MST 2018] code='201' [Fri Nov 30 04:10:01 MST 2018] The new-authz request is ok. [Fri Nov 30 04:10:01 MST 2018] entry='"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866","token":"TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA"' [Fri Nov 30 04:10:01 MST 2018] token='TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA' [Fri Nov 30 04:10:01 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866' [Fri Nov 30 04:10:01 MST 2018] keyauthorization='TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:01 MST 2018] dvlist='uk.boutiquefrenchwine.com#TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866#http-01#/home/xorex/public_html/oldcognacdistillery.eu' [Fri Nov 30 04:10:01 MST 2018] d='dev.boutiquefrenchwine.com' [Fri Nov 30 04:10:01 MST 2018] Getting webroot for domain='dev.boutiquefrenchwine.com' [Fri Nov 30 04:10:01 MST 2018] _w='dns_gd' [Fri Nov 30 04:10:01 MST 2018] _currentRoot='dns_gd' [Fri Nov 30 04:10:01 MST 2018] Getting new-authz for domain='dev.boutiquefrenchwine.com' [Fri Nov 30 04:10:01 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:10:01 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:10:01 MST 2018] _is_idn_d='dev.boutiquefrenchwine.com' [Fri Nov 30 04:10:01 MST 2018] _idn_temp [Fri Nov 30 04:10:01 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:10:01 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "dev.boutiquefrenchwine.com"}}' [Fri Nov 30 04:10:01 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:01 MST 2018] Use _CACHED_NONCE='UBhqwIGfcAYkrIxaWAU2ckw_n-nRzRMjlROmbgrp0dI' [Fri Nov 30 04:10:01 MST 2018] nonce='UBhqwIGfcAYkrIxaWAU2ckw_n-nRzRMjlROmbgrp0dI' [Fri Nov 30 04:10:01 MST 2018] POST [Fri Nov 30 04:10:01 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:10:01 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJVQmhxd0lHZmNBWWtySXhhV0FVMmNrd19uLW5SelJNamxST21iZ3JwMGRJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAiZGV2LmJvdXRpcXVlZnJlbmNod2luZS5jb20ifX0", "signature": "wazChBV6L36iI40WZm_2evvsLIg3dLoWUVgk3yCWwEV2tpQBFXyEetXL4wHYHlaC3UAwjwXHhpCq-Y82wkaxOMUfxi0fF2d_GQU0kxfqMVzCCK1SuRuNJPRz9tPsdgZmWuzw54Cj7xOQiFjZPrwB3V3sxOr6EF6EIT8Z9mlv07YoRJoAskmaAn5zIJOx0PWmKu32g9e1EtT_s_KLKIEC3J3xraDpPxBYgYQEF_YDNNs0HwTYkyaB0WLawpyk_Hkeu-UgXlkg8SjTgb9cgcWxtBiKMnNpUcNAtk0MyYZ2mK8Th8qgdkSq-6QsNXKKtCoKil4qHPgy5m3tt5JuWHO7Fg"}' [Fri Nov 30 04:10:01 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:01 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.RWPhUUE0QE -g ' [Fri Nov 30 04:10:02 MST 2018] _ret='0' [Fri Nov 30 04:10:02 MST 2018] original='{ "identifier": { "type": "dns", "value": "dev.boutiquefrenchwine.com" }, "status": "valid", "expires": "2018-12-30T11:08:06Z", "challenges": [ { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224056", "token": "uLwd_mEW9QdWsHLLUcyeb4KpxDTw5VSWtSVYETCKaJo" }, { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224057", "token": "JE-Ys_xYir7726Wbu3Qb-Wy1ui2Xr6phQmHofUU7ExY" }, { "type": "dns-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058", "token": "zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM", "validationRecord": [ { "hostname": "dev.boutiquefrenchwine.com" } ] } ], "combinations": [ [ 2 ], [ 0 ], [ 1 ] ] }' [Fri Nov 30 04:10:02 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:01 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1109 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI Replay-Nonce: 4VIrMA8FHJ-setlIJZn8Dh9tp_NGSriEAGyprdbHqmE X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:10:02 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:02 GMT Connection: keep-alive ' [Fri Nov 30 04:10:02 MST 2018] response='{"identifier":{"type":"dns","value":"dev.boutiquefrenchwine.com"},"status":"valid","expires":"2018-12-30T11:08:06Z","challenges":[{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224056","token":"uLwd_mEW9QdWsHLLUcyeb4KpxDTw5VSWtSVYETCKaJo"},{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224057","token":"JE-Ys_xYir7726Wbu3Qb-Wy1ui2Xr6phQmHofUU7ExY"},{"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058","token":"zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM","validationRecord":[{"hostname":"dev.boutiquefrenchwine.com"}]}],"combinations":[[2],[0],[1]]}' [Fri Nov 30 04:10:02 MST 2018] code='201' [Fri Nov 30 04:10:02 MST 2018] The new-authz request is ok. [Fri Nov 30 04:10:02 MST 2018] entry='"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058","token":"zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM","validationRecord":[{"hostname":"dev.boutiquefrenchwine.com"' [Fri Nov 30 04:10:02 MST 2018] token='zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM' [Fri Nov 30 04:10:02 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058' [Fri Nov 30 04:10:02 MST 2018] keyauthorization='zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:02 MST 2018] dev.boutiquefrenchwine.com is already verified. [Fri Nov 30 04:10:02 MST 2018] keyauthorization='verified_ok' [Fri Nov 30 04:10:02 MST 2018] dvlist='dev.boutiquefrenchwine.com#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058#dns-01#dns_gd' [Fri Nov 30 04:10:02 MST 2018] d='oldcognacdistillery.eu' [Fri Nov 30 04:10:02 MST 2018] Getting webroot for domain='oldcognacdistillery.eu' [Fri Nov 30 04:10:02 MST 2018] _w [Fri Nov 30 04:10:02 MST 2018] _currentRoot='dns_gd' [Fri Nov 30 04:10:02 MST 2018] Getting new-authz for domain='oldcognacdistillery.eu' [Fri Nov 30 04:10:02 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:10:02 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:10:02 MST 2018] _is_idn_d='oldcognacdistillery.eu' [Fri Nov 30 04:10:02 MST 2018] _idn_temp [Fri Nov 30 04:10:02 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:10:02 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "oldcognacdistillery.eu"}}' [Fri Nov 30 04:10:02 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:02 MST 2018] Use _CACHED_NONCE='4VIrMA8FHJ-setlIJZn8Dh9tp_NGSriEAGyprdbHqmE' [Fri Nov 30 04:10:02 MST 2018] nonce='4VIrMA8FHJ-setlIJZn8Dh9tp_NGSriEAGyprdbHqmE' [Fri Nov 30 04:10:02 MST 2018] POST [Fri Nov 30 04:10:02 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:10:02 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICI0VklyTUE4RkhKLXNldGxJSlpuOERoOXRwX05HU3JpRUFHeXByZGJIcW1FIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAib2xkY29nbmFjZGlzdGlsbGVyeS5ldSJ9fQ", "signature": "LS_udWjEx85gXMkEmQm5bcogmMwCp5EPA1Msu5KWQ_A3nmSr8Y0u-JNrHjUl_T-CUeSm0syfNgTs7laV42-RxwLUtQYKfpkYxWG9gJy2ECiwjgVjDoDpExKfoT6S62DJi0moIHlDrkw9KedjjM2CELFULw7OcItapTRJPkAGebKDYJaHtL49wIsyrs9jfTnWQFEZn7JGc8HJdIMvCoj7wM65wQz1yyyBMqcyYVbBoc64rHdpTfnKVrrWJ49rYDRyiGB9-xXo72FA_0fpJVrkAxOe6Tt1zd-t8XNBmITprEBR7HWyHoiF4R44Al2T93PhU-T5hsD5wfv6BbHVds31nA"}' [Fri Nov 30 04:10:02 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:02 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.093J6xxm7M -g ' [Fri Nov 30 04:10:04 MST 2018] _ret='0' [Fri Nov 30 04:10:04 MST 2018] original='{ "identifier": { "type": "dns", "value": "oldcognacdistillery.eu" }, "status": "valid", "expires": "2018-12-23T17:35:11Z", "challenges": [ { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468967", "token": "VanDAAB5q6-wdhhOaYOCvhIHU_TZ1JcswK7C067wGGE" }, { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468968", "token": "Nb7gfy6pYcG9NSe9YiGFZ1riGXny5wrbf_v_DPkKWXE" }, { "type": "dns-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969", "token": "i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI", "validationRecord": [ { "hostname": "oldcognacdistillery.eu" } ] } ], "combinations": [ [ 0 ], [ 1 ], [ 2 ] ] }' [Fri Nov 30 04:10:04 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:02 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1101 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU Replay-Nonce: Dzc6sn3xrJJ-gzjE3kDllxBOXuSncKZrRqdNHRzPQK4 X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:10:04 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:04 GMT Connection: keep-alive ' [Fri Nov 30 04:10:04 MST 2018] response='{"identifier":{"type":"dns","value":"oldcognacdistillery.eu"},"status":"valid","expires":"2018-12-23T17:35:11Z","challenges":[{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468967","token":"VanDAAB5q6-wdhhOaYOCvhIHU_TZ1JcswK7C067wGGE"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468968","token":"Nb7gfy6pYcG9NSe9YiGFZ1riGXny5wrbf_v_DPkKWXE"},{"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969","token":"i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI","validationRecord":[{"hostname":"oldcognacdistillery.eu"}]}],"combinations":[[0],[1],[2]]}' [Fri Nov 30 04:10:04 MST 2018] code='201' [Fri Nov 30 04:10:04 MST 2018] The new-authz request is ok. [Fri Nov 30 04:10:04 MST 2018] entry='"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969","token":"i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI","validationRecord":[{"hostname":"oldcognacdistillery.eu"' [Fri Nov 30 04:10:04 MST 2018] token='i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI' [Fri Nov 30 04:10:04 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969' [Fri Nov 30 04:10:04 MST 2018] keyauthorization='i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:04 MST 2018] oldcognacdistillery.eu is already verified. [Fri Nov 30 04:10:04 MST 2018] keyauthorization='verified_ok' [Fri Nov 30 04:10:04 MST 2018] dvlist='oldcognacdistillery.eu#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969#dns-01#dns_gd' [Fri Nov 30 04:10:04 MST 2018] d='www.oldcognacdistillery.eu' [Fri Nov 30 04:10:04 MST 2018] Getting webroot for domain='www.oldcognacdistillery.eu' [Fri Nov 30 04:10:04 MST 2018] _w [Fri Nov 30 04:10:04 MST 2018] _currentRoot='dns_gd' [Fri Nov 30 04:10:04 MST 2018] Getting new-authz for domain='www.oldcognacdistillery.eu' [Fri Nov 30 04:10:04 MST 2018] _init api for server: https://acme-v01.api.letsencrypt.org/directory [Fri Nov 30 04:10:04 MST 2018] Try new-authz for the 0 time. [Fri Nov 30 04:10:04 MST 2018] _is_idn_d='www.oldcognacdistillery.eu' [Fri Nov 30 04:10:04 MST 2018] _idn_temp [Fri Nov 30 04:10:04 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:10:04 MST 2018] payload='{"resource": "new-authz", "identifier": {"type": "dns", "value": "www.oldcognacdistillery.eu"}}' [Fri Nov 30 04:10:04 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:04 MST 2018] Use _CACHED_NONCE='Dzc6sn3xrJJ-gzjE3kDllxBOXuSncKZrRqdNHRzPQK4' [Fri Nov 30 04:10:04 MST 2018] nonce='Dzc6sn3xrJJ-gzjE3kDllxBOXuSncKZrRqdNHRzPQK4' [Fri Nov 30 04:10:04 MST 2018] POST [Fri Nov 30 04:10:04 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/new-authz' [Fri Nov 30 04:10:04 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJEemM2c24zeHJKSi1nempFM2tEbGx4Qk9YdVNuY0taclJxZE5IUnpQUUs0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYXV0aHoiLCAiYWxnIjogIlJTMjU2IiwgImp3ayI6IHsiZSI6ICJBUUFCIiwgImt0eSI6ICJSU0EiLCAibiI6ICJ5NzR0cVlmVE9GbXZTMUZWMzgzbkhNWEU4bURDUVhsS0RfQ2dSa09PVnJVVVhCZko1S2lLSU9oZ25tbVNpYzdLRlJ3WmFFclZ0RDFweElFRUxKQ3BUQ00tLW9sX2VCblVvYm9PUk5nMEJEbjV6ZzNfQ0xlODlqcFdaTzJ4UkQzTURKODN0TXFyN1NFb2xVZ19yX3Y0NTl5NVhUVjVTSy1QdGVNMEg3SkFGT0V1MTl1VHYzZkhZN0tHbGFpelVhUkkxdHMyZFpwX3ozQlR3VzBNbTZ1RF9oLWNtQTZjOFVRZTJxdXF5T3d0UlBOVzBmbkZqM3psSWdSbnh3dGpucHlNdUVvUUszbHhzWmtjZTlpSlZnVHdUTXhrNWlIVFFkWnkxXzlHckFqQVpEN0laRzlJR2kyLWZrWC13azZIN1NHWTlDWVl1VVozTEZuZ296YjlMT3J0cVEifX0", "payload": "eyJyZXNvdXJjZSI6ICJuZXctYXV0aHoiLCAiaWRlbnRpZmllciI6IHsidHlwZSI6ICJkbnMiLCAidmFsdWUiOiAid3d3Lm9sZGNvZ25hY2Rpc3RpbGxlcnkuZXUifX0", "signature": "ap3utENHezHxLAAGbsOwhnecFCWX-i65LZZAD7yuRiXUrNv5lgDVGoBjb9MGquypv_YDbV9lNnJdXtTNJwB8NMmpwRjP-SAgc_F7M9kLct3-61WPM4g_D0YkVGRKQT3KNOhGRUKGns-13zhwV2gAR_ft_rVo9Lnz1ZAERLZoEULXRedNLRlu_yFZfd-0mDo4HwXXQRzDOg0ZKaex8z_X1xQW9nX7l7DcnTrP0Vfd75wfyJ9boLlpFCkA84lBTxwnpTTLd-5DA4suX6XPkCQFlvx6ZYJjPu5Cgp5UMbIMKPX-UiKyQEMEVBytOvKqiAdfZkKYY6GWbHE0C18S9_SA"}' [Fri Nov 30 04:10:04 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:04 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.K3f8psNs77 -g ' [Fri Nov 30 04:10:05 MST 2018] ret='0' [Fri Nov 30 04:10:05 MST 2018] original='{ "identifier": { "type": "dns", "value": "www.oldcognacdistillery.eu" }, "status": "valid", "expires": "2018-12-23T17:35:12Z", "challenges": [ { "type": "dns-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399", "token": "LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg", "validationRecord": [ { "hostname": "www.oldcognacdistillery.eu" } ] }, { "type": "tls-alpn-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469400", "token": "7Lg5ST3tGx0-TJuaCOgb9TCPMbV0MsCTMH4vIQMrMk" }, { "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469401", "token": "rR9XJAzqMAEsrxFhwq-kBR4MRGtDcH-A9PKwm2QQ6kE" } ], "combinations": [ [ 1 ], [ 0 ], [ 2 ] ] }' [Fri Nov 30 04:10:05 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:05 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 201 Created Server: nginx Content-Type: application/json Content-Length: 1109 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/new-cert;rel="next" Location: https://acme-v01.api.letsencrypt.org/acme/authz/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM Replay-Nonce: NoVnACS0ssOPee5eclhyEVXcygHBP-ptlIo9wriTevc X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 Expires: Fri, 30 Nov 2018 11:10:05 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:05 GMT Connection: keep-alive ' [Fri Nov 30 04:10:05 MST 2018] response='{"identifier":{"type":"dns","value":"www.oldcognacdistillery.eu"},"status":"valid","expires":"2018-12-23T17:35:12Z","challenges":[{"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399","token":"LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg","validationRecord":[{"hostname":"www.oldcognacdistillery.eu"}]},{"type":"tls-alpn-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469400","token":"7Lg5ST3tGx0_-TJuaCOgb9TCPMbV0MsCTMH4vIQMrMk"},{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469401","token":"rR9XJAzqMAEsrxFhwq-kBR4MRGtDcH-A9PKwm2QQ6kE"}],"combinations":[[1],[0],[2]]}' [Fri Nov 30 04:10:05 MST 2018] code='201' [Fri Nov 30 04:10:05 MST 2018] The new-authz request is ok. [Fri Nov 30 04:10:05 MST 2018] entry='"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399","token":"LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg","validationRecord":[{"hostname":"www.oldcognacdistillery.eu"' [Fri Nov 30 04:10:05 MST 2018] token='LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg' [Fri Nov 30 04:10:05 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399' [Fri Nov 30 04:10:05 MST 2018] keyauthorization='LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:05 MST 2018] www.oldcognacdistillery.eu is already verified. [Fri Nov 30 04:10:05 MST 2018] keyauthorization='verified_ok' [Fri Nov 30 04:10:05 MST 2018] dvlist='www.oldcognacdistillery.eu#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399#dns-01#dns_gd' [Fri Nov 30 04:10:05 MST 2018] d [Fri Nov 30 04:10:05 MST 2018] vlist='mbdnet.net#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470#http-01#/home/xorex/public_html,www.mbdnet.net#JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529#http-01#/home/xorex/public_html/boutiquefrenchwine.com,boutiquefrenchwine.com#JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868#http-01#/home/xorex/public_html/uk.boutiquefrenchwine.com,www.boutiquefrenchwine.com#XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315#http-01#/home/xorex/public_html/dev.boutiquefrenchwine.com,uk.boutiquefrenchwine.com#TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866#http-01#/home/xorex/public_html/oldcognacdistillery.eu,dev.boutiquefrenchwine.com#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058#dns-01#dns_gd,oldcognacdistillery.eu#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969#dns-01#dns_gd,www.oldcognacdistillery.eu#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399#dns-01#dns_gd,' [Fri Nov 30 04:10:05 MST 2018] d='mbdnet.net' [Fri Nov 30 04:10:05 MST 2018] mbdnet.net is already verified, skip http-01. [Fri Nov 30 04:10:05 MST 2018] d='www.mbdnet.net' [Fri Nov 30 04:10:05 MST 2018] d='boutiquefrenchwine.com' [Fri Nov 30 04:10:05 MST 2018] d='www.boutiquefrenchwine.com' [Fri Nov 30 04:10:05 MST 2018] d='uk.boutiquefrenchwine.com' [Fri Nov 30 04:10:05 MST 2018] d='dev.boutiquefrenchwine.com' [Fri Nov 30 04:10:05 MST 2018] dev.boutiquefrenchwine.com is already verified, skip dns-01. [Fri Nov 30 04:10:05 MST 2018] d='oldcognacdistillery.eu' [Fri Nov 30 04:10:05 MST 2018] oldcognacdistillery.eu is already verified, skip dns-01. [Fri Nov 30 04:10:05 MST 2018] d='www.oldcognacdistillery.eu' [Fri Nov 30 04:10:05 MST 2018] www.oldcognacdistillery.eu is already verified, skip dns-01. [Fri Nov 30 04:10:05 MST 2018] ok, let's start to verify [Fri Nov 30 04:10:05 MST 2018] mbdnet.net is already verified, skip http-01. [Fri Nov 30 04:10:05 MST 2018] Verifying:www.mbdnet.net [Fri Nov 30 04:10:05 MST 2018] d='www.mbdnet.net' [Fri Nov 30 04:10:05 MST 2018] keyauthorization='JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:05 MST 2018] uri='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:05 MST 2018] _currentRoot='/home/xorex/public_html/boutiquefrenchwine.com' [Fri Nov 30 04:10:05 MST 2018] wellknown_path='/home/xorex/public_html/boutiquefrenchwine.com/.well-known/acme-challenge' [Fri Nov 30 04:10:05 MST 2018] writing token:JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ to /home/xorex/public_html/boutiquefrenchwine.com/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ [Fri Nov 30 04:10:05 MST 2018] Changing owner/group of .well-known to xorex:nobody [Fri Nov 30 04:10:05 MST 2018] chown: changing ownership of /home/xorex/public_html/boutiquefrenchwine.com/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ': Operation not permitted chown: changing ownership of/home/xorex/public_html/boutiquefrenchwine.com/.well-known/acme-challenge': Operation not permitted chown: changing ownership of /home/xorex/public_html/boutiquefrenchwine.com/.well-known/.DS_Store': Operation not permitted chown: changing ownership of/home/xorex/public_html/boutiquefrenchwine.com/.well-known': Operation not permitted [Fri Nov 30 04:10:05 MST 2018] tigger domain validation. [Fri Nov 30 04:10:05 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:05 MST 2018] _t_key_authz='JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:05 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:05 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:05 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:05 MST 2018] Use _CACHED_NONCE='NoVnACS0ssOPee5eclhyEVXcygHBP-ptlIo9wriTevc' [Fri Nov 30 04:10:05 MST 2018] nonce='NoVnACS0ssOPee5eclhyEVXcygHBP-ptlIo9wriTevc' [Fri Nov 30 04:10:05 MST 2018] POST [Fri Nov 30 04:10:05 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:05 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJOb1ZuQUNTMHNzT1BlZTVlY2xoeUVWWGN5Z0hCUC1wdGxJbzl3cmlUZXZjIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvcHZRM21jbmpQRDNPSHpYQUcxdzlXbENuYm9CNFRld1hCMDdyZENRb3VXdy85ODE5MzQyNTI5IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJKQk9QdmFmSjcwZEFmR282YXZNcTY2Z3RJcGlHUE1Xa0l1dHFRcXpJMmFRLnZZUzRJbjlLc2NHNnpBd2hRT0tXM21lVThOVEZmS2M0RTNwYVM4ejFFTmsifQ", "signature": "KHNOeUv8-bwpqqRWmp_h_50sK2quhUium5CaA3X16vDKwpOGaM-cbtSR1bzPrR3DKXEbiyB-J2v5nTBx__18oT7fvmXbxj5xUuo3zWDaIPz_zcPLHxv0VyuqCl-o-jZ428CRmSX_9bWZClQp4LznV6KV-aVNP4FrSvIsPRrSWHVTbNSWVE34kT1PWgVR15Ke2_EfBT8RT2GVgLEPisy2gKik1kv6L-_7F34yy10URn0dDObl-dT90kELHQ8UJUPbPbzdjvxdB5bVt4wm75Y_xV9JV-eILVjzuJpt7fRivEj4-N4-_ven-16S3VeoIl5IWeQ8l3Gt377EY1bhozL6Rg"}' [Fri Nov 30 04:10:05 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:06 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.K2UYbANkqs -g ' [Fri Nov 30 04:10:06 MST 2018] _ret='0' [Fri Nov 30 04:10:06 MST 2018] original='{ "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529", "token": "JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ", "keyAuthorization": "JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk" }' [Fri Nov 30 04:10:06 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:06 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 336 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529 Replay-Nonce: Cw2qjFFlB1iyNXXbQQZuJaszDVH8v0K6nPg70usKbqA Expires: Fri, 30 Nov 2018 11:10:06 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:06 GMT Connection: keep-alive ' [Fri Nov 30 04:10:06 MST 2018] response='{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529","token":"JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ","keyAuthorization":"JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:06 MST 2018] code='202' [Fri Nov 30 04:10:06 MST 2018] sleep 2 secs to verify [Fri Nov 30 04:10:08 MST 2018] checking [Fri Nov 30 04:10:08 MST 2018] GET [Fri Nov 30 04:10:08 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:08 MST 2018] timeout= [Fri Nov 30 04:10:08 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.RpH62pjlJe -g ' [Fri Nov 30 04:10:09 MST 2018] ret='0' [Fri Nov 30 04:10:09 MST 2018] original='{ "type": "http-01", "status": "invalid", "error": { "type": "urn:acme:error:unauthorized", "detail": "Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ: \"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n\u003ctitle\u003eFile Not Found\u003c/title\u003e\n\u003cmeta http-equiv=\\"content-type\\" content=\\"text/html; charset=utf-8\\" \u003e\"", "status": 403 }, "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529", "token": "JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ", "validationRecord": [ { "url": "http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ", "hostname": "www.mbdnet.net", "port": "80", "addressesResolved": [ "160.153.128.39" ], "addressUsed": "160.153.128.39" } ] }' [Fri Nov 30 04:10:09 MST 2018] response='{"type":"http-01","status":"invalid","error":{"type":"urn:acme:error:unauthorized","detail":"Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ: \"\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n\u003ctitle\u003eFile Not Found\u003c/title\u003e\n\u003cmeta http-equiv=\\"content-type\\" content=\\"text/html; charset=utf-8\\" \u003e\"","status": 403},"uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529","token":"JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ","validationRecord":[{"url":"http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ","hostname":"www.mbdnet.net","port":"80","addressesResolved":["160.153.128.39"],"addressUsed":"160.153.128.39"}]}' [Fri Nov 30 04:10:09 MST 2018] error='"error":{"type":"urn:acme:error:unauthorized","detail":"Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ: ' [Fri Nov 30 04:10:09 MST 2018] errordetail='Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ: ' [Fri Nov 30 04:10:09 MST 2018] www.mbdnet.net:Verify error:Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ: [Fri Nov 30 04:10:09 MST 2018] Debug: get token url. [Fri Nov 30 04:10:09 MST 2018] GET [Fri Nov 30 04:10:09 MST 2018] url='http://www.mbdnet.net/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ' [Fri Nov 30 04:10:09 MST 2018] timeout=1 [Fri Nov 30 04:10:09 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g --connect-timeout 1' <!DOCTYPE html>

File Not Found
!

File not found (404 error)

If you think what you're looking for should be here, please contact the site owner.

[Fri Nov 30 04:10:09 MST 2018] ret='0' [Fri Nov 30 04:10:09 MST 2018] Debugging, skip removing: /home/xorex/public_html/boutiquefrenchwine.com/.well-known/acme-challenge/JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ [Fri Nov 30 04:10:09 MST 2018] pid [Fri Nov 30 04:10:09 MST 2018] No need to restore nginx, skip. [Fri Nov 30 04:10:09 MST 2018] _clearupdns [Fri Nov 30 04:10:09 MST 2018] skip dns. [Fri Nov 30 04:10:09 MST 2018] _on_issue_err [Fri Nov 30 04:10:09 MST 2018] Please add '--debug' or '--log' to check more details. [Fri Nov 30 04:10:09 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh [Fri Nov 30 04:10:09 MST 2018] _chk_vlist='mbdnet.net#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470#http-01#/home/xorex/public_html,www.mbdnet.net#JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529#http-01#/home/xorex/public_html/boutiquefrenchwine.com,boutiquefrenchwine.com#JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868#http-01#/home/xorex/public_html/uk.boutiquefrenchwine.com,www.boutiquefrenchwine.com#XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315#http-01#/home/xorex/public_html/dev.boutiquefrenchwine.com,uk.boutiquefrenchwine.com#TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk#https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866#http-01#/home/xorex/public_html/oldcognacdistillery.eu,dev.boutiquefrenchwine.com#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058#dns-01#dns_gd,oldcognacdistillery.eu#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969#dns-01#dns_gd,www.oldcognacdistillery.eu#verified_ok#https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399#dns-01#dns_gd,' [Fri Nov 30 04:10:09 MST 2018] start to deactivate authz [Fri Nov 30 04:10:09 MST 2018] tigger domain validation. [Fri Nov 30 04:10:09 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470' [Fri Nov 30 04:10:09 MST 2018] _t_key_authz='verified_ok' [Fri Nov 30 04:10:09 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470' [Fri Nov 30 04:10:09 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "verified_ok"}' [Fri Nov 30 04:10:09 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:09 MST 2018] Use _CACHED_NONCE='Cw2qjFFlB1iyNXXbQQZuJaszDVH8v0K6nPg70usKbqA' [Fri Nov 30 04:10:09 MST 2018] nonce='Cw2qjFFlB1iyNXXbQQZuJaszDVH8v0K6nPg70usKbqA' [Fri Nov 30 04:10:09 MST 2018] POST [Fri Nov 30 04:10:09 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470' [Fri Nov 30 04:10:09 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJDdzJxakZGbEIxaXlOWFhiUVFadUphc3pEVkg4djBLNm5QZzcwdXNLYnFBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvYm9mTXdoLXkzdTdxbV80V1VQNFFWdUoxLUJTTExMWW1Mcm91UlR1NFNDVS85NTc3NDY1NDcwIiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJ2ZXJpZmllZF9vayJ9", "signature": "uwlWTRdUhR4JEsvTYyry6jj4T6k3lvqJAI7VjxH77_pp-c0vEKZk21PusO6Dfy3JYip2wmb6LYUmpFzoqCiJJYLQZ0OiS3ArGVPqyGp5hW3OKRn86VCodsSKXF6tM-ZqfTwP0Qi0fmSYNlGJAUmG-9K6se8yUHpC8xKHYJRzLzQMQEzBfXDTQIgtcwG2N363r8I6u4cZlOCDZ4PuShBl_f-_Sg2dLpGzJk615tR47hrw6G5S2G-g8qWdHBzAUwojY0vuf-YWjnwfqXajaon75IEUWhD9KFMiIEljw04KYcsZ_h8_EqCg3q61cC2h7KMvFXdhYhr9c_VmGfHOWhN95Q"}' [Fri Nov 30 04:10:09 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:09 MST 2018] Http already initialized. [Fri Nov 30 04:10:09 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:10 MST 2018] _ret='0' [Fri Nov 30 04:10:10 MST 2018] original='{ "type": "http-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470", "token": "cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw", "validationRecord": [ { "url": "http://mbdnet.net/.well-known/acme-challenge/cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw", "hostname": "mbdnet.net", "port": "80", "addressesResolved": [ "160.153.128.39" ], "addressUsed": "160.153.128.39" } ] }' [Fri Nov 30 04:10:10 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:10 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 520 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470 Replay-Nonce: BhgW2Wd48bty-zRlIfJeEYEzr6ulDFDH6Gl2WjXppRI Expires: Fri, 30 Nov 2018 11:10:10 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:10 GMT Connection: keep-alive ' [Fri Nov 30 04:10:10 MST 2018] response='{"type":"http-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/bofMwh-y3u7qm_4WUP4QVuJ1-BSLLLYmLrouRTu4SCU/9577465470","token":"cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw","validationRecord":[{"url":"http://mbdnet.net/.well-known/acme-challenge/cVmWoHldRqwZ43ggMd2JIoGYmzX3GmJKH6inuk2DbNw","hostname":"mbdnet.net","port":"80","addressesResolved":["160.153.128.39"],"addressUsed":"160.153.128.39"}]}' [Fri Nov 30 04:10:10 MST 2018] code='202' [Fri Nov 30 04:10:10 MST 2018] tigger domain validation. [Fri Nov 30 04:10:10 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:10 MST 2018] _t_key_authz='JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:10 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:10 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "JBOPvafJ70dAfGo6avMq66gtIpiGPMWkIutqQqzI2aQ.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:10 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:10 MST 2018] Use _CACHED_NONCE='BhgW2Wd48bty-zRlIfJeEYEzr6ulDFDH6Gl2WjXppRI' [Fri Nov 30 04:10:10 MST 2018] nonce='BhgW2Wd48bty-zRlIfJeEYEzr6ulDFDH6Gl2WjXppRI' [Fri Nov 30 04:10:10 MST 2018] POST [Fri Nov 30 04:10:10 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/pvQ3mcnjPD3OHzXAG1w9WlCnboB4TewXB07rdCQouWw/9819342529' [Fri Nov 30 04:10:10 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJCaGdXMldkNDhidHktelJsSWZKZUVZRXpyNnVsREZESDZHbDJXalhwcFJJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvcHZRM21jbmpQRDNPSHpYQUcxdzlXbENuYm9CNFRld1hCMDdyZENRb3VXdy85ODE5MzQyNTI5IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJKQk9QdmFmSjcwZEFmR282YXZNcTY2Z3RJcGlHUE1Xa0l1dHFRcXpJMmFRLnZZUzRJbjlLc2NHNnpBd2hRT0tXM21lVThOVEZmS2M0RTNwYVM4ejFFTmsifQ", "signature": "a_JK0nDgYulEqtLWwAY8L35om-dCAuDDIukx7Z_3mrZTl2DZ998Vq_9h1vDM1Ff2PQF3HAexxHm13wNAojp4riZDBuUu8bnhyzYGRgu_oSR5ypVeXiQvfKT6uYs5lM5rJPxzBETqNw3f8b5zqeiecgsS1X82BKzvXSHw-eKbUAJMPj1xeg29Lk05yYQS8kGtk-O_ZzSmyjHx9sOBG5276oNo_OIMLUbkceKmbhyNg8dlU-aY6kvOOHLQPiZ-HkD444NInwE2FiQExDF5dVNJqNL-IgV4PPhIouMsA-CfJ2U39JNaV8Guw8fHZqDgmsj0yLrDScKxlEvCVlLmqDaD6w"}' [Fri Nov 30 04:10:10 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:10 MST 2018] Http already initialized. [Fri Nov 30 04:10:10 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:11 MST 2018] _ret='0' [Fri Nov 30 04:10:11 MST 2018] original='{ "type": "urn:acme:error:malformed", "detail": "Unable to update challenge :: authorization must be pending", "status": 400 }' [Fri Nov 30 04:10:11 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:11 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 400 Bad Request Server: nginx Content-Type: application/problem+json Content-Length: 132 Boulder-Requester: 46361708 Replay-Nonce: MYGEBZFCCmRmtV_-Lzrhr3wZc9k78ibLGccdv0vZyKQ Expires: Fri, 30 Nov 2018 11:10:11 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:11 GMT Connection: close ' [Fri Nov 30 04:10:11 MST 2018] response='{"type":"urn:acme:error:malformed","detail":"Unable to update challenge :: authorization must be pending","status": 400}' [Fri Nov 30 04:10:11 MST 2018] code='400' [Fri Nov 30 04:10:11 MST 2018] tigger domain validation. [Fri Nov 30 04:10:11 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868' [Fri Nov 30 04:10:11 MST 2018] _t_key_authz='JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:11 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868' [Fri Nov 30 04:10:11 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:11 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:11 MST 2018] Use _CACHEDNONCE='MYGEBZFCCmRmtV-Lzrhr3wZc9k78ibLGccdv0vZyKQ' [Fri Nov 30 04:10:11 MST 2018] nonce='MYGEBZFCCmRmtV_-Lzrhr3wZc9k78ibLGccdv0vZyKQ' [Fri Nov 30 04:10:11 MST 2018] POST [Fri Nov 30 04:10:11 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868' [Fri Nov 30 04:10:11 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJNWUdFQlpGQ0NtUm10Vl8tTHpyaHIzd1pjOWs3OGliTEdjY2R2MHZaeUtRIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvMm1kWko3Y1ExSlBUVllPWjdMZXRmMW9KVmxOYlFoTUhmc3NOd21WejZLby85ODE5MzQyODY4IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJKWF9MUklVZGFxdnh1RXJCTVJxQnZVbXNJeVZRM2l4VkxZZVBOXzhtWUVrLnZZUzRJbjlLc2NHNnpBd2hRT0tXM21lVThOVEZmS2M0RTNwYVM4ejFFTmsifQ", "signature": "yDgRgHbJhcA3Zn10-aIqAAhPlC9xAQNrj_RCEWw59tZNaom4yVOvHMb0QSBy2gO4hOF_suO-xvwo7IEWZqkAbtqxVTVkG0tNb5Egl48g-ezRraEeh25NL5ZDeeDDxR2r7RD8RI0stTN4levGD_VzpSg-2GRBjeKr8sWVEb9p7ep9AcxFn7OIO-_MEDccJC9MhxhnBJeslfWnFUQ9RdKzgnB5EULvPt2-Fh2v_dBzBx-e8GGJencWKMao8GRLhl38j6TI4NJ8vNgV-0q0IOzYyptdvDpxdir5o_v8DNvkmuCXGdHOxlSu_AA-PpViY2oVM37dZXT9-0hyarluCnpNfA"}' [Fri Nov 30 04:10:11 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:11 MST 2018] Http already initialized. [Fri Nov 30 04:10:11 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:12 MST 2018] _ret='0' [Fri Nov 30 04:10:12 MST 2018] original='{ "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868", "token": "JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk", "keyAuthorization": "JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk" }' [Fri Nov 30 04:10:12 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:12 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 336 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868 Replay-Nonce: g8PbY6WRrx5gI6Pk13vatY4bhQsdoCelgZvmHTZ1zSw Expires: Fri, 30 Nov 2018 11:10:12 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:12 GMT Connection: keep-alive ' [Fri Nov 30 04:10:12 MST 2018] response='{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/2mdZJ7cQ1JPTVYOZ7Letf1oJVlNbQhMHfssNwmVz6Ko/9819342868","token":"JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk","keyAuthorization":"JX_LRIUdaqvxuErBMRqBvUmsIyVQ3ixVLYePN_8mYEk.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:12 MST 2018] code='202' [Fri Nov 30 04:10:12 MST 2018] tigger domain validation. [Fri Nov 30 04:10:12 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315' [Fri Nov 30 04:10:12 MST 2018] _t_key_authz='XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:12 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315' [Fri Nov 30 04:10:12 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:12 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:12 MST 2018] Use _CACHED_NONCE='g8PbY6WRrx5gI6Pk13vatY4bhQsdoCelgZvmHTZ1zSw' [Fri Nov 30 04:10:12 MST 2018] nonce='g8PbY6WRrx5gI6Pk13vatY4bhQsdoCelgZvmHTZ1zSw' [Fri Nov 30 04:10:12 MST 2018] POST [Fri Nov 30 04:10:12 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315' [Fri Nov 30 04:10:12 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJnOFBiWTZXUnJ4NWdJNlBrMTN2YXRZNGJoUXNkb0NlbGdadm1IVFoxelN3IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvX0w5QS1kRzR5SkY0RDFTUEJTVVNUOG4wMF9OdE9CLXVNRTNrUGRCcWFrby85ODE5MzQzMzE1IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJYQ0dNRnI2RElHbnFPZTBxWWhaY3NkbDhQWFozYlRseFhhRUt5M3I5NEVvLnZZUzRJbjlLc2NHNnpBd2hRT0tXM21lVThOVEZmS2M0RTNwYVM4ejFFTmsifQ", "signature": "Yu0OMINELjHtXqhwroJ8bDPFN39XDSOqEDxtbaKqktzjXMrKQUcsN08Phmy_V9mKpP3hgJQwMyWPrUlZrawTT63U5EPSvmbsxXPs4dcMVm0r2d34biKtgW9F2rSNqIQVV01D6v41dLnPC9l_VPvVUktk6OVk5VU6wcfULchGtVpX7ahAh1VPYdTlOiH_QsREnk8AM_DjBw3yQLR6oTOAZn6JBDk7QtSEwJrT3vaC3Cl9IR_n-I4K166udI7oUw7OBidYhY0UF88Qw6yjWqtcMu3tu1osC0hKHWGKXGFTODupMUU_ZVs1zgtO8IetvL9Loz8CWm3BsWgfOdBaUNSJJg"}' [Fri Nov 30 04:10:12 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:12 MST 2018] Http already initialized. [Fri Nov 30 04:10:12 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:13 MST 2018] _ret='0' [Fri Nov 30 04:10:13 MST 2018] original='{ "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315", "token": "XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo", "keyAuthorization": "XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk" }' [Fri Nov 30 04:10:13 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:13 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 336 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315 Replay-Nonce: HnNwkWFAMkqtousqg505YeZNOx5NmBLLj0lP_OtG4 Expires: Fri, 30 Nov 2018 11:10:13 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:13 GMT Connection: keep-alive ' [Fri Nov 30 04:10:13 MST 2018] response='{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/_L9A-dG4yJF4D1SPBSUST8n00_NtOB-uME3kPdBqako/9819343315","token":"XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo","keyAuthorization":"XCGMFr6DIGnqOe0qYhZcsdl8PXZ3bTlxXaEKy3r94Eo.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:13 MST 2018] code='202' [Fri Nov 30 04:10:13 MST 2018] tigger domain validation. [Fri Nov 30 04:10:13 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866' [Fri Nov 30 04:10:13 MST 2018] _t_key_authz='TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk' [Fri Nov 30 04:10:13 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866' [Fri Nov 30 04:10:13 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:13 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:13 MST 2018] Use _CACHED_NONCE='HnNwkWFAMkqtousqg505YeZNOx5NmBLLj0lP_OtG4' [Fri Nov 30 04:10:13 MST 2018] nonce='HnNwkW__FAMkqtousqg505YeZNOx5NmBLLj0lP_OtG4' [Fri Nov 30 04:10:13 MST 2018] POST [Fri Nov 30 04:10:13 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866' [Fri Nov 30 04:10:13 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJIbk53a1dfX0ZBTWtxdG91c3FnNTA1WWVaTk94NU5tQkxMajBsUF9PdEc0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvOXNYcjJldU5tQkIzdml2ak44X29wTDZORllqZTVEdzluX1VaSWZVSjVEcy85ODE5MzQzODY2IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJUcGdFdkthdmlXQTVCMnZFZDFJekk4cGNRemVzaUZtcXozbmZEWHQyR3lBLnZZUzRJbjlLc2NHNnpBd2hRT0tXM21lVThOVEZmS2M0RTNwYVM4ejFFTmsifQ", "signature": "QFj823e-NXzilxWAZshedM8sHAS1RBQp9QwV8Zp5HATfpDFoWpDJy_AzubMv9EfUNCqKNplQ7fYmRgV9-qi9_MR6Zt65jxWooo9OHR3LXE8vk8tU24zehIUD40sFj5TXJA7K-P8mfCaUpBAdWa-Uv8H8PTPwAtdiDQ46jNZ_vIe5FC9L8X7z-ngk-iyx1cOwVCE6trxhhnwyNCixkm6LbtMBayapna4ot3lNiQSaVg0wDfkX1yoZ0CdtBKXYOC0oLOPOxGKqcVxwCaXKKzt9j-trp52R5NmTGp8L-X2hl9e6-YlnVSAsjicf5hJqCDYvKMfRRanQcW-OqVhrkDwrsg"}' [Fri Nov 30 04:10:13 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:13 MST 2018] Http already initialized. [Fri Nov 30 04:10:13 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:14 MST 2018] _ret='0' [Fri Nov 30 04:10:14 MST 2018] original='{ "type": "http-01", "status": "pending", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866", "token": "TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA", "keyAuthorization": "TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk" }' [Fri Nov 30 04:10:14 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:14 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 336 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866 Replay-Nonce: DCcoRVxFFQRBCWNGwHyunRGYxyDpNphJiu3bxNTOPTQ Expires: Fri, 30 Nov 2018 11:10:14 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:14 GMT Connection: keep-alive ' [Fri Nov 30 04:10:14 MST 2018] response='{"type":"http-01","status":"pending","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/9sXr2euNmBB3vivjN8_opL6NFYje5Dw9n_UZIfUJ5Ds/9819343866","token":"TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA","keyAuthorization":"TpgEvKaviWA5B2vEd1IzI8pcQzesiFmqz3nfDXt2GyA.vYS4In9KscG6zAwhQOKW3meU8NTFfKc4E3paS8z1ENk"}' [Fri Nov 30 04:10:14 MST 2018] code='202' [Fri Nov 30 04:10:14 MST 2018] tigger domain validation. [Fri Nov 30 04:10:14 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058' [Fri Nov 30 04:10:14 MST 2018] _t_key_authz='verified_ok' [Fri Nov 30 04:10:14 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058' [Fri Nov 30 04:10:14 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "verified_ok"}' [Fri Nov 30 04:10:14 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:14 MST 2018] Use _CACHED_NONCE='DCcoRVxFFQRBCWNGwHyunRGYxyDpNphJiu3bxNTOPTQ' [Fri Nov 30 04:10:14 MST 2018] nonce='DCcoRVxFFQRBCWNGwHyunRGYxyDpNphJiu3bxNTOPTQ' [Fri Nov 30 04:10:14 MST 2018] POST [Fri Nov 30 04:10:14 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058' [Fri Nov 30 04:10:14 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJEQ2NvUlZ4RkZRUkJDV05Hd0h5dW5SR1l4eURwTnBoSml1M2J4TlRPUFRRIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvQ2JhSnpxOGZVNl9fUlpGLV90X3NuSThIdVBQckg4OC1iUmZHX3hwa21YSS85ODE5MjI0MDU4IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJ2ZXJpZmllZF9vayJ9", "signature": "AJhZLT_ol8JKPhSj-cpeaQ_mJfPhL-l4AkMXAEYMw7or6-fzFI25DA5CeuT6Xqg_yK6mOTDTNqHqDHFOt3TRzPayy6XPpsuhQvkk5viKiZXsAYn_iZzyNSQp70YUxxT-lU9c3wCLTKCvLSv9jVVTWjFeUWqii135H0UEIPa-cSc4E280L2XcxcVpcIChnHG5s1Wi9ncHaoXPiCZowUqEi6Eqs4hu0toBISa8mKtyoIlCQRpppBIYQVsYwAo8fMtth6cs1LG25mUeGc_Vh8H9pm2kvoui9-w0MNC7punKteFqflQTt4HXw6tF-KtSMMcT53WirXuPybxPriWx1cijjA"}' [Fri Nov 30 04:10:14 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:14 MST 2018] Http already initialized. [Fri Nov 30 04:10:14 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:15 MST 2018] _ret='0' [Fri Nov 30 04:10:15 MST 2018] original='{ "type": "dns-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058", "token": "zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM", "validationRecord": [ { "hostname": "dev.boutiquefrenchwine.com" } ] }' [Fri Nov 30 04:10:15 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:15 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 308 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058 Replay-Nonce: VwadWdQc3iNrfuGig-_eJsvyFonnKdPvrfgnWk7NvJI Expires: Fri, 30 Nov 2018 11:10:15 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:15 GMT Connection: keep-alive ' [Fri Nov 30 04:10:15 MST 2018] response='{"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/CbaJzq8fU6__RZF-_t_snI8HuPPrH88-bRfG_xpkmXI/9819224058","token":"zrkczYCJWgougzHgTEIf3izQhc8uo5ViaMcneEslrfM","validationRecord":[{"hostname":"dev.boutiquefrenchwine.com"}]}' [Fri Nov 30 04:10:15 MST 2018] code='202' [Fri Nov 30 04:10:15 MST 2018] tigger domain validation. [Fri Nov 30 04:10:15 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969' [Fri Nov 30 04:10:15 MST 2018] _t_key_authz='verified_ok' [Fri Nov 30 04:10:15 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969' [Fri Nov 30 04:10:15 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "verified_ok"}' [Fri Nov 30 04:10:15 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:15 MST 2018] Use _CACHED_NONCE='VwadWdQc3iNrfuGig-_eJsvyFonnKdPvrfgnWk7NvJI' [Fri Nov 30 04:10:15 MST 2018] nonce='VwadWdQc3iNrfuGig-_eJsvyFonnKdPvrfgnWk7NvJI' [Fri Nov 30 04:10:15 MST 2018] POST [Fri Nov 30 04:10:15 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969' [Fri Nov 30 04:10:15 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICJWd2FkV2RRYzNpTnJmdUdpZy1fZUpzdnlGb25uS2RQdnJmZ25XazdOdkpJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2Uvd2VoRjJ0TkNMaUZjRFZEam9EVUZCVnZZdUxZTkVZOWMxQ216TVYtX3JUVS85NTc3NDY4OTY5IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJ2ZXJpZmllZF9vayJ9", "signature": "siMlYxxnfTd0yrluSrEYE2aUzwb_1bxqk6AllJf1v_bA_vCT38ISZlx9CUIkUrFxbfxvEYoMtonpx4c_eXAezM6eaiayMQ5ubKaZLwV4sXfG60ITnZYDgFIGItntmt8jvJh4__jQWrjm8qtUB0hzxa-Pe6kCmjC_DEzWqtFYxIzdcUW9xBTKFW5WA3xofhBbkPKCje-_2DT_8BBCztqPX3rN015oLw48uhZYr37q5NGa-Q7Hdc-y-JFUxOZdzhLIfCpy5syu4WXB1VgBS0CWrMCFGinxonSoJeG0DhjogG8UDXX2864qyofaVPi48RWvSvpL_udNkZcNGM8L8I-VjQ"}' [Fri Nov 30 04:10:15 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:15 MST 2018] Http already initialized. [Fri Nov 30 04:10:15 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:16 MST 2018] _ret='0' [Fri Nov 30 04:10:16 MST 2018] original='{ "type": "dns-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969", "token": "i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI", "validationRecord": [ { "hostname": "oldcognacdistillery.eu" } ] }' [Fri Nov 30 04:10:16 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:16 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 304 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969 Replay-Nonce: 6ULpCmm_2iCzEMD-o4sty67_6RcbLqXi1wqfTmHhGhE Expires: Fri, 30 Nov 2018 11:10:16 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:16 GMT Connection: keep-alive ' [Fri Nov 30 04:10:16 MST 2018] response='{"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/wehF2tNCLiFcDVDjoDUFBVvYuLYNEY9c1CmzMV-_rTU/9577468969","token":"i-bFOUUIaBnL4fbhS4sSb1-Oc7gJY5UzgBRvLEjB5wI","validationRecord":[{"hostname":"oldcognacdistillery.eu"}]}' [Fri Nov 30 04:10:16 MST 2018] code='202' [Fri Nov 30 04:10:16 MST 2018] tigger domain validation. [Fri Nov 30 04:10:16 MST 2018] _t_url='https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399' [Fri Nov 30 04:10:16 MST 2018] _t_key_authz='verified_ok' [Fri Nov 30 04:10:16 MST 2018] url='https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399' [Fri Nov 30 04:10:16 MST 2018] payload='{"resource": "challenge", "keyAuthorization": "verified_ok"}' [Fri Nov 30 04:10:16 MST 2018] Use cached jwk for file: /home/xorex/.acme.sh/ca/acme-v01.api.letsencrypt.org/account.key [Fri Nov 30 04:10:16 MST 2018] Use _CACHED_NONCE='6ULpCmm_2iCzEMD-o4sty67_6RcbLqXi1wqfTmHhGhE' [Fri Nov 30 04:10:16 MST 2018] nonce='6ULpCmm_2iCzEMD-o4sty67_6RcbLqXi1wqfTmHhGhE' [Fri Nov 30 04:10:16 MST 2018] POST [Fri Nov 30 04:10:16 MST 2018] _post_url='https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399' [Fri Nov 30 04:10:16 MST 2018] body='{"header": {"alg": "RS256", "jwk": {"e": "AQAB", "kty": "RSA", "n": "y74tqYfTOFmvS1FV383nHMXE8mDCQXlKD_CgRkOOVrUUXBfJ5KiKIOhgnmmSic7KFRwZaErVtD1pxIEELJCpTCM--ol_eBnUoboORNg0BDn5zg3_CLe89jpWZO2xRD3MDJ83tMqr7SEolUg_r_v459y5XTV5SK-PteM0H7JAFOEu19uTv3fHY7KGlaizUaRI1ts2dZp_z3BTwW0Mm6uD_h-cmA6c8UQe2quqyOwtRPNW0fnFj3zlIgRnxwtjnpyMuEoQK3lxsZkce9iJVgTwTMxk5iHTQdZy1_9GrAjAZD7IZG9IGi2-fkX-wk6H7SGY9CYYuUZ3LFngozb9LOrtqQ"}}, "protected": "eyJub25jZSI6ICI2VUxwQ21tXzJpQ3pFTUQtbzRzdHk2N182UmNiTHFYaTF3cWZUbUhoR2hFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAxLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbGVuZ2UvcmhzMTFlTkR5REtjcm8zME5QVDFFM1M3UHN1VU5BTUd3SHljVnUzMUxmTS85NTc3NDY5Mzk5IiwgImFsZyI6ICJSUzI1NiIsICJqd2siOiB7ImUiOiAiQVFBQiIsICJrdHkiOiAiUlNBIiwgIm4iOiAieTc0dHFZZlRPRm12UzFGVjM4M25ITVhFOG1EQ1FYbEtEX0NnUmtPT1ZyVVVYQmZKNUtpS0lPaGdubW1TaWM3S0ZSd1phRXJWdEQxcHhJRUVMSkNwVENNLS1vbF9lQm5Vb2JvT1JOZzBCRG41emczX0NMZTg5anBXWk8yeFJEM01ESjgzdE1xcjdTRW9sVWdfcl92NDU5eTVYVFY1U0stUHRlTTBIN0pBRk9FdTE5dVR2M2ZIWTdLR2xhaXpVYVJJMXRzMmRacF96M0JUd1cwTW02dURfaC1jbUE2YzhVUWUycXVxeU93dFJQTlcwZm5GajN6bElnUm54d3RqbnB5TXVFb1FLM2x4c1prY2U5aUpWZ1R3VE14azVpSFRRZFp5MV85R3JBakFaRDdJWkc5SUdpMi1ma1gtd2s2SDdTR1k5Q1lZdVVaM0xGbmdvemI5TE9ydHFRIn19", "payload": "eyJyZXNvdXJjZSI6ICJjaGFsbGVuZ2UiLCAia2V5QXV0aG9yaXphdGlvbiI6ICJ2ZXJpZmllZF9vayJ9", "signature": "RHbpmpMN4ag9jjkYJkhnaIbQVLHs5oIMmMogBPege0dd_mfHZKZmKnyFQ_TGWnS__LptqF6XmVb88TMJpv6DlW-1Bdg4lD2JgvZzc9c59oL3DpnMH2VpS3wFk8uaifk7gmIWTUZQ66T6uEHej4jGtmDy0OBGR3A8ssh7QlNoT9CSr9GnUFLkaUCAIYhqHC5RuCLWvSIfGKNkVFIeQkPXKXsZNJ7mESvtbACmoacdEUKnz5KgybGl5oywu_D62kgebqv2YTTlM3hsknt2Za5TfHT_mtOmFu8YG02U0QIUHcbVqeARkFWeDbFTUfXYYpXlX1kfQD1N1tZRC3F4t0-TwA"}' [Fri Nov 30 04:10:16 MST 2018] _postContentType='application/jose+json' [Fri Nov 30 04:10:16 MST 2018] Http already initialized. [Fri Nov 30 04:10:16 MST 2018] _CURL='curl -L --silent --dump-header /home/xorex/.acme.sh/http.header --trace-ascii /tmp/tmp.hhWC8rE5hi -g ' [Fri Nov 30 04:10:17 MST 2018] _ret='0' [Fri Nov 30 04:10:17 MST 2018] original='{ "type": "dns-01", "status": "valid", "uri": "https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399", "token": "LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg", "validationRecord": [ { "hostname": "www.oldcognacdistillery.eu" } ] }' [Fri Nov 30 04:10:17 MST 2018] responseHeaders='HTTP/1.1 100 Continue Expires: Fri, 30 Nov 2018 11:10:17 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache

HTTP/1.1 202 Accepted Server: nginx Content-Type: application/json Content-Length: 308 Boulder-Requester: 46361708 Link: https://acme-v01.api.letsencrypt.org/acme/authz/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM;rel="up" Location: https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399 Replay-Nonce: gp0gJZSulQm7Xhk_1OgAg3laORB5pFA4383DgvhbXZY Expires: Fri, 30 Nov 2018 11:10:17 GMT Cache-Control: max-age=0, no-cache, no-store Pragma: no-cache Date: Fri, 30 Nov 2018 11:10:17 GMT Connection: keep-alive ' [Fri Nov 30 04:10:17 MST 2018] response='{"type":"dns-01","status":"valid","uri":"https://acme-v01.api.letsencrypt.org/acme/challenge/rhs11eNDyDKcro30NPT1E3S7PsuUNAMGwHycVu31LfM/9577469399","token":"LL-6n9Oxk1Pm0Jy0rCE7spZmviLMzK95HOpGeTGS3Tg","validationRecord":[{"hostname":"www.oldcognacdistillery.eu"}]}' [Fri Nov 30 04:10:17 MST 2018] code='202' [Fri Nov 30 04:10:17 MST 2018] socat doesn't exists. [Fri Nov 30 04:10:17 MST 2018] Diagnosis versions: openssl:openssl OpenSSL 1.0.1e-fips 11 Feb 2013 apache: apache doesn't exists. nginx: nginx doesn't exists. socat: xorex@n3plcpnl0035 [~]$ [Fri Nov 30 04:07:54 MST 2018] Verifying:www.mbdnet.net -bash: [Fri: command not found xorex@n3plcpnl0035 [~]$ [Fri Nov 30 04:07:58 MST 2018] www.mbdnet.net:Verify error:Invalid response from http://www.mbdnet.net/.well-known/acme-challenge/fCKH6E6VnAmsXnhvW6YEiv4qgcdUigKZ3AkZ7nA9iF0: -bash: [Fri: command not found xorex@n3plcpnl0035 [~]$ [Fri Nov 30 04:07:58 MST 2018] Removing DNS records. -bash: [Fri: command not found xorex@n3plcpnl0035 [~]$ [Fri Nov 30 04:08:00 MST 2018] Please add '--debug' or '--log' to check more details. -bash: [Fri: command not found xorex@n3plcpnl0035 [~]$ [Fri Nov 30 04:08:00 MST 2018] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh -bash: [Fri: command not found xorex@n3plcpnl0035 [~]$ x

Thanks,

Geoff

FernandoMiguel commented 5 years ago

@GeoffatMM dont mix -w with -d you either want DNS api mode or webroot. you cant have both for the same domain.

GeoffatMM commented 5 years ago

Fernando, that is a bit beyond me but I am following the instructions on

https://tryingtobeawesome.com/encryptdaddy/

which say to use this command:

Now it'll work!... but you're still not done acme.sh --issue -d MYDOMAIN.com -d www.MYDOMAIN.com -w ~/www --dns dns_gd
(Yes, literally ~/www, no trailing /.)

I assumed -d is for defining the domain and -w is telling acme where to write the certificate keys and dns entries?

It works for a single domain it is only when I try the multi domain I get the issue.

G

FernandoMiguel commented 5 years ago

see the official docs https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert -w Webroot mode --dns DNS API mode

GeoffatMM commented 5 years ago

Fernando

Thank you very much. I ran a revised force issue for 7 domains and they all verified successfully. Much appreciate your help.

Do you mind answering some other questions for me?

How do I now deploy them all in one command? Or must I deploy them one at a time?

acme.sh has not generated a cron job for renewal so what do I need to insert for (a) the renewal and (b) the renewed deployment?

I really appreciate your help. After nearly 10 months I have finally got it to work for me.

Geoff

FernandoMiguel commented 5 years ago

You can run acme install cron command Also keep in mind rate limits as not to be locked out and not able to renew. Careful using force. Always use - -test until you are sure it works

GeoffatMM commented 5 years ago

Another question, how does the certificate work? When I look at .well-known/acme-challenge for each of the sites, no key appears to have been generated so how does the browser recognise the certificate?

I have deployed mbdnet.net and looking at the certificate on the site it is the one I have generated today (not before 1/12/18 and valid to 1/3/19).

However, even thought eh dns records for the other sites are all listed, the certificates on the other sites have not changed. I would appreciate it if you could explain what is happening and how I get this multi certificate deployed to the other sites.

Geoff

GeoffatMM commented 5 years ago

Just seen your reply.

I am conscious of the limits so have tried to use acme sparingly. I have deleted all my cron job and installed the one from acme.sh but how do I know it will work and how do I deploy the certificates?

FernandoMiguel commented 5 years ago

Webroot places a file temporarily in the webroot path, instead of using DNS entries

GeoffatMM commented 5 years ago

OK I have looked and found a list of dns entries on each of my domains including multiple entries for those that cover subdomains. Although most web references say use a CNAME entry, GoDaddy uses a TXT entry. All the entries refer to _acme-challenge and I cannot find out how that works. Can you give me a link to read? I have read most of the acme documentation but cannot find out how the DNS entries work. I do not need to know, I would just like to.

When I try to deploy the multi site certificate to another domain listed in the certificate I get an error:

xorex@n3plcpnl0035 [~]$ acme.sh --deploy -d boutiquefrenchwine.com --deploy-hook cpanel_uapi [Sun Dec 2 05:31:30 MST 2018] The domain 'boutiquefrenchwine.com' is not a cert name. You must use the cert name to specify the cert to install. [Sun Dec 2 05:31:30 MST 2018] Can not find path:'/home/xorex/.acme.sh/boutiquefrenchwine.com' xorex@n3plcpnl0035 [~]$

The first response says I should use mbdnet.net as the sert name but that then only deploys to that domain, not the other listed domains.

The second response is correct as that path does not exist. Should it?

Can I ask again please, how do I deploy a multi site certificate to all the domains listed in the certificate?

For now, I have manually updated the certificates on my CPanel SSL/TLS settings so all domains are now expiring on the same day from the new certificate but I do not want to have to do this every time (ie, every 3 months) so how is the certificate deployed when it is renewed by the cron?

Geoff

GeoffatMM commented 5 years ago

From the Neil Pang wiki it states that:

  1. Deploy to cpanel host using UAPI

This hook is using UAPI and works in cPanel & WHM version 56 or newer.

acme.sh --deploy -d example.com --deploy-hook cpanel_uapi DEPLOY_CPANEL_USER is required only if you run the script as root and it should contain cpanel username.

export DEPLOY_CPANEL_USER=username acme.sh --deploy -d example.com --deploy-hook cpanel_uapi Please note, that the cpanel_uapi hook will deploy only the first domain when your certificate will automatically renew. Therefore you should issue a separate certificate for each domain.

I am really confused by all this and cannot find any relevant clear explanation of the process to deploy the certificates once issued. Do I have to run acme multiple times to generate a cert for each of my sites and then set up multiple crons to deploy them or does each run of acme overwrite the previous so that only my last requested certificate would get renewed?

I know I am stupid and not technically minded but I am only asking for help as I have to use these certificates or my site will die (thanks google). I have searched everywhere and read all the documentation but deployment for a SAN certificate does not seem to be covered for a CPanel installation. Can someone please help me or do I need to pay someone to move all my sites from GoDaddy to a host that does all this for me?

Frustrated,

Geoff

FernandoMiguel commented 5 years ago

If go daddy api doesn't support the SAN, issue 3 different certs, one per domain.

Easy?

GeoffatMM commented 5 years ago

Hi Fernando, only just seen this reply as I have been waiting for the renewal cron to work before testing again.

The certificate renewed properly and also deployed successfully to the primary domain but it did not deploy to the associated domains. I tried to run the acme.sh --deploy command but it comes back with this:


[Tue Feb 5 01:26:42 MST 2019] The domain 'uk.boutiquefrenchwine.com' is not a cert name. You must use the cert name to specify the cert to install. [Tue Feb 5 01:26:42 MST 2019] Can not find path:'/home/xorex/.acme.sh/uk.boutiquefrenchwine.com'


So none of the associated domains on the certificate are being properly deployed.

I have gone into my GoDaddy CPanel and updated the certificates manually and that has worked fine and I guess I will just have to continue doing that for now. I do not see the point in pursuing this further so will close the post. I am slowly moving from GoDaddy to Bluehost as they provide free and managed certificates that seem to be working fine for me.

I will come back though as I have now installed a VPS that I will try to build with an open source panel (webmin + vitualmin) that integrates letsencrypt and see if I can get it automated for myself there.

In the meantime, thanks for your help.

Geoff