Under AIX, I have created a script which is checking URL status. Problems come when I want to check HTTPS URL status...
To have my script working with HTTPS URLs, I must set the LIBPATH variable correctly :
Code:
# LIBPATH=/opt/freeware/lib # ./check_url.pl https://myexample.com SUCCESS 200 OK
...