Interestingly it looks like it has been setup correctly on 2 of the 3 servers
$ host www.perlmonks.org
www.perlmonks.org is an alias for perlmonks.org.
perlmonks.org has address 209.197.123.153
perlmonks.org has address 66.39.54.27
perlmonks.org has address 216.92.34.251
$ openssl s_client -showcerts -servername www.perlmonks.org -connect 2
+09.197.123.153:443 </dev/null 2>&1| grep subject
subject=/C=US/postalCode=15203/ST=Pennsylvania/L=Pittsburgh/street=Sui
+te 510/street=2403 Sidney Street/O=pair Networks, Inc./OU=Provided by
+ pair Networks/OU=PairWildcardSSL $250,000/CN=*.pairsite.com
$ openssl s_client -showcerts -servername www.perlmonks.org -connect 6
+6.39.54.27:443 </dev/null 2>&1| grep subject
subject=/CN=perlmonks.org
$ openssl s_client -showcerts -servername www.perlmonks.org -connect 2
+16.92.34.251:443 </dev/null 2>&1| grep subject
subject=/CN=perlmonks.org
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.
|
|