Guest User

Untitled

a guest
Nov 8th, 2017
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. mailtuner.com => preference: 0
  2. server.mailtuner.com => preference: 10
  3. mail.mailtuner.com => preference: 11
  4.  
  5. host: 'server.mailtuner.com',
  6. port: 587,
  7. secure: false, // secure:true for port 465, secure:false for port 587
  8. auth: {
  9. user: 'postmaster@mailtuner.com',
  10. pass: 'XXXXX'
  11. }
  12. });
  13.  
  14. { Error: Hostname/IP doesn't match certificate's altnames: "Host: server.mailtuner.com. is not in the cert's altnames: DNS:mailtuner.com"
  15. at Object.checkServerIdentity (tls.js:222:17)
  16. at TLSSocket.<anonymous> (_tls_wrap.js:1110:29)
  17. at emitNone (events.js:105:13)
  18. at TLSSocket.emit (events.js:207:7)
  19. at TLSSocket._finishInit (_tls_wrap.js:638:8)
  20. at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:468:38)
  21. reason: 'Host: server.mailtuner.com. is not in the cert's altnames: DNS:mailtuner.com',
  22. host: 'server.mailtuner.com',
  23. cert:
  24. { subject: { CN: 'mailtuner.com' },
  25. issuer:
  26. { C: 'US',
  27. O: 'Let's Encrypt',
  28. CN: 'Let's Encrypt Authority X3' },
  29. subjectaltname: 'DNS:mailtuner.com',
  30. infoAccess: { 'OCSP - URI': [Array], 'CA Issuers - URI': [Array] },
  31. modulus: 'BD86F1B4E38F01274A16BC128B0B37E265E06A82BB2470BE54EFAF0BD97BD6C9286F8E339C885A675C0E852497E4AD44DDF1F920EA7B7D3C2EC2F9B16CE45A8A67525FAC67F9B226E62F56DBE0B1E0DAD272D200434F54FE680B91A3F5FEF2CB2344FCAAF795BA9CDF6B4917492169FAB56F4F20AC8D0C45A65A8CA8456BAD8B015FBA6BF121F5808B320A0274388528EF0891DFE15850404917802911C3DF9BD6EAA5E457B214AAA8EDFE1A954E0D0272A1B8F01FBD3031262FE3A78806BDE2179E7FC45FF3F9DE398C360961733FC47898F8521F2876F73746B3CB707BDB95BAE8C38F905241E2BF2FA36053BB85E936CF2DB0CB4B9E06A8704E9B19B6262B',
  32. exponent: '0x10001',
  33. valid_from: 'Nov 7 21:35:01 2017 GMT',
  34. valid_to: 'Feb 5 21:35:01 2018 GMT',
  35. fingerprint: '96:76:5D:D9:1C:D4:CD:50:75:60:D5:52:45:58:AB:5B:BD:D5:CB:F3',
  36. ext_key_usage: [ '1.3.6.1.5.5.7.3.1', '1.3.6.1.5.5.7.3.2' ],
  37. serialNumber: '0314E704EE42C2C26F7028950BAA826401A4',
  38. raw: <Buffer 30 82 04 fd 30 82 03 e5 a0 03 02 01 02 02 12 03 14 e7 04 ee 42 c2 c2 6f 70 28 95 0b aa 82 64 01 a4 30 0d 06 09 2a 86 48 86 f7 0d 01 01 0b 05 00 30 4a ... > },
  39. code: 'ESOCKET',
  40. command: 'CONN' }
Add Comment
Please, Sign In to add comment