Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2012
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. gmail-smtp-in.l.google.com
  2. alt1.gmail-smtp-in.l.google.com
  3. alt2.gmail-smtp-in.l.google.com
  4. alt3.gmail-smtp-in.l.google.com
  5. alt4.gmail-smtp-in.l.google.com
  6.  
  7. stream_context_set_option($fh, 'ssl', 'CN_match', 'gmail-smtp-in.l.google.com`);
  8.  
  9. stream_socket_enable_crypto(): Peer certificate CN='mx.google.com' did not match expected CN='gmail-smtp-in.l.google.com'
  10.  
  11. Server: 127.0.0.1
  12. Address: 127.0.0.1#53
  13.  
  14. ** server can't find mx.google.com: NXDOMAIN
  15.  
  16. Array
  17. (
  18. [name] => /C=US/ST=California/L=Mountain View/O=Google Inc/CN=mx.google.com
  19. [subject] => Array
  20. (
  21. [C] => US
  22. [ST] => California
  23. [L] => Mountain View
  24. [O] => Google Inc
  25. [CN] => mx.google.com
  26. )
  27.  
  28. [hash] => fbf7dda6
  29. [issuer] => Array
  30. (
  31. [C] => US
  32. [O] => Google Inc
  33. [CN] => Google Internet Authority
  34. )
  35.  
  36. [version] => 2
  37. [serialNumber] => 280762463620984597407910
  38. [validFrom] => 120912115656Z
  39. [validTo] => 130607194327Z
  40. [validFrom_time_t] => 1347451016
  41. [validTo_time_t] => 1370634207
  42. [purposes] => Array
  43. (
  44. [1] => Array
  45. (
  46. [0] => 1
  47. [1] =>
  48. [2] => sslclient
  49. )
  50.  
  51. [2] => Array
  52. (
  53. [0] => 1
  54. [1] =>
  55. [2] => sslserver
  56. )
  57.  
  58. [3] => Array
  59. (
  60. [0] => 1
  61. [1] =>
  62. [2] => nssslserver
  63. )
  64.  
  65. [4] => Array
  66. (
  67. [0] =>
  68. [1] =>
  69. [2] => smimesign
  70. )
  71.  
  72. [5] => Array
  73. (
  74. [0] =>
  75. [1] =>
  76. [2] => smimeencrypt
  77. )
  78.  
  79. [6] => Array
  80. (
  81. [0] => 1
  82. [1] =>
  83. [2] => crlsign
  84. )
  85.  
  86. [7] => Array
  87. (
  88. [0] => 1
  89. [1] => 1
  90. [2] => any
  91. )
  92.  
  93. [8] => Array
  94. (
  95. [0] => 1
  96. [1] =>
  97. [2] => ocsphelper
  98. )
  99.  
  100. )
  101.  
  102. [extensions] => Array
  103. (
  104. [extendedKeyUsage] => TLS Web Server Authentication, TLS Web Client Authentication
  105. [subjectKeyIdentifier] => 69:B3:67:5C:04:7F:16:EF:C1:85:FB:E8:2D:E4:FC:21:E9:7D:93:AF
  106. [authorityKeyIdentifier] => keyid:BF:C0:30:EB:F5:43:11:3E:67:BA:9E:91:FB:FC:6A:DA:E3:6B:12:24
  107.  
  108. [crlDistributionPoints] => URI:http://www.gstatic.com/GoogleInternetAuthority/GoogleInternetAuthority.crl
  109.  
  110. [authorityInfoAccess] => CA Issuers - URI:http://www.gstatic.com/GoogleInternetAuthority/GoogleInternetAuthority.crt
  111.  
  112. [basicConstraints] => CA:FALSE
  113. [subjectAltName] => DNS:mx.google.com
  114. )
  115.  
  116. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement