diff --git a/README.rst b/README.rst
index 6364de6137994b3159404fa7b6015730b0c5c12c..60319263bbfa18222a6f0094a202ab15e266c3ab 100644
--- a/README.rst
+++ b/README.rst
@@ -52,7 +52,7 @@ Build from git
 
 .. code-block:: text
 
-   $ git clone --depth 1 -b quic-draft-15 https://github.com/tatsuhiro-t/openssl
+   $ git clone --depth 1 -b quic-draft-17 https://github.com/tatsuhiro-t/openssl
    $ cd openssl
    $ # For Linux
    $ ./config enable-tls1_3 --prefix=$PWD/build
diff --git a/ci/build_openssl.sh b/ci/build_openssl.sh
index 47bfa8d57414abd7bbcd7885b851060ff252290b..025502a2e9428725d68a13a0170472c8cca5e639 100755
--- a/ci/build_openssl.sh
+++ b/ci/build_openssl.sh
@@ -2,7 +2,7 @@
 #build last openssl master (for Travis)
 
 cd ..
-git clone --depth 1 -b quic-draft-15 https://github.com/tatsuhiro-t/openssl
+git clone --depth 1 -b quic-draft-17 https://github.com/tatsuhiro-t/openssl
 cd openssl
 ./config enable-tls1_3 --prefix=$PWD/build
 make -j$(nproc)