USING: accessors http.client http.server io.servers io.sockets.secure io.sockets.secure.openssl kernel tools.test ; IN: io.sockets.secure.openssl.tests { 200 } [ "https://www.google.se" http-get drop code>> ] unit-test [ 8887 >>insecure f >>secure [ "https://localhost:8887" http-get ] with-threaded-server ] must-fail ! XXX: Make this fail with certificate-missing-error? on Windows someday. ! ] [ certificate-missing-error? ] must-fail-with [ "test" 33 handle>> check-subject-name ] [ certificate-missing-error? ] must-fail-with