Tagged Questions
4
votes
3answers
474 views
Bug setting up stunnel server: `SSL3_GET_CLIENT_HELLO:wrong version number`
I'm setting up an stunnel server on Windows XP, and I get this bug when a client tries to access:
2013.02.14 00:02:16 LOG7[8848:7664]: Service [https] accepted (FD=320) from 107.20.36.147:56160
...
2
votes
0answers
78 views
Can't connect to server on Windows XP [closed]
I have a python server (BaseHTTPServer.HTTPServer) running on an XP machine (SP3) as a Windows Service. I am trying to connect via https, but get a timeout.
the command netstat -an | find "5400" ...
1
vote
3answers
270 views
What's the simplest way to serve RhodeCode over HTTPS on windows?
I have RhodeCode working with http using the paster serve tool that it comes with...
I'm struggling to find a "simple" solution to get this running on HTTPS. A lot of discussion is about using ...
1
vote
1answer
117 views
HTTPS vs HTTP Apache web app performance comparison(for a beginner) [closed]
I am running an apache server and a JSP web application which I am accessing over LAN.
I want to test the performance of the web app(it's a third party...not written by me) to decide whether to run it ...
2
votes
2answers
140 views
IIS 7 - allow http for part of site, https for rest?
In IIS 7, is there a way to set two urls on the same site to allow http and https, and the rest to be https only?
- http://mysite/url1 or https://mysite/url1 is accepted and stays on that protocol.
...
0
votes
1answer
358 views
Apache stops responding to http requests — https continues to work
Okay. Very strange problem that I'm having here. I just recently updated to Apache 2.4.2 from 2.2.17, mostly to try to get name-based SSL VirtualHosts working (although they should have been working ...
1
vote
0answers
28 views
What could cause a group of machines to fail loading secure web pages only when assigned certain IP addresses?
I have about 20 cloned machines running Windows XP Pro SP3.
Three of the computers are experiencing an issue where clicking the 'Proceed to checkout' button from the amazon.com shopping cart causes ...
2
votes
1answer
1k views
How do I get WebDAV working?
I'm running 2008r2 and have IIS 7 installed along with the necessary WebDAV Publishing roles/features.
I can connect internally within my LAN via mapping a network drive, providing credentials, then ...
1
vote
1answer
122 views
130s timeout when accessing service exposed on HTTPS through HTTP
I have windows client application and windows service hosting a web service over HTTPS (on behind it uses standard http.sys). Everything is ok except the situation where user makes a mistake and uses ...
1
vote
2answers
2k views
Using squid to capture https - how to do non transparent proxy?
The root of the problem: I need to block access to https://somewebsite.com/folder/index.php; but allow access to the rest of the site. I thought the best way to accomplish it would be through a proxy ...
1
vote
1answer
980 views
Wget from HTTPS url using user/password -still getting 400 error
I'm trying to run Wget for a certain HTTP url, also using http-user and http-password command line options (tried the --user and --password, same results).
Using the --no-check-certificate options as ...
2
votes
4answers
976 views
ping https when ICMP is blocked
I working with web servers that ICMP is disabled on them. On the other hand they answer to some https requests. I'm basically looking for http like ping capabilities in order to check if another ...
2
votes
1answer
1k views
How to configure IIS Express to ask for client certificate
Does anybody know how to configure IIS Express to require client certificate for access?
I'm trying to debug a problematic ASP.NET application which uses client certificates for authentication.
1
vote
1answer
99 views
HTTPS -> SSL installation question
I have a Windows Server 2008 machine that is hosting two of my websites. I want do not want my users passwords to be sent in clear text. From my understanding, to address this, I need to use HTTPS. ...
0
votes
1answer
450 views
Why I am getting “Problem loading the page” after enabling HTTPS for Apache on Windows 7?
I enabled HTTPS on the Apache server (2.2.15) Windows 7 Enterprise by uncommenting:
Include /private/etc/apache2/extra/httpd-ssl.conf
in C:\Program Files (x86)\Apache Software ...
0
votes
1answer
124 views
Setting up HTTPS across multiple servers
I'm looking to offer our online services over https and I'm having a couple of problems understanding how to accomplish this. To access our services you must pass through our ISA firewall to a Win2000 ...
2
votes
1answer
2k views
In tomcat force http connection to https
I am trying to force a connection to http://localhost:8443 to https://localhost:8443.
The site works correctly if they go to https://localhost:8443. In case the user forgets the s in https I would ...
0
votes
2answers
147 views
using https in php on apache and windows platform
Hi
how to use apache in https mode
in other words what should i do to make a certain page uses https instead of http