celery / celeryproject

The official Celery Project website
Other
19 stars 11 forks source link

Time to Add TLS to site #21

Open auvipy opened 5 years ago

auvipy commented 5 years ago

https://github.com/celery/celery/issues/5131

wjdp commented 5 years ago

Hello chiming in from https://github.com/celery/celery/issues/5453. I've been working with celery quite heavily at work last couple of days and am hitting this issue a lot. Minor annoyance for me but could put newcomers off the project majorly if the official website throws a big security warning and will not load if they come from Google results.

romainr commented 5 years ago

+1 on HTTPS warnings

diveinsky commented 5 years ago

Issue:: SSL certificate at https://docs.celeryproject.org is expired.

Isn't hosted server using letsencrypt auto renewal agent ?

auvipy commented 5 years ago

the issue was wrong CNAME record

wjdp commented 5 years ago

Still getting the following on https://docs.celeryproject.org/

image

auvipy commented 5 years ago

its working fine on my pc.

diveinsky commented 5 years ago

No automatic redirection from HTTP to HTTPS

wjdp commented 5 years ago

Just checked again, cert on https://docs.celeryproject.org/ is now valid

image

ghost commented 4 years ago

@auvipy what about adding TLS certificate for celeryproject.org? On my machine Chrome marks the main site as Not secure.

celeryproject org
auvipy commented 4 years ago

you are not using https:// ?

georgepsarakis commented 4 years ago

@auvipy https://www.celeryproject.org does not work.

frankwiles commented 4 years ago

I'm seeing the same behavior. http works fine, https. Tried Chrome and Firefox, seems the port isn't responding. Doesn't appear to be a cert issue like before.

auvipy commented 4 years ago

damn! it's a recent issue then

diveinsky commented 4 years ago

IP related to celeryproject.org seems to not having port 443 opened. That's why SSL port isn't working.

ghost commented 4 years ago

@auvipy any update on this? Can we help somehow?