I get the following error while connecting to localhost:8080/openmrs/admin although the localhost:8080/openmrs works successfully.
The error is as follows:
Establishing SSL connection without server’s identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn’t set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to ‘false’. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification
I tried doing useSSL=false in my server’s properties but that doesn’t seem to work. Any help regarding this would be appreciated. Thanks in advance!
So sorry about that @varung31, However, since you want to load your module please just go to localhost:8080/openmrs, select a location and log in.
After logging in click the icon for System admin , click Advanced Administration, click Manage modules under the modules section then you will be directed to the modules where you will find upload module in the top left side of the page. Let us know in case of any more help you need.
When you are on the login page, normally there are locations for example Registration desk, Outpatient clinic etc. So you have to select one of them for you to be able to log in.
So, I cloned the basicExample directory and then ran mvn openmrs-sdk:setup to setup a new server.
I changed the server properties to include useSSL=false.
After that, from within the basicExample directory, I ran mvn clean install openmrs-sdk:run.
Now, I go to localhost:8080/openmrs and complete the installation setup there.
I now see openmrs successfully running
Your output shows that you have the platform running but no user interface module and suggests that you read about the user interface modules. Could you take time to read about the user interface modules to get a broad view of what is happening?
Platform comes without UI modules whereas distribution comes with UI modules. In your process of building the server you can just choose any of the two depending on what you need to do.
As you can see, there are a few errors on top. Is there a way to correct them ?
Also, when I click on basic example I get 404 error. Is that how it has to be ?