

{"id":11659,"date":"2018-11-17T12:00:23","date_gmt":"2018-11-17T17:00:23","guid":{"rendered":"https:\/\/rud.is\/b\/?p=11659"},"modified":"2018-11-17T12:00:23","modified_gmt":"2018-11-17T17:00:23","slug":"tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/","title":{"rendered":"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl)"},"content":{"rendered":"<p>The <code>libcurl<\/code> library (the foundational library behind the <code>RCurl<\/code> and <code>curl<\/code> packages) has switched to using  OpenSSL&#8217;s default ciphers since version 7.56.0 (October 4 2017). If you&#8217;re a regular updater of <code>curl<\/code>\/<code>httr<\/code> you should be fairly current with these cipher suites, but if you&#8217;re not a keen updater or use <code>RCurl<\/code> for your web-content tasks, you are likely not working with a recent cipher list and may start running into trouble as the internet self-proclaimed web guardians keep their wild abandon push towards &#8220;HTTPS Everywhere&#8221;.<\/p>\n<p>Why is this important? Well, as a web consumer (via browsers) you likely haven&#8217;t run into any issues when visiting SSL\/TLS-enabled sites since most browsers update super-frequently and bring along modern additions to cipher suites with them. Cipher suites are one of the backbones of assurance when it comes to secure connections to servers and stronger\/different ciphers are continually added to <code>openssl<\/code> (and other libraries). If a server (rightfully) only supports a modern, seriously secure TLS configuration, clients that do not have such support won&#8217;t be able to connect and you&#8217;ll see errors such as:<\/p>\n<pre><code class=\"language-plain\">SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure\n<\/code><\/pre>\n<p>You can test what a <em>server<\/em> supports via tools like <a href=\"https:\/\/www.ssllabs.com\/ssltest\/\">SSL Test<\/a>. I&#8217;d point to a command-line tool but there are enough R users on crippled Windows systems that it&#8217;s just easier to have you point and click to see. If you <em>are game<\/em> to try a command-line tool then give <a href=\"https:\/\/github.com\/drwetter\/testssl.sh\"><code>testssl<\/code>?<\/a> a go from an RStudio terminal (I use that suggestion specifically to be platform agnostic as I cannot assume R Windows users know how to use a sane shell). The <code>testssl<\/code> script has virtually no dependencies so it should &#8220;work everywhere&#8221;. Note that both SSL Test and <code>testssl<\/code>make <em>quite a few connections<\/em> to a site so make sure you&#8217;re only using your own server(s) as test targets unless you have permission from others to use theirs (go ahead and hit mine if you like).<\/p>\n<p>You can also see what your R client packages support. One <em>could<\/em> run:<\/p>\n<pre><code class=\"language-r\">library(magrittr)\n\nread.table(\n  text = system(\"openssl ciphers -v\", intern=TRUE) %&gt;% \n    gsub(\"[[:alpha:]]+=\", \"\", .)\n) %&gt;% \n  setNames(\n    c(\"ciphername\", \"protoccol_version\", \"key_exchange\", \"authentication\", \n      \"symmetric_encryption_method\", \"message_authentication_code\")\n  )\n<\/code><\/pre>\n<p>in attempt to do that via the <code>openssl<\/code> binary on your system, but Windows users likely won&#8217;t be able to run that (unlike every other modern OS including iOS) <em>and<\/em> it might not show you what your installed R client packages can handle since they may be using different libraries.<\/p>\n<p>So, another platform-agnostic (but requiring a call to a web site, so some privacy leakage) is to use <a href=\"https:\/\/www.howsmyssl.com\/a\/check\">How&#8217;s My SSL<\/a>.<\/p>\n<pre><code class=\"language-r\">ssl_check_url &lt;- \"https:\/\/www.howsmyssl.com\/a\/check\"\n\njsonlite::fromJSON(\n  readLines(url(ssl_check_url), warn = FALSE)\n) -&gt; base_chk\n\njsonlite::fromJSON(\n  RCurl::getURL(ssl_check_url)\n) -&gt; rcurl_chk\n\njsonlite::fromJSON(\n  rawToChar(\n    curl::curl_fetch_memory(ssl_check_url)$content\n  )\n) -&gt; curl_chk\n<\/code><\/pre>\n<p>Compare the <code>$given_cipher_suites<\/code> for each of those to see how they compare and also take a look at <code>$rating<\/code>. macOS and Linux users <em>should<\/em> have fairly uniform results for all three. Windows users may be in for a sad awakening (I mean you&#8217;re used to that on a regular basis, so it&#8217;s cool). You can also configure how you communicate what you support via the <code>ssl_cipher_list<\/code> cURL option (capitalization is a bit different with <code>RCurl<\/code> but I <em>kinda want you to use the <code>curl<\/code> package<\/em> so you&#8217;re on your own to translate. Note that you can&#8217;t game the system and claim you can handle a cipher you don&#8217;t actually have.<\/p>\n<h3>FIN<\/h3>\n<p>You should try to stay current with the OpenSSL (or equivalent) library on your operating system and also with the <code>libcurl<\/code> library on your system and then the <code>curl<\/code>, <code>openssl<\/code>, and <code>RCurl<\/code> packages. You may have production-rules requiring lead-times for changing configs but these should be in the &#8220;test when they make it to CRAN and install as-soon-as-possible-thereafter&#8221; category.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The libcurl library (the foundational library behind the RCurl and curl packages) has switched to using OpenSSL&#8217;s default ciphers since version 7.56.0 (October 4 2017). If you&#8217;re a regular updater of curl\/httr you should be fairly current with these cipher suites, but if you&#8217;re not a keen updater or use RCurl for your web-content tasks, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[91],"tags":[],"class_list":["post-11659","post","type-post","status-publish","format-standard","hentry","category-r"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl) - rud.is<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl) - rud.is\" \/>\n<meta property=\"og:description\" content=\"The libcurl library (the foundational library behind the RCurl and curl packages) has switched to using OpenSSL&#8217;s default ciphers since version 7.56.0 (October 4 2017). If you&#8217;re a regular updater of curl\/httr you should be fairly current with these cipher suites, but if you&#8217;re not a keen updater or use RCurl for your web-content tasks, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-17T17:00:23+00:00\" \/>\n<meta name=\"author\" content=\"hrbrmstr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hrbrmstr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"Tis the Season to Check your SSL\\\/TLS Cipher List Thrice (RCurl\\\/curl\\\/openssl)\",\"datePublished\":\"2018-11-17T17:00:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/\"},\"wordCount\":582,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"articleSection\":[\"R\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/\",\"name\":\"Tis the Season to Check your SSL\\\/TLS Cipher List Thrice (RCurl\\\/curl\\\/openssl) - rud.is\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\"},\"datePublished\":\"2018-11-17T17:00:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2018\\\/11\\\/17\\\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rud.is\\\/b\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tis the Season to Check your SSL\\\/TLS Cipher List Thrice (RCurl\\\/curl\\\/openssl)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/\",\"name\":\"rud.is\",\"description\":\"&quot;In God we trust. All others must bring data&quot;\",\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rud.is\\\/b\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\",\"name\":\"hrbrmstr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"width\":460,\"height\":460,\"caption\":\"hrbrmstr\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\"},\"description\":\"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7\",\"sameAs\":[\"http:\\\/\\\/rud.is\"],\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/author\\\/hrbrmstr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl) - rud.is","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/","og_locale":"en_US","og_type":"article","og_title":"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl) - rud.is","og_description":"The libcurl library (the foundational library behind the RCurl and curl packages) has switched to using OpenSSL&#8217;s default ciphers since version 7.56.0 (October 4 2017). If you&#8217;re a regular updater of curl\/httr you should be fairly current with these cipher suites, but if you&#8217;re not a keen updater or use RCurl for your web-content tasks, [&hellip;]","og_url":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/","og_site_name":"rud.is","article_published_time":"2018-11-17T17:00:23+00:00","author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl)","datePublished":"2018-11-17T17:00:23+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/"},"wordCount":582,"commentCount":1,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"articleSection":["R"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/","url":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/","name":"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl) - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"datePublished":"2018-11-17T17:00:23+00:00","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2018\/11\/17\/tis-the-season-to-check-your-ssl-tls-cipher-list-thrice-rcurl-curl-openssl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"Tis the Season to Check your SSL\/TLS Cipher List Thrice (RCurl\/curl\/openssl)"}]},{"@type":"WebSite","@id":"https:\/\/rud.is\/b\/#website","url":"https:\/\/rud.is\/b\/","name":"rud.is","description":"&quot;In God we trust. All others must bring data&quot;","publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rud.is\/b\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886","name":"hrbrmstr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","width":460,"height":460,"caption":"hrbrmstr"},"logo":{"@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1"},"description":"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7","sameAs":["http:\/\/rud.is"],"url":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p23idr-323","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":993,"url":"https:\/\/rud.is\/b\/2012\/05\/05\/both-candidates-weak-on-ssl-security\/","url_meta":{"origin":11659,"position":0},"title":"Both Candidates Weak On [SSL] Security","author":"hrbrmstr","date":"2012-05-05","format":false,"excerpt":"UPDATE: Fixed link to cached Obama image thx to notice from JB While the two front-running candidates engaged in a bizarre, Klingon-esque ritual of hubris regarding which one was the better killer, their respective technical campaign staffers were failing to make the grade on security when it comes to taking\u2026","rel":"","context":"In &quot;Certificates&quot;","block_context":{"text":"Certificates","link":"https:\/\/rud.is\/b\/category\/certificates\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3919,"url":"https:\/\/rud.is\/b\/2016\/02\/10\/craft-httr-calls-cleverly-with-curlconverter\/","url_meta":{"origin":11659,"position":1},"title":"Craft httr calls cleverly with curlconverter","author":"hrbrmstr","date":"2016-02-10","format":false,"excerpt":"UPDATE curlconverter will now return (as the function return value) a working R function. See the README for examples When you visit a site like the LA Times' NH Primary Live Results site and wish you had the data that they used to make the tables & visualizations on the\u2026","rel":"","context":"In &quot;R&quot;","block_context":{"text":"R","link":"https:\/\/rud.is\/b\/category\/r\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3672,"url":"https:\/\/rud.is\/b\/2015\/09\/10\/a-better-way-to-read-nest-data-into-r\/","url_meta":{"origin":11659,"position":2},"title":"A Better Way To Read Nest Data Into R","author":"hrbrmstr","date":"2015-09-10","format":false,"excerpt":"I glimpsed a [post](http:\/\/blagrants.blogspot.com\/2015\/09\/nest-thermostat-and-r-creating-shiny.html) in the RSS feeds today on how to connect Nest data with a Shiny dashboard and was compelled to post a less brute-force way to get data from the Nest API. The authors of the Shiny+Nest post used `system` calls to `curl` and regular expression character\u2026","rel":"","context":"In &quot;APIs&quot;","block_context":{"text":"APIs","link":"https:\/\/rud.is\/b\/category\/apis\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11759,"url":"https:\/\/rud.is\/b\/2019\/01\/10\/roll-your-own-federal-government-shutdown-caused-ssl-certificate-expiration-monitor-in-r\/","url_meta":{"origin":11659,"position":3},"title":"Roll Your Own Federal Government Shutdown-caused SSL Certificate Expiration Monitor in R","author":"hrbrmstr","date":"2019-01-10","format":false,"excerpt":"By now, even remote villages on uncharted islands in the Pacific know that the U.S. is in the midst of a protracted partial government shutdown. It's having real impacts on the lives of Federal government workers but they aren't the only ones. Much of the interaction Federal agencies have with\u2026","rel":"","context":"In &quot;R&quot;","block_context":{"text":"R","link":"https:\/\/rud.is\/b\/category\/r\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/01\/plot_zoom_png-1.png?fit=1200%2C512&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/01\/plot_zoom_png-1.png?fit=1200%2C512&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/01\/plot_zoom_png-1.png?fit=1200%2C512&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/01\/plot_zoom_png-1.png?fit=1200%2C512&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/01\/plot_zoom_png-1.png?fit=1200%2C512&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2902,"url":"https:\/\/rud.is\/b\/2014\/02\/11\/live-google-spreadsheet-for-keeping-track-of-sochi-medals\/","url_meta":{"origin":11659,"position":4},"title":"Live Google Spreadsheet For Keeping Track Of Sochi Medals","author":"hrbrmstr","date":"2014-02-11","format":false,"excerpt":"The \"medals\" R post by [TRInker](http:\/\/trinkerrstuff.wordpress.com\/2014\/02\/09\/sochi-olympic-medals-2\/) and re-blogged by [Revolutions](http:\/\/blog.revolutionanalytics.com\/2014\/02\/winter-olympic-medal-standings-presented-by-r.html) were both spiffy and a live example why there's no point in not publishing raw data. You don't need to have R (or any other language) do the scraping, though. The \"`IMPORTHTML`\" function (yes, function names seem to be ALL\u2026","rel":"","context":"In &quot;Google Docs&quot;","block_context":{"text":"Google Docs","link":"https:\/\/rud.is\/b\/category\/google-docs\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12636,"url":"https:\/\/rud.is\/b\/2020\/01\/29\/monitoring-website-ssl-tls-certificate-expiration-times-with-r-openssl-pushoverr-and-dt\/","url_meta":{"origin":11659,"position":5},"title":"Monitoring Website SSL\/TLS Certificate Expiration Times with R, {openssl}, {pushoverr}, and {DT}","author":"hrbrmstr","date":"2020-01-29","format":false,"excerpt":"macOS R users who tend to work on the bleeding edge likely noticed some downtime at <mac.r-project.org> this past weekend. Part of the issue was an SSL\/TLS certificate expiration situation. Moving forward, we can monitor this with R using the super spiffy {openssl} and {pushoverr} packages whilst also generating a\u2026","rel":"","context":"In &quot;R&quot;","block_context":{"text":"R","link":"https:\/\/rud.is\/b\/category\/r\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/11659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/comments?post=11659"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/11659\/revisions"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=11659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=11659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=11659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}