Skip to content

Instantly share code, notes, and snippets.

@roryl
Created March 10, 2016 22:58
Show Gist options
  • Save roryl/0dd3a93741ee5c491130 to your computer and use it in GitHub Desktop.
Save roryl/0dd3a93741ee5c491130 to your computer and use it in GitHub Desktop.
Tests what Lucee is making for an SSL request
<cfhttp url="https://www.howsmyssl.com/" />
<cfdump var=#rematch('Your client is using[^<]+',cfhttp.FileContent)# />
<cfdump var=#Server.Lucee.Version# />
<cfdump var=#Server.Java.Version# />
<cfoutput>#cfhttp.filecontent#</cfoutput>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment