Skip to content

blog article gone (a-proposal-to-serialize-marc-in-json) #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adamdickmeiss opened this issue May 17, 2019 · 5 comments
Closed

blog article gone (a-proposal-to-serialize-marc-in-json) #41

adamdickmeiss opened this issue May 17, 2019 · 5 comments

Comments

@adamdickmeiss
Copy link

This article has gone missing
http://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json/

Is it available under another URL, perhaps?

@rsinger
Copy link
Member

rsinger commented May 17, 2019

It's weird that that doesn't work for you, how about https://rossfsinger.com/blog/2010/09/a-proposal-to-serialize-marc-in-json/?

@adamdickmeiss
Copy link
Author

The 2nd one works fine.

The initial URL redirects to https. Something is messed up with the cert.

adam@bagel:~$ curl https://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json
curl: (51) SSL: no alternative certificate subject name matches target host name 'dilettantes.code4lib.org'

@adamdickmeiss
Copy link
Author

Ignore cert results in a 404 page..

adam@bagel:~$ curl -k https://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://www.playasnorkelingtours.com/404">here</a>.</p>
</body></html>

@rsinger
Copy link
Member

rsinger commented May 20, 2019

Do you use HTTPS Everywhere or anything similar? The http version resolves curl -v http://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json/ ok for me, but I don't have an https cert for that domain (the cert you're getting would be for rossfsinger.com).

@rsinger
Copy link
Member

rsinger commented May 20, 2019

It's also weird what you get when you ignore cert. I get:

$ curl -k https://dilettantes.code4lib.org/blog/2010/09/a-proposal-to-serialize-marc-in-json/
<!doctype html>
<html>
<head>
	<title>Site not found &middot; DreamHost</title>
	<meta http-equiv="cache-control" content="no-cache" />
	<meta name="description" content="The owner of this domain has not yet uploaded their website." />
	<link rel="stylesheet" href="//d1a6zytsvzb7ig.cloudfront.net/newpanel/css/singlepage.css" />
</head>
<body>
	<div class="page page-missing">
		<h1>Site Not Found</h1>

		<p>Well, this is awkward. The site you're looking for is not here.</p>
		<p><small>Is this your site? <a href="http://wiki.dreamhost.com/Site_not_found">Get more info</a> or <a href="https://panel.dreamhost.com/index.cgi?tree=support.msg">contact support</a>.</small></p>

		<a href="http://www.dreamhost.com/" class="logo">DreamHost</a>
	</div>
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants