Knicks · martin & andrew, WTF is adakie.com? why is ultimateknicks.com presenting its certificate? (page 1)

SupremeCommander @ 1/27/2024 8:49 AM
it has not been uncommon to see certificate errors on this website. While I understand that hasn't been a priority, the error message I am now getting when I go to this website is:

This server could not prove that it is www.ultimateknicks.com; its security certificate is from *.adakie.com. This may be caused by a misconfiguration or an attacker intercepting your connection.

my questions are: what is adakie.com? why is this certificate on ultimateknicks.com? letsencrypt.org offers free SSL certs -- any reason you can't install a certificate?

and again, wtf is adakie.com?

martin @ 1/27/2024 11:54 AM
Adakie is a different website on our web server, we own it.

Our website certificate is, let’s say, messed up right now and we need to transfer it over to ultimatelnicks.com and have been delinquent in doing so (I think you possibly even reminded me several times over in the last years). It’s on my plate 100%.

Andy and I have both been super overwhelmed with personal over last 7+ years - it’s the reason why ScoreBot hasn’t been around and upgrades to mobile side of things stopped and general lack of new functionality of website has not been added (I’m literally halfway thru some really fun stuff but not able to finish).

We are definitely prioritizing the SSL thing though. Genuine thanks for reminder.

Outside of being annoying, nothing super bad is going on, that’s the gloss-over answer.

KnickDanger @ 1/27/2024 12:37 PM
martin wrote:Adakie is a different website on our web server, we own it.

Our website certificate is, let’s say, messed up right now and we need to transfer it over to ultimatelnicks.com and have been delinquent in doing so (I think you possibly even reminded me several times over in the last years). It’s on my plate 100%.

Andy and I have both been super overwhelmed with personal over last 7+ years - it’s the reason why ScoreBot hasn’t been around and upgrades to mobile side of things stopped and general lack of new functionality of website has not been added (I’m literally halfway thru some really fun stuff but not able to finish).

We are definitely prioritizing the SSL thing though. Genuine thanks for reminder.

Outside of being annoying, nothing super bad is going on, that’s the gloss-over answer.

You and Andrew’s efforts are very appreciated. This is a swell place!

ToddTT @ 1/27/2024 12:41 PM
Trade Martin!
BigDaddyG @ 1/27/2024 12:47 PM
ToddTT wrote:Trade Martin!

For Wally!

Chandler @ 1/27/2024 12:58 PM
ToddTT wrote:Trade Martin!

Post of the year — maybe of all time!

ToddTT @ 1/27/2024 1:09 PM

martin @ 1/27/2024 1:15 PM
BigDaddyG wrote:
ToddTT wrote:Trade Martin!

For Wally!

Oh you mfuckers are gone

ToddTT @ 1/27/2024 1:39 PM
martin wrote:
BigDaddyG wrote:
ToddTT wrote:Trade Martin!

For Wally!

Oh you mfuckers are gone

Just kidding Martin!!!

Why would we sell low?!?


By the way, font sizing is broke too.

martin @ 1/27/2024 1:42 PM
ToddTT wrote:
martin wrote:
BigDaddyG wrote:
ToddTT wrote:Trade Martin!

For Wally!

Oh you mfuckers are gone

Just kidding Martin!!!

Why would we sell low?!?


By the way, font sizing is broke too.

This whole website is just one big broke back mountain LOL

BigDaddyG @ 1/27/2024 2:41 PM
martin wrote:
ToddTT wrote:
martin wrote:
BigDaddyG wrote:
ToddTT wrote:Trade Martin!

For Wally!

Oh you mfuckers are gone

Just kidding Martin!!!

Why would we sell low?!?


By the way, font sizing is broke too.

This whole website is just one big broke back mountain LOL

blkexec @ 1/27/2024 4:06 PM
🤣 😂 😜
Panos @ 1/27/2024 5:25 PM
Hey Martin,
Another reminder that in the Mobile version, if you respond to a post with punctuation in it (quotations, ampersands, etc), it replaces them with a sort of hexcode and then the posting of the reply fails, and you have find them all and change them back or remove the codes in order to successfully post it.
martin @ 1/27/2024 5:35 PM
Panos wrote:Hey Martin,
Another reminder that in the Mobile version, if you respond to a post with punctuation in it (quotations, ampersands, etc), it replaces them with a sort of hexcode and then the posting of the reply fails, and you have find them all and change them back or remove the codes in order to successfully post it.

Dammit. Thanks.

SupremeCommander @ 1/28/2024 7:28 AM
martin wrote:Adakie is a different website on our web server, we own it.

Our website certificate is, let’s say, messed up right now and we need to transfer it over to ultimatelnicks.com and have been delinquent in doing so (I think you possibly even reminded me several times over in the last years). It’s on my plate 100%.

Andy and I have both been super overwhelmed with personal over last 7+ years - it’s the reason why ScoreBot hasn’t been around and upgrades to mobile side of things stopped and general lack of new functionality of website has not been added (I’m literally halfway thru some really fun stuff but not able to finish).

We are definitely prioritizing the SSL thing though. Genuine thanks for reminder.

Outside of being annoying, nothing super bad is going on, that’s the gloss-over answer.

No worries… sorry, not trying to beat you guys up or anything. My browser hit me with a new error message. I got worried you guys got pwned and this was the first step in this becoming a Heat website or… worse… and then I started thinking I might have to stop posting here sand would need to go back to posting on Real GM and that thought terrified me, specifically

Hope you don’t mind, I tasked Bip with this:

To separate the SSL/TLS certificate for `ultimateknicks.com` from `adakie.com` and then set up a new certificate for `ultimateknicks.com` using Let's Encrypt, you'll need to follow these steps:

### Step 1: Remove the Existing Certificate
1. **Access the Server**: Log in to the server where `ultimateknicks.com` is hosted.
2. **Identify the Certificate**: Locate the SSL/TLS certificate currently in use. It might be shared with `adakie.com`.
3. **Unlink or Remove the Certificate**: Unlink `ultimateknicks.com` from the shared certificate. This process depends on your server configuration and the control panel you use (like cPanel, Plesk, etc.). You might have to edit your virtual host file or use your hosting control panel to remove the certificate from `ultimateknicks.com`.

### Step 2: Obtain a New Certificate from Let's Encrypt for ultimateknicks.com
1. **Choose a Let's Encrypt Client**: If you don’t have one, [Certbot](https://certbot.eff.org/) is a popular choice. Download and install it.
2. **Stop Your Web Server (if required)**: Some configurations require stopping the web server to install the certificate. This is common if using the standalone plugin with Certbot.
3. **Run Certbot**: Use Certbot to obtain a certificate. The command generally looks like this:
```bash
sudo certbot --apache -d ultimateknicks.com
```
Replace `--apache` with your web server type if different (e.g., `--nginx`).
4. **Follow Prompts**: Certbot will guide you through the process, including verifying domain ownership (usually via HTTP or DNS challenge).
5. **Automatic Configuration**: Certbot will attempt to configure your web server automatically to use the new certificate.
6. **Test the Configuration**: After Certbot finishes, test `https://ultimateknicks.com` to ensure it’s working correctly.

### Step 3: Auto-Renewal Setup
1. **Check Auto-Renewal**: Let's Encrypt certificates are valid for 90 days. Certbot usually sets up auto-renewal during installation.
2. **Test Auto-Renewal**: Run `sudo certbot renew --dry-run` to test auto-renewal.

### Step 4: Update DNS Records (if necessary)
1. **DNS Settings**: Ensure the DNS records for `ultimateknicks.com` are correctly pointing to your server.

### Step 5: Monitor and Maintain
- Regularly check your site to ensure it’s secure and the certificate is renewing correctly.
- Keep the software on your server (including the Let's Encrypt client) updated.

### Additional Notes:
- During this process, there may be a brief period where `ultimateknicks.com` is not accessible over HTTPS. Plan to do this during off-peak hours.
- Backup any existing configurations before making changes.
- If you're not comfortable with server and SSL/TLS configurations, consider getting help from a web administrator or a professional service.

martin @ 1/28/2024 9:15 AM
THANKS
Page 1 of 1