dearborn-coding-club / website-base-backend

A backend API project for the dearborn-coding-club Meetup group.
https://api.dearborncodingclub.com
1 stars 3 forks source link

Investigate setting up a reverse proxy or correctly configuring SSL certificates in fly.io #18

Closed MgenGlder closed 6 months ago

MgenGlder commented 6 months ago

Summary

cc/ @dXu23 @ctcarrier

MgenGlder commented 6 months ago

More information on creating and using a certificate in fly.io can be found here.

MgenGlder commented 6 months ago

I went ahead and followed one of the first steps: Adding a dearborncodingclub.com certificate to the fly.io system using the command fly certs dearborncodingclub.com.

The response 👇🏾

Image

MgenGlder commented 6 months ago

That seems to have resolved it. I ran fly cert show dearborncodingclub.com and received the following successful response:

Image

MgenGlder commented 6 months ago

Visiting https://dearborncodingclub.com seems to work now as well 🎉

MgenGlder commented 6 months ago

I wrote up an issue here around documenting our findings as I feel other people might eventually run into the same problems.

MgenGlder commented 6 months ago

We no longer need a reverse proxy and the website is now correctly hooked up to the host. Closing as completed now.