SSL Certificate Configuration > Troubleshooting
  
Version 10.0.01
Troubleshooting
Test if SSL is set up for the Portal:
a Enter https://aptareportal.domain.com/ in a browser. The Portal login page should display.
Test if SSL is set up for Data Collection:
a Enter https://hbsmagent.domain.com/ in a browser. The default Tomcat page should display.
b Enter https://hbsmagent.domain.com/servlet/util/. The error message, GET not SUPPORTED. Illegal Operation!!!, should display.
Work around for missing library errors
While configuring SSL on a Portal, when starting Apache and /or checking syntax, you may encounter missing library errors for libssl.so.X and libcrypto.so.X.
Create symbolic links in /usr/lib64 to the actual files, as shown in the following example.
root@aptare01 lib64# ln -s libssl.so.1.0.1e libssl.so.6