digitalmars.D - Wiki hacked?
- =?UTF-8?B?THXDrXM=?= Marques (17/17) May 16 2016 Was the wiki hacked or something? I'm getting a certificate
- Brad Anderson (2/5) May 16 2016 Works fine for me (both http and https).
- jmh530 (2/4) May 16 2016 I got a certificate error for the forum, but I added an exception.
- Vladimir Panteleev (5/7) May 16 2016 I changed some things on the server, but I consistently cannot
- =?UTF-8?B?THXDrXM=?= Marques (6/8) May 16 2016 Sorry, I'm back now, but so is the normal wiki, so... too late.
- deadalnix (4/21) May 16 2016 I had issue on the forum as well today. It is flaky. Are you
- =?UTF-8?B?THXDrXM=?= Marques (3/6) May 16 2016 Nah, I'm connecting from Portugal, and the traceroute goes to
- Vladimir Panteleev (19/21) May 16 2016 Thanks to TooHuman on IRC, I figured out the source of the
- Vladimir Panteleev (3/9) May 16 2016 Oh, and, since this thread is regarding the wiki
Was the wiki hacked or something? I'm getting a certificate error, and the content is just this: <html> <head> <title>Serveur OVH</title> </head> <body bgcolor="#ffffff"> <table border=0 height="100%" width="100%" align=center valign=middle> <tr height="100%"> <td width="100%" height="100%" align="center" valign="middle"> <img src="faded_logo.png" > </td> </tr> </table> </body> </html>
May 16 2016
On Monday, 16 May 2016 at 16:27:51 UTC, Luís Marques wrote:Was the wiki hacked or something? I'm getting a certificate error, and the content is just this: [snip]Works fine for me (both http and https).
May 16 2016
On Monday, 16 May 2016 at 16:27:51 UTC, Luís Marques wrote:Was the wiki hacked or something? I'm getting a certificate error, and the content is just this:I got a certificate error for the forum, but I added an exception.
May 16 2016
On Monday, 16 May 2016 at 16:27:51 UTC, Luís Marques wrote:Was the wiki hacked or something? I'm getting a certificate error, and the content is just this:I changed some things on the server, but I consistently cannot reproduce these problems. Could you please check http:// vs https://, and also check what the wiki's IP resolves to.
May 16 2016
On Monday, 16 May 2016 at 17:00:41 UTC, Vladimir Panteleev wrote:Could you please check http:// vs https://, and also check what the wiki's IP resolves to.Sorry, I'm back now, but so is the normal wiki, so... too late. In any case: wiki.dlang.org. 981 IN CNAME dwiki.kimsufi.thecybershadow.net. dwiki.kimsufi.thecybershadow.net. 981 IN CNAME thecybershadow.net. thecybershadow.net. 981 IN A 178.33.224.37
May 16 2016
On Monday, 16 May 2016 at 16:27:51 UTC, Luís Marques wrote:Was the wiki hacked or something? I'm getting a certificate error, and the content is just this: <html> <head> <title>Serveur OVH</title> </head> <body bgcolor="#ffffff"> <table border=0 height="100%" width="100%" align=center valign=middle> <tr height="100%"> <td width="100%" height="100%" align="center" valign="middle"> <img src="faded_logo.png" > </td> </tr> </table> </body> </html>I had issue on the forum as well today. It is flaky. Are you getting on the net in the UK ? (either by being physically in the UK or via VPN like I am ?)
May 16 2016
On Monday, 16 May 2016 at 18:55:53 UTC, deadalnix wrote:I had issue on the forum as well today. It is flaky. Are you getting on the net in the UK ? (either by being physically in the UK or via VPN like I am ?)Nah, I'm connecting from Portugal, and the traceroute goes to Amsterdam and then France.
May 16 2016
On Monday, 16 May 2016 at 16:27:51 UTC, Luís Marques wrote:Was the wiki hacked or something? I'm getting a certificate error, and the content is just this:Thanks to TooHuman on IRC, I figured out the source of the problem. forum.dlang.org is CNAME-aliased to forum.kimsufi.thecybershadow.net, which before pointed directly to the correct server IP. Yesterday I moved my personal website (thecybershadow.net) from an older server to the same server as the forum, so I updated its IP, and changed forum.kimsufi.thecybershadow.net to be a CNAME-alias of thecybershadow.net. However, for some reason, this caused some DNS resolvers to follow the redirect of forum.kimsufi.thecybershadow.net but use thecybershadow.net's old IP, which caused requests to go to the old server. For HTTP requests, this continued to work fine, because the old server is configured to act as a reverse HTTP proxy for domains moved to the new server, however that isn't done with HTTPS, which is why for some users the forum fails to load via HTTPS. As far as I can tell, this is a temporary problem, and should clear up once DNS caches expire.
May 16 2016
On Monday, 16 May 2016 at 20:40:29 UTC, Vladimir Panteleev wrote:On Monday, 16 May 2016 at 16:27:51 UTC, Luís Marques wrote:Oh, and, since this thread is regarding the wiki (wiki.dlang.org), the same applies to it as well.Was the wiki hacked or something? I'm getting a certificate error, and the content is just this:forum.dlang.org is CNAME-aliased to forum.kimsufi.thecybershadow.net, which before pointed directly to the correct server IP.
May 16 2016