Hi @scottrlooney ,
I will admit I have not had any experience with the Bitnami installs, however there are a few avenues I would look at.
Before I go into those though, I will put on my 'governance panda' hat, because I think it is incredibly important. From a best practice and IT Security governance perspective, even in a beta/trial mode, even with only one or two users, I would strongly *strongly* recommend against operating over the http protocol under any circumstances. While the use of a test system might seem like it does not be secure and you are excited to get up and running, there are several areas that you should consider. The foremost in my mind is that people may use the same password on this system, as other systems. The moment they log in to this (even though it is a test server), this puts their credentials at significant risk. Additionally, any information sent to the system (even though it is a test environment) would be sent insecurely. When you extrapolate this further, that then puts your server and instance at risk also, should it be compromised there may be additional concerns you would have to consider. While this list is certainly by no means comprehensive, for this and a plethora of other issues, I would implore you to reconsider running over HTTP under any circumstances.
So, with that in mind, while I have not used Bitnami before, I will do my best to give you a few avenues to try to resolve the issue and get https working:
- Where are you running this, is it local, in the cloud etc? If cloud, which service are you running on?
- Have you got a firewall running? If so have you checked that port 443 is open on the firewall.
- What error do they get on screen when they try to visit the https link? Are there any errors in the logs that possibly identify what the cause might be?
Look forward to hearing your thoughts.
Stuart
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.