python ssl module is not available
The solution was to install a newer version of openssl and rebuild python while pointing to the new installation.
The solution was to install a newer version of openssl and rebuild python while pointing to the new installation.
Executing the configure option when building python from source
python3: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
This tutorial describes how to setup SSL on Apache webserver. The tools needed to set ssl up a linux server are openssl, a user with sudo privileges and apache webserver.
To setup node package manager behind a corporate firewall. Add the following to you .npmrc file. The file is located at the user's home directory
To solve this error, you would need to download the SSL certificate from the site you are trying to access and import it into you JVM truststore
Simple steps to configure cassandra on a single windows machine with multiple nodes.
I recently had an oracle user(schema) that was created with a profile of 'DEFAULT' which meant the user's password would expire. The user should have been created with a profile that does not expire its password. Well, the password expired and I have to change the password without actually…
Converting a long to a boolean array in Java Converting a boolean array to a long in java
Sometimes customization of the 500 and 400 error pages might be desired. To do this, configuring the web.xml file to send these errors to the customized page(s) would help achieve the task.