I actually do the opposite of this for my sites, by redirecting all of the traffic for the non-SSL site to the https version.
Dave Baldwin
You can not do that. HTTPS requires the secure connection be made before you can do anything else. And if you don't have a certificate to support HTTPS, then the connection will never be made and it will fail.
the server is running in a closed environment so there is no need for an ssl.
if I want to redirect from https to http is there a simple solution?? perhaps a selfsigned ssl??
any thoughts?
Dave Baldwin
What is the likelyhood of clients trying to connect with HTTPS? If it is low or none, I wouldn't bother to get or create a certificate just for a redirect.
Steve Tinsley
ASKER
unfortunately everyone will.
I have 100 iPads all with bookmarked URL that point to https. but this time the server is local so it currently doesn't have an ssl.
Yes, it will continue to work if you lose internet access intermittently. Yes, you would need to renew the cert every three months, as well.
Steve Tinsley
ASKER
Basically I have a server in the cloud and a local server.
The cloud server I have setup an ssl with lets encrypt, and this works fine.
The local server I want access-able with the same domain/url as the cloud server, but only when on my local lan otherwise the cloud server will pick it up (I can do this with my internal dns).
Currently If I try and setup a lets encrypt for the local server is doesn't let me because the domain resolves with the cloud server.
I could do a self sign for my local server, but then the user will get an 'Insecure Message'
Am I able to get the same lets encrypt ssl on the internal server as well?? How do I go about doing this??
I could temporally direct the domain to my local server (when it is connected to the web). And then once setup point back?
I suppose I could copy the ssl from the cloud server to the internal? Is this very complex, or is it just one file? Would this work??
Open in new window
I actually do the opposite of this for my sites, by redirecting all of the traffic for the non-SSL site to the https version.