Tagged Questions
0
votes
1answer
17 views
Java RMI and https?
I am new to enterprise design and client server technologies. Can you get Java RMI to work over the HTTPS port 443? I found some google links to stuff about "tunneling" and using HTTP port 80. Does ...
0
votes
0answers
15 views
HTTP Sequence of Events for Login Dialog
I have an .aspx page using Microsoft's AJAX library to fetch the possible matches while filling in a text box.
The AJAX is triggered once the 3rd character of Last Name is entered, showing last names ...
0
votes
0answers
13 views
How to transfer every url of my site to https excluding one subdomain?
So I have already transferred all of my site's subdomains and domain name
to (https) automatically using .Htaccess.
The code I've used to do that is as follows:
RewriteEngine On
RewriteCond %{HTTPS} ...
0
votes
2answers
14 views
Downside(s) of using HTTPs only on parts of the site
I am managing a shop that forces HTTPs on the register/login/account/checkout pages, but that's it, and I've been trying to convince people to force HTTPs on everything.
I know that it's recommended ...
0
votes
1answer
31 views
javax.net.ssl.HttpsURLConnection returning martian poetry
I am writing a simple https client that will pull down the html of a webpage over https. I can connect to the webpage fine however the html I pull down is gibberish.
public String ...
0
votes
1answer
20 views
Share Rails 3 Phusion Passenger Deployment Between HTTP and HTTPS
I have an apache virtual host for port 80 that hosts a rails 3 phusion passenger application. I would like some actions of the application to switch to https (port 443). What is the best way to share ...
0
votes
0answers
27 views
IIS7 HTTP to HTTPS Redirection
I having some difficulty redirecting users to HTTPS using IIS7. I've tried following the steps outlined on a variety of sites which include editing web.config, URL Rewrite Module, and custom error ...
1
vote
0answers
47 views
Read Response failed on c# application
I have c# application which is installed as windows service. Dtabase used is sqlite. Open source Tiny HTTP server is used for url communication with clients.
HTTP and HTTPS service is used inside the ...
0
votes
1answer
16 views
Node.js HTTPS POST Request at IP Address fails
I'm trying to make an HTTPS POST SOAP Request using the following script:
var http = require('http');
function Authenticate() {
// Build the post string from an object
var post_data = ...
-2
votes
1answer
23 views
form will submit in http but not https [closed]
I am submitting a form and it will only work http and not https. I have an ssl cert on the server.
<form name="input" action="https://" method="get" class="voteform">
<input ...
1
vote
1answer
43 views
Why https is faster than http in my apache server?
Server information:
$ httpd -v
Server version: Apache/2.2.24 (Unix)
Server built: May 8 2013 15:17:37
I create a self-signed SSL Certificate with openssl.
Test Code(Java with selenium ...
0
votes
1answer
79 views
C# server program hangs when multi clients connects
Greetings!
I have a c# console application which is installed as windows service in live machine. This application acts as server and uses http and https services. To commuunicate with client URLS's ...
-1
votes
0answers
19 views
Issue linking HTTP Website from HTTPS parent site - IE issue
My parent website (website A) is HTTPS and I have a basic (hard coded) link on my parent site that points to another site (website B) which is HTTP. The link to website B is hardcoded specifying that ...
0
votes
1answer
34 views
How to make Android can access HTTPS request?
Hello every professional,
I'm a new in Android development, recently, I just get into Android area, now I encountered a problem when I tried to access server application with HTTPS request (Like ...
0
votes
1answer
32 views
Apache LimitRequestBody - no effect on SSL/binary data
I have a service that accepts attachments as multipart form-data in POST requests. I want to limit the size of attachments the server accepts to prevent abuse.
But I can't get Apache LimitRequestBody ...
0
votes
2answers
72 views
Change HTTP post request to HTTPS post request:
I have this method:
public static String getReportMetadata (String reportId, String sessionId, String url) throws Exception{
Map<String, Object> jsonValues = new HashMap<String, ...
2
votes
2answers
45 views
Each thread using its own proxy
I'm trying to set up a Java program, where each thread can use its own proxy.
Right now I only found a way to set a proxy globally. ...
0
votes
1answer
57 views
Reload the http parent window from a secure https pop up window using JavaScript
I have a parent window under http and it opens a child popup window under https. I wanted to reload the parent from pop-up window using following Java Script.
<script language="JavaScript">
...
0
votes
0answers
20 views
Apache Shiro SSL setting resulting in 504 error
My company needs a program that uses Shiro to do authority control. Since the program needs https, I set this in shrio.xml:
/sys/** = ssl,authc
But when jump to this link system gives a 504 error.
...
-1
votes
1answer
19 views
How to use https protocol in my site? [closed]
I want mydomain.com to point to https://mydomain.com. In other words, I want my site's visitors to be using the https:// protocol.
How do I go about doing that? Is it server side, client side, server ...
0
votes
3answers
73 views
CookieManager for multiple threads
I am trying to make multiple connections via threads.
But every connection seems to override the other's cookies, resulting in the connections using the wrong cookies.
inside the threaded class's ...
0
votes
2answers
39 views
TYPO3 Force HTTPS in FE
I have two domains pointing to the same website, domain A and domain B. I want:
Domain A to be accessible via HTTP (works fine out of the box)
Domain B to redirect all requests to HTTPS. Basically ...
0
votes
0answers
28 views
using HttpClient to log in to hpps server
I'm trying to log in to a website pragmatically through an android app using the HttpClient class. The first page accessed only requires a user name, after submitting a user name the next page should ...
0
votes
1answer
48 views
How to handle https for iOS client
We know that https is different with http by encrypting the content over http tunnel, simply speaking.
For the web browser, since user accept the permission from the popup alter dialog, the browser ...
0
votes
4answers
77 views
Servlet service() method not getting called for CONNECT requests
I am trying to write a forward proxy in Jetty using Servlet 3.0.
I've a simple code-
public class testServlet extends HttpServlet {
@Override
protected void service (HttpServletRequest ...
1
vote
1answer
131 views
Node.js HTTPS proxy server not working
I would like to create a proxy for HTTPS connections with Node.js. I am using the http-proxy library, which works well. I can get a HTTP proxy to work perfectly, but when I try HTTPS, the request to ...
1
vote
1answer
38 views
Allow only one action use non secured connection at ASP.NET mvc 4, c#
At my web application I need to create an action what will be accessible using http non secured connection. All other have to be accessible for https only.
I found that I can use [RequireHttps] ...
1
vote
1answer
40 views
Redirect single page http to https
I'm trying to redirect a single page from http to https using .htaccess, but I keep getting a redirect loop error.
Code:
Redirect /secureform.html https://www.example.com/secureform.html
However, ...
1
vote
1answer
258 views
Transparent proxy - from port 80 to 443
I'm trying to develop a transparent proxy which forwards unsecured http traffic from the clients as secured https traffic to the server, and back again. To better illustrate my point, take a look at ...
0
votes
2answers
94 views
Magento Redirect https to http home page
Google has indexed the home page of my website with https. But I need to redirect https to http only this page. I'm using Magento and today I have a rule that removes the htaccess www of my domain. ...
-2
votes
1answer
46 views
HTTP and HTTPS iptables rule is getting ignored
I already know that the answer with be something simple that I have messed up with! But any idea what's going wrong with these rules?
sudo iptables -I INPUT -p tcp -m state --state ...
0
votes
1answer
27 views
Execute a simple API using perl script
I'm trying to execute a API using a perl script. I'm in initial stage and below is the simple script I got which is not working. I have used get command to execute the API. But I'm not sure it will ...
0
votes
0answers
47 views
How do I make apache SNI hosts without certificates redirect to http address?
I have an apache server with multiple named hosts all working fine for port 80 http traffic.
(A VPS with one unique IP address)
I have one domain that has a SSL certificate and that domain is ...
2
votes
1answer
25 views
How do I set it up so people come to my https website, not the http version?
I set up my website as http, but have improved the security to https - problem is, the search engines still link to the http version.
How do i get it so that if someone were to go to my http ...
0
votes
1answer
317 views
Nginx redirect Http to Https - what's wrong here?
I have an Nginx server which should redirect all requests from http://www.domain.com and http://domain.com and https://domain.com to https://www.domain.com
So with or without www and with or without ...
2
votes
2answers
55 views
mixing http and https
It's my understanding that if you have an https site you want all external files - js, css, images, etc - to be https as well, lest you get warnings about having some content that isn't secure or ...
1
vote
1answer
57 views
Secure redirect from HTTP to HTTPS
I once read an article somewhere, and I can't find it now (don't you hate that!!!!) that documented a way of securely requesting an elevation to HTTPS server side. I remember it saying that it fixed ...
2
votes
1answer
60 views
Web security - Preventing post requests from tools like fiddler
Using fiddler I can intercept an ajax post request and with request composer I can resend the same request, causing the server to respond it normally. It doesnt matter if protocol is http or https ...
1
vote
3answers
74 views
What exactly does “every SSL certificate requires a dedicated IP” mean?
I've read a bit about SSL certificates, and in particular I've read that an SSL certificate "requires a dedicated IP address". Now, I'm unsure of the meaning of this; does it mean that the certificate ...
0
votes
0answers
18 views
Can not figure out missing https
I can not find what is breaking my https.
I have gone through my config files, checked firebug in firefox and f12 for the console in chrome but there are no errors or warnings.
When I browse to the ...
0
votes
0answers
57 views
IIS HTTP to HTTPS relative redirect
I recently got a SSL certificate for my website and want to redirect all traffic to HTTPS. I got everything to go to https://mydomain.com but if someone enters http://mydomain.com/anotherpage it drops ...
0
votes
2answers
114 views
Twitter API is returning HTTP 429 - Too Many Requests
I make the twiiter application and I make a loop for getting data from twitter API
It showed error
[raw] => HTTP/1.1 429 Too Many Requests
[content-type: application/json; charset=utf-8
date: ...
1
vote
1answer
36 views
HTTP Server capable of proxying requests
For performance reasons, I had to rewrite a part of our web infrastructure.
For this purpose, I have written the critical part as a web application in C++. This web app listens on a given port, ...
2
votes
1answer
61 views
CakePHP Facebook plugin error in HTTPS not in HTTP
I have set up the facebook plugin like the instructions.
Downloaded package and installed in app/plugins/facebook
Created app/config/facebook.php with my app's id, key and secret numbers, based on ...
0
votes
0answers
36 views
Allowing content to be loaded from http onto https site
I'm developing a site and the development site is https ( it's on squarespace ). The production site is just regular http. On the site I'm using jsonp to pull in some data from an http domain, and the ...
0
votes
2answers
38 views
Converting http service to https in Biztalk Dynamic Solicit Request Response port
I come across a very strange position, I was working on a project in BizTalk, initially I had to consume WCF services deployed on http. Now after a lot of work done. They just updated their bindings ...
0
votes
0answers
56 views
My site automatic redirect all https:// to http:// Windows vps
I am run out of ideas, could someone please help? I bought a RapidSSL certificate yesterday and installed successfully in my window VPS, However, when I type in https://, it will automatically ...
0
votes
1answer
25 views
Retrieve only HTTP response instead of debug info
I've the request below which works fine but it returns sent request and server full response. How can I just get response body ?
req = urllib2.Request('some url here', data = '')
opener = ...
0
votes
1answer
29 views
https and third party contents
When I insert some content from 3rd party websites on my website footer (for example a YouTube movie or a Flickr image preview or a Google map) I have a problem on https pages: all the browsers raise ...
0
votes
1answer
41 views
Handling connection problems HttpsURLConnection
I have a simple client - server app that downloads files thru a REST API. As I use basic http auth the files are sent via ssl.
//my download loop
HttpsURLConnection conn;
//some handling of response ...




