SSL Certificate Configuration > Test and Troubleshoot SSL Configurations
  
Version 10.2.00
Test and Troubleshoot SSL Configurations
Test if SSL is set up for the Portal
1. Enter https://aptareportal.domain.com/ in a browser.
The Portal login page should display.
Test if SSL is set up for Data Collection
1. Enter https://aptareagent.domain.com/ in a browser. The default Tomcat page should display.
2. Enter https://aptareagent.domain.com/servlet/util/ in a browser.
The error message, GET not SUPPORTED. Illegal Operation!!!, should display.
Workaround 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.
1. 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