Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 3, 2024
1 parent d722cbd commit e85ac85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/tls_socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ describe('tls_socket', () => {

it('loads certs from test/config/tls', async () => {
this.socket.config = this.socket.config.module_config(path.resolve('test'));
console.log(this.socket.config)
this.socket.load_tls_ini()
try {
const certs = await this.socket.get_certs_dir('tls')
console.log(certs)
assert.ok(certs['*'])
assert.ok(certs['mail.haraka.io'])
// assert.ok(certs['haraka.local'])
Expand Down

0 comments on commit e85ac85

Please sign in to comment.