• support[@]kurinchilion.com
  • +1 (888) 666-4252

Tags

Python PIP install: Insecure platform warning

Dec 21, 2016 - by kurinchilamp / / Post Comment
Normally, installing a python module and its dependencies is done via Pip. If HTTPS is blocked in private networks, then things might get tricky and you get the following message. InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. To bypass this, you can issue the below command to trust pypi.python.org $ pip install --trusted-host pypi.python.org Flask To make sure that the needed module is installed, check it by $ pip freeze
Continue Reading

SSL: Points to consider before choosing the right certificate

Nov 16, 2009 - by kurinchilamp / / Post Comment
Points to consider before choosing the SSL certificate i) Strength of the encryption offered by the certificates ii) Browser comptability or recognition of the certificates. A well known brand is recognized by most of the browsers in the market iii) If the certificate offers backward comptability across browsers offering iv) Whether the Certification Authority (CA) is a Trusted Root or if they use a Chained Root Certificates. v) Which web server will be used for SSL installation. Chained root certificates may be little complicated on some web servers. vi) Nature of the application that will be served over the SSL - depending on the volume of the transactions and the value of each transaction vii) Warranty offered by the certificate (if that matters which most certainly is when it comes to ECommerce products)
Continue Reading

World Wide Web Get – wget

Apr 30, 2009 - by kurinchilamp / / Post Comment
Grab entire website content with "wget" The web get feature "wget" enables a user to grab the entire content of the website. There may be situations where your may have difficulty in getting the source code from your software vendor, or may not have access details to certain location in which case "Wget" comes in handy. This feature is available for win32 platform as well. Work around for this is for the user to install cygwin to run the "wget" command (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.