Skip to content

Instantly share code, notes, and snippets.

View zacharyhill's full-sized avatar

Zachary Hill zacharyhill

View GitHub Profile
module.exports = {
foo: 'bar',
num: 22,
items: [
'item1', 'item2', 'item3'
],
};
$ openssl s_client -connect 127.0.0.1:465 -starttls smtp
CONNECTED(00000003)
depth=0 CN = zhillb.xyz
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = zhillb.xyz
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
$ openssl s_client -connect 127.0.0.1:465
CONNECTED(00000003)
140640946747032:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:794:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 305 bytes
---
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<title>hello phaser!</title>
<script src="./node_modules/phaser-ce/build/phaser.min.js"></script>
</head>
<body>
<script type="text/javascript">