Question
How to redirect HTTP TO HTTPS on Mac OS X
We had Jenkins installed on mac os x, and it is unsecured. Using let’s encrypt, we secured the Jenkins. Here Apache is acting as reverse proxy and both the sites are available. But now we need to redirect the old http URL (http://example.com:8081). When we hit HTTP from outside, the browsers should be redirected to the HTTPS(https://example.com).
In which config file I need to change, I can post the images once if anyone responded regarding these issue, Please help me to figure out .
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×