phrocker commented on a change in pull request #595: Add windows tests
URL: https://github.com/apache/nifi-minifi-cpp/pull/595#discussion_r294932845
 
 

 ##########
 File path: cmake/LibreSSL.cmake
 ##########
 @@ -29,7 +29,9 @@ function(use_libre_ssl SOURCE_DIR BINARY_DIR)
        endif(WIN32)
        ExternalProject_Add(
        libressl-portable
-       URL "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz";
+       ### default is openbsd.org -- cloudflare is a reliable mirror
+       #URL 
"https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz";
+       URL 
"https://cloudflare.cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.8.3.tar.gz";
 
 Review comment:
   during the time of this PR the OpenBSD link failed. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to