What are the hardware and software specs needed for an e-commerce site with strong SSL encryption?

Hey everyone! I’m planning to set up an e-commerce website and I want to make sure it’s secure with strong SSL encryption (over 40 bits). Thing is, I’m pretty new to SSL and could use some help figuring out the right system requirements.

Here’s what I’m thinking so far:

  • Linux OS
  • Apache web server (not sure which version)
  • MySQL 5.0+
  • Tomcat 5.5+
  • Java 1.5+

For hardware, I’m considering:

  • 576 MB RAM
  • 10 GB storage
  • 75 GB data transfer
  • Dual Core AMD Opteron 270

Can anyone tell me which versions of Apache and Tomcat I need for strong SSL? Also, are these specs good enough or should I bump anything up?

Thanks a bunch for any advice!

I’ve set up a few e-commerce sites, and your specs definitely need some updating. For Apache, go with 2.4.x as it supports modern TLS protocols. MySQL 8.0 or MariaDB 10.6 are better choices than 5.0, and Tomcat 9.x with Java 11+ offer improved security and performance.

Hardware-wise, 576 MB RAM is insufficient. Aim for at least 4-8 GB, and while 10 GB storage might work initially, you’ll likely need more as your site grows. The processor should also be upgraded for better performance.

Ensure you use TLS 1.2 or 1.3 for strong encryption, and consider using Let’s Encrypt for SSL certificates. Keep all software updated and maintain a reliable backup system for a robust platform.

yo, ur specs need some upgrading bro. apache 2.4.x is good for SSL. MySQL 8.0 is better than 5.0. Tomcat 9.x and Java 11+ are where its at.

for hardware, 4GB RAM minimum. more storage and a newer CPU would help too.

make sure u got TLS 1.2 or 1.3 for strong encryption. keep everything updated and u should be good to go!

Hey there! I’ve dabbled in e-commerce myself and gotta say, your specs could use a bit of a boost. Have you thought about upgrading to Apache 2.4.x? It’s pretty solid for SSL stuff. And MySQL 8.0 or even MariaDB 10.6 might serve you better than 5.0.

What about bumping up that RAM? 576 MB seems a tad low for an e-commerce site. Maybe aim for 4-8 GB? It’ll make things run smoother, trust me.

Oh, and curious - have you looked into TLS 1.2 or 1.3 for encryption? They’re pretty much the gold standard these days.

What kind of products are you planning to sell? That might affect how much storage you’ll need in the long run.

Keep us posted on how it goes! Setting up an e-commerce site can be a fun challenge. What made you want to start one?