How to Set Up a Redirect with SSL for Internal Use?

0
0
Asked By CuriousCoder42 On

I'm trying to figure out a way to use a service like ZeroSSL to create a valid SSL certificate for a domain that I don't have authority over. The goal is to have a local server (for example, Nginx) redirect traffic from "www.google.com" to our internal search engine via a 301 redirect. This is necessary for devices that frequently switch between internal and external networks, requiring a trusted SSL certificate for a smooth transition. While I could set up my own Certificate Authority (CA) to create self-signed certificates for a few hosts, that seems a bit excessive for just three domains. I'm hoping someone might have a more practical solution!

1 Answer

Answered By TechieTommy On

Honestly, I suggest you just train your users instead of messing with certificates. If you're really concerned, block www.google.com at your firewall. It's simpler and avoids complications.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.