Problem while downloading .apk file from https web server in Android - android

I have a webserver on which I am putting my .apk file.I have given
correct mime type also for apache web server.
When I am trying to download from HTTP then it is working fine but
the same thing is not getting downloaded from HTTPS site.
I have a verisign test certificate which is valid for one month for HTTPS.
Any help will be highly appreciated.
Regards
Dileep

Related

Linphone Android File Sharing Server

I am using Linphone Android for making secure Voip calls with my own Self signed certificates. For security reasons, I want to built my own File sharing Server instead of using Linphone standard Server having a php file url as: https://www.linphone.org:444/lft.php.
My question is how can I make my own Script/server to transfer files and images? I have searched many times on google could not find any solution or lft.php script.
Any help in this regard will be highly appreciated.

Unable to download .apk in android 5.0 from website

Need help.
We have two servers that deploy the website. The website has a link that can download an .apk file to a mobile.
The problem is, when site is access in mobile using android 4.x, it downloads successfully on both server. However, when using android 5 (lollipop), it download successfully in one server but unsuccessful in another.
the mime type for both server is the same (application/vnd.android.packa..). Certificate for both server is ok also (although they have different issuer, which I don't think is an issue)
I also check the properties of the website, and its the same.
Is there are any setting in web server that I need to check or any security setting that makes one server download successfully the apk file while the other does not?
Appreciate any thought on this.

Struts2 Android Upload Image

We have an Struts2 Webserver which has the jsp way of accepting the file,
but the problem is using Android client the file upload happens by opening HttpConnection(Rest Api's)
can someone help me identify, How can i upload an File using Android client to Struts2 Webserver
Struts2 treats file uploads the same as any Java web app, using multipart/form-data.
Have a look at Ion, it has a good API for POSTing multipart/form-data.

Android webapp won't open PDF on a https domain

The pdf isn't on the server yet, but is created on the run. The URL would look like https://mydomain.com/?pdf=example&params=abc. If I open it in the desktop Browser, the PDF is shown. But on the mobile phone, it won't alawys start downloading, and if it does, the file is not readable. In the LogCat I get the following error:
hostname mydomain.com was not verified.
I've seen that other people have stumpled over the same error message, but unfortunately they're all writing in Java, and as im developing a web app I don't have the possibility to write Java code to fix the problem. Thanks in advance for any help.
I could locate the problem. The certificate is only valid for https://www.mydomain.com, while I was trying to get the pdf without the www in the link. When I changed this, it worked. May be helpful for someone else with the same problem.

Apk file download issue in android default browser

I am trying to download an .apk file from android default browser using https connection and through servlet on sumbit button click to secure it but its not getting download
Exception :org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe
the same thing is working fine in firefox browser in mobile and in PC too and when i remove the https or ssl certificate it will start to work with default also but i need it with https connection only so please help me regarding this.I did a research work on that and find the error in android default browser log:
V/SecDownloader(5049): CDHelpers : chooseExtensionFromMimeType: couldn't find
extensionm using CDContentType map for application/vnd.android.package-archive
i have also tried with different extensions but not even a text file is downloading .
please help.

Categories

Resources