Skip to content
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

HTTPS: SNI not supported #32

Closed
cweiske opened this issue May 31, 2018 · 2 comments
Closed

HTTPS: SNI not supported #32

cweiske opened this issue May 31, 2018 · 2 comments

Comments

@cweiske
Copy link

cweiske commented May 31, 2018

When trying to validate the SSL-secured https://phpugl.de/feed.xml I get:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /feed.xml
on this server.<br />
Reason: The client software did not provide a hostname using Server Name Indication (SNI), which is required to access this server.<br />
</p>
</body></html>

Seems as if the HTTP library used by feedvalidator does not support SNI.

@josephw
Copy link
Collaborator

josephw commented Nov 26, 2018

Possible duplicate of #29 ?

@cweiske
Copy link
Author

cweiske commented Nov 26, 2018

Yes.

@cweiske cweiske closed this as completed Nov 26, 2018
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