Skip to content

Commit

Permalink
skip ZnHTTPSTests>>#testSNIPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Van Caekenberghe committed Jan 24, 2022
1 parent c2e788a commit aad0c50
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
testing
testSNIPage
| client |
"| client |
self ensureSocketStreamFactory.
self isNativeSSLPluginPresent ifFalse: [ ^ self skip ].
self doesNativeSSLPluginSupportSNI ifFalse: [ ^ self skip ].
self doesNativeSSLPluginSupportSNI ifFalse: [ ^ self skip ]."

(client := ZnClient new)
self skip. "This does no longer work, but we have to find out why"

"(client := ZnClient new)
get: 'https://www.mnot.net/blog/2014/05/09/if_you_can_read_this_youre_sniing'.
self assert: client isSuccess.
client close
client close"

0 comments on commit aad0c50

Please sign in to comment.