Akbar on Development
Attaining the Impossibles
  • All Projects
  • Jack Sparrow Compass
  • Subtitles Translator
  • USB Disk Manager
  • Swift MVC Framework
  • TaskbarExt
  • Quick Chess
  • Basecamp Extension
  • Language Tools
  • Rapid Downloader

Posts Tagged ‘HTTPS’

When working on a Android REST based web-service client on Android platform, I was getting following error when calling the API over the HTTPS: javax.net.ssl.SSLException: Not trusted server certificate The reason for this problem is quite obvious and that’s, on the development server, I was using the self signed certificate and it was causing this […]

One of our client reported a problem that on some of their site secure pages FireFox displays the “connection partially encrprypted warning” (by showing a small “i” on secure lock icon). When I first started looking at that problem, I thought it would be something as simple as some page being hosted on the HTTP […]