Tagged Questions
0
votes
0answers
7 views
SSL offloading redirect to https
How do you tell the load balancer to redirect from a http request to a https request?
I have a .net app which will redirect visitors to SSL if they visit certain pages.
0
votes
0answers
23 views
WCF Client Certificate Authentication, The SSL settings for the service 'SslRequireCert' does not match those of the IIS 'Ssl, SslNegotiateCert'
I have a website that is going to be called from some clients which will be authenticating with client certificates and others which will not be, because of this i have to have iis settings for client ...
0
votes
0answers
31 views
Terminating SSL at load balancer: override base path/protocol when using “~/” in ASP.NET?
I'm supporting a .net webforms app that makes heavy use of "~/" to map paths both in the markup
<asp:Image runat="server" ImageUrl="~/images/sample.png" />
and code:
...
0
votes
0answers
19 views
How can IIS access another web service, web service user certificate to authenticate
I'm a new bie in certificate.
I have a web service use certificate to authenticate. And I have this certificate file.
When I build a application I can call function form web service with my ...
0
votes
0answers
24 views
Certificate not trusted error while accessing WCF with SSL security in IIS
I am facing the following issue.
1 - I have deployed WCF service with SSL enabled on remote IIS machine and trying to use it from my web client.The problem is my browser is not allowing this service ...
2
votes
0answers
7 views
Why are client SSL certificates filtered out by default in IIS?
Turns out that if the client sends a request signed with his certificate that certificate is ignored by IIS and not passed to managed code. This is because there's ...
0
votes
1answer
81 views
Why is my Application_BeginRequest() not invoked when the client request has a self-signed certificate?
I have an ASP.NET application that is hosted on a separate server. I wired up Application_BeginRequest() in Global.asax.cs
protected void Application_BeginRequest(Object sender, EventArgs e)
{
...
0
votes
1answer
30 views
Using CFContent on IE with SSL
CFContent does not work with IE on a SSL site. I have been looking for a fix but have not found one. As an alternative I was to have the CFContent download the excel sheet to a directory and then use ...
0
votes
0answers
14 views
Choose between Virtual Directory or Website
I have different web sites, say Site1, Site2, Site3
On IIS web server, for deployment, I have two choices,
1) Create Sites for each of them on different port.
> http://servername:5000 == ...
0
votes
1answer
13 views
Redirecting Subdir to HTTPS
I have a site, mydomain.com/secure which I only want to be accessible via HTTPs. This is mapped as a virtual directory like this:
-wwwroot
--secure (Virtual directory, bound on port 443 only) - ...
1
vote
0answers
69 views
Delphi 2010 DataSnap Client with HTTPS
I have a DataSnap server written in Delphi XE3, deployed as an ISAPI module with SSL.
I'm writing a client application for this server, but it has to be written in Delphi 2010 for now. I'm having ...
0
votes
0answers
35 views
cURL SSL version 2 vs version 3
I have written a PHP script to transfer large files (100MB+) to another server using cURL. The process wasn't working until I set the CURLOPT_SSLVERSION to 3. Without setting that option, the process ...
0
votes
0answers
53 views
2-Way SSL (Mutual Authentication) in ASMX and ASP.Net
I'm researching on how integrate 2-way SSL in two IIS servers
ASP.Net web site is hosted in one server.
ASMX web services is hosted in another server.
They both run under Dot Net 3.5 in Windows ...
0
votes
0answers
30 views
Cannot access our website via different pc. When entering full URL in the server, it requires user and password [closed]
We recently installed a certificate on a win2k3.
We managed to access our website using different pc, over the internet.
Today we try to access the website from any other PC and we see that the ...
0
votes
2answers
35 views
Mix SSL with client certificate and without client certificate in one application pool
Is it possible in WCF to have an endpoint with SSL and a client certificate and an endpoint with another contract with SSL and without a client certificate within the same application pool in IIS?
If ...
1
vote
1answer
246 views
Powershell script to find currently bound expiring certificates in IIS
I am trying to get a working script to check for expiring SSL certificates in IIS. There are many similar entries with simply getting the list of expiring installed certificates but I need some extra ...
1
vote
2answers
101 views
PHP/cURL file transfer limit over SSL?
I have written a couple of PHP scripts using cURL to transfer files from ServerA to ServerB via an SSL connection. Both are Windows servers running IIS. The code works fine with smaller files (under ...
0
votes
0answers
51 views
Publish project on remote IIS, using SSL web-service
I have a asp.net web-application, which I have published on the remote IIS. The application uses web-service with SSL-certification. It works good on local IIS and an error on remote IIS, when I try ...
1
vote
0answers
29 views
Python + SSL + Require SSL IIS option
I'm trying to solve following problem:
I have IIS on my production server with valid wildcard ssl certificate.
The site binded to both of somedomain.com:80 and somedomain.com:443.
Also, I have ...
0
votes
0answers
56 views
TLS mutual authentication in IIS without renegotiation
I'm hosting a web app that uses TLS with mutual (2-way) authentication for all connections. My web app is hosted with IIS 8 on Windows Server 2012, and it is configured within IIS to require SSL and ...
-1
votes
1answer
26 views
How to install a certificate for a website in IIS 7+ and make https optional? [closed]
How do you install a certificate for a website in IIS 7+ and make the use of https optional?
Ideally, we would like http to be the default and then for specific pages use an https URL.
1
vote
0answers
106 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 ...
-1
votes
1answer
52 views
IIS certificates. Relation certificate with web site [closed]
I need to setup https connection for my web site.
For a development I will use test certificate what can be generated by special test certificates generation tool of certification center.
To create ...
0
votes
1answer
205 views
IIS7.5: Is there a way to use Require SSL and URL Rewrite Module together for https? [closed]
In IIS7.5, I have a URL Rewrite rule that redirects http requests to https. If I check "Require SSL", I get a 403 Unauthorized instead of a redirect, which makes sense.
Is there a way to use them ...
4
votes
0answers
186 views
Getting 413 errors on IIS with concurrent sessions using the same HTTPS client certificate
I have the following problem.
I am hosting a WCF application on IIS 8 which accepts only HTTPS requests with client certificates. This service accepts POST messages which may vary in size (from a few ...
0
votes
0answers
182 views
SSL Mutual Authentication under IIS (non-WCF) using intermediate certificates
I have the following SSL cert chains:
Root A -> Intermediate A -> Server A
Root B -> Intermediate B -> Client B1 & Client B2
I would like to have SSL Mutual Authentication as ...
2
votes
1answer
146 views
What are the steps needed to allow SSL connections with Google PageSpeed Service?
I'm currently researching how to implement SSL connections through Google's PageSpeed Service. I have been accepted into the program; but I'm having issues conceptualizing how SSL connections will ...
0
votes
2answers
39 views
Applying SSL on the localhost
I am applying SSL in my sample web application using self signed certificate. The purpose is to test the session availability when I go from http to https or the other way round.
My localhost address ...
0
votes
0answers
42 views
Set up multiple SSL sites on multiple IPs
I have 2 domains , domain1.com and domain2.com , i have bought an SSL certificate for each one , and i setup each of them on a different IP .
domain1.com works fine , but when viewing ...
0
votes
0answers
89 views
Host asp.net site as HTTPS in IIS 7
I have developed and deployed ASP.Net site in IIS 7. It is working fine. Now my client is asking me to run the application using https only. So I decided to run the host under SSL.
But i am new ...
0
votes
1answer
23 views
multiple ssl with iis
We have IIS6.0. We have a website running it's own certificate. Up until now that has been the only SSL site we're hosting. We are adding another, with it's own certificate. It's not working. What is ...
0
votes
0answers
40 views
implement SSL to particualr folder
I have made a module which require https.I talked to my IT guy he don't know how to implement SSL on a particular folder to obtain https. I just require https on a particular foder.
For eg.
...
0
votes
0answers
30 views
Self-signed Certificate keeps needing to be replaced
At work we've got a dev environment where we create self-signed certificates in order to work with HTTPS versions of a site. We do this using SelfSSL, which is mentioned in this handy page: ...
0
votes
1answer
150 views
IIS 6 to IIS 7.5 exporting SSL certificate
Our current site is on IIS 6.0 with an EV SSL certificate from GoDaddy (I know - bad choice).
I'm currently in the process of migrating to a new server with IIS 7.5. I need to keep the same host ...
1
vote
1answer
758 views
IIS 7 Error “A specified logon session does not exist. It may already have been terminated.” when using https
I am trying to create Client Certificates Authentication for my asp.net Website.
In order to create client certificates, I need to create a Certificate Authority first:
makecert.exe -r -n “CN=My ...
0
votes
1answer
55 views
SSL authentification
I need to make something like ssl certificate authentification at web site. As far as I understand my task I need to get user's ssl certificate and send it to server what will decide can user be ...
0
votes
2answers
95 views
Automating Self Sign Certificate IIS7 (possibly with appcmd)
I currently have a rake script which compiles, packages and deploys an ASP MVC web project. Currently I am tearing down and setting up IIS every time the build script is run, however I am now looking ...
0
votes
0answers
120 views
Unable to get https in IIS Express to show on Firefox “Renegotiation is not allowed on this SSL socket.”
I'm using IIS Express and ASP.Net 4. When I view my site in https in IE, it shows perfectly. However, in Firefox I get the error:
Secure Connection Failed
An error occurred during a connection to ...
1
vote
1answer
43 views
How to debug SSL/TLS in server side
I have an application which connects to the server using ssl/tls protocol, what I want to know is in which cipher does it choses to do the handshake, my application server is on IIS win2008r2 , thou I ...
0
votes
1answer
74 views
Client Certificate not negotiated after server restart
I'm using IIS Express 8 while my project is in development. I have a company certificate in the Personal folder of the computer account and several client certificates in the Personal folder of the ...
0
votes
1answer
110 views
Windows application connects to local WCF service through HTTPS fine, windows service fails with same code
I have WCF service hosted on local IIS with self signed certificate, which is used for testing and Windows service and Windows application that connects to that WCF service and send some data.
Both ...
-1
votes
1answer
102 views
What is the alternate to 443 port? [closed]
I have a developed a web application using c#.net and deployed this on IIS .Our requirement is to make it available only on https. So I have to test it on https.
But in my windows 8 machine with IIS ...
0
votes
2answers
360 views
Use Port 443 for both self hosted wcf service and IIS at the same time
I've got a self hosted WCF service, and an ASP .Net web site that need to run on the same machine. I've discovered that when the self hosted service is running, all calls to port 443 intended for IIS ...
-1
votes
1answer
205 views
Set SSL on IIS8 [closed]
Greeting,
I have installation of AspDotNetStoreFront on Amazon (Server 2012 and IIS8).
That cart need to be connected to StoneEdge software. We purchased a script (for our cart) from StoneEdge. So ...
0
votes
0answers
97 views
Self hosted HTTPS WCF service breaks IIS site using SSL
I've got a self-hosted service (Windows Service) running on my server. When it starts however, it seems to block an existing SSL site set up in IIS. Meaning, when the service is not running, my SSL ...
1
vote
1answer
290 views
one ssl certificate for multiple sites?
We are building a web application which will be need SSL to ensure data being moved around is secure. The application's structure is:
Web Application - WCF Service - Database
so all communicate ...
0
votes
1answer
50 views
do i need ssl on my web application?
I have an application which is structured as:
Web Application - WCF Service - Database
All communicate to and from the database goes through the WCF Service, the Web Application is not able to ...
0
votes
1answer
301 views
Webservice with Clientcertificate gives error Could not create SSL/TLS secure channel when running in IIS
I have the following code to access a webservice using a Client certificate. All seems to work fine when I run this code in a console application. If I try to run it from a web application running in ...
0
votes
0answers
491 views
How to succesfully create a CA and self-signed wildcard certificate using makecert [closed]
I am trying to create a self signed CA, get this trusted in active directory and then use this to sign various certificates used for internal testing and development purposes.
My process is:
Use ...
1
vote
0answers
112 views
How to configure Transport Security with Client Certificate with WCF?
We'd like to configure Transport Security (SSL) with Client Certificate for our WCF Service (basicHttpBinding) which is used only by Company X as a client of our service.
From our side, we have 2 ...



