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

rrules site's SSL certificate expired? #4

Open
therden opened this issue Oct 9, 2021 · 1 comment
Open

rrules site's SSL certificate expired? #4

therden opened this issue Oct 9, 2021 · 1 comment

Comments

@therden
Copy link

therden commented Oct 9, 2021

Hello @thathoo. Your rrules.com website API has been inaccessible for at least the last two weeks (and possibly since late April.)

When I run the example command

curl -X POST https://api.rrules.com/rrule_expand -d '{"rrule":"FREQ=DAILY;COUNT=3", "start_time":"2019-03-05 00:46:42-0800", "end_time":"2019-06-05 00:46:42 -0800"}'

I receive the following response

curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Running the same command using http:// instead of https:// produces this result:

<html>
<head><title>307 Temporary Redirect</title></head>
<body bgcolor="white">
<center><h1>307 Temporary Redirect</h1></center>
<hr><center>CloudFront</center>
</body>
</html>

When I enter the following into my browser

http://api.rrules.com/rrule_expand -d '{"rrule":"FREQ=DAILY;COUNT=3", "start_time":"2019-03-05 00:46:42-0800", "end_time":"2019-06-05 00:46:42 -0800"}'

it advises me that the site is not secure, and the Certificate Viewer shows that the SSL certificate's Validity Period as follows:

Issued On	Sunday, March 22, 2020 at 8:00:00 PM
Expires On	Friday, April 23, 2021 at 8:00:00 AM

If I proceed to the website, or if I enter the same URL using http:// instead of https://, the following is returned:

{"message":"Missing Authentication Token"}

@WEBSPEED
Copy link

I want to use Your rrules.com website API. please

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