Tagged Questions
0
votes
1answer
15 views
Install SSL certificate when request generated on another server
I have a new SSL certificate to install (IIS7) but when I do complete certificate request I get 'Cannot find the certificate request associated with this certificate file. A certificate request must ...
0
votes
1answer
10 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) - ...
2
votes
2answers
73 views
Losing session in Coldfusion
We have several sites that use sessions to store data. They work perfectly. However, I just created a new site, and its session is reset every time a page loads. So, I can't store the user login.
...
0
votes
0answers
52 views
IIS7 import crt file
I generated a certificat request with IIS7(Win2008R2 X64), send the request to my registar.
Then I get 2 files :a .crt file
a .pem file (only for the root authority).
I'm trying to use this crt ...
0
votes
2answers
56 views
Bypass Certificate Error
Is there a way to bypass/ignore/disable certificate errors ? I'm encountering this on IE8 and the server is using IIS 7. The situation is I created a asp.net website and Im accessing this website ...
0
votes
0answers
37 views
SSL not working with WWW prefix on IIS 7.0 [closed]
I've installed my SSL certificate through Plesk and I thought it's working, but my users told me they can't reach the site. So I found out there's something wrong with SSL.
Here's the situation:
...
3
votes
3answers
89 views
Multple SSL certificates in one azure deployment
I have a problem similar to (but not the same) as this:
Azure web role - Multiple ssl certs pointing to a single endpoint
My azure package contains multiple sites. Some of these sites are on domain ...
0
votes
1answer
85 views
WCF hosted on IIS 7 cannot verify security of the message
I've a WCF service hosted on IIS 7 which uses a self-signed certificated to provide HTTPS connection.
The server is located in US but the client that consumes it are in the middle east. In order the ...
0
votes
0answers
82 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 ...
1
vote
0answers
28 views
Using certificate security for only parts of your ASP.Net website
We have a company website that is both client facing and used internally. My problem is that I want only 1 or 2 pages to be accessed if a certificate exists. The certificate will be installed on our ...
0
votes
2answers
213 views
Creating IIS7 web application using PowerShell with Require SSL set to “Require”
I'm creating an IIS web site using PowerShell's New-WebSite cmdlet, and within that a web application using New-WebApplication.
The SSL settings for the web application need to be set to Require SSL; ...
0
votes
2answers
92 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
3answers
83 views
SSL performance implications [duplicate]
Possible Duplicate:
How much overhead does SSL impose?
I recently had a conversation with a developer who told me that having SSL implemented site-wide puts 300 times the load on the ...
0
votes
0answers
105 views
Different behavior of WCF service on IIS and ASP.NET development server (with port)
Yesterday my WCF service worked in the both cases:
1) IIS7
http://localhost/ProjectName/WebServices/WebWCF.svc
2) ASP.NET development server
http://localhost:58677/WebServices/WebWCF.svc
Today ...
0
votes
0answers
98 views
Cannot Switch between HTTPS and HTTP in ASP NET MVC3
I have an asp net mvc 3 application , deployed to IIS 7 server and I want to have some pages with RequireHttps and others without this restriction.
Ex.: My login page should be HTTPS but the next one ...
0
votes
1answer
99 views
msmdpump.dll ignoring Basic Authentication
I have a website setup with require SSL and HTTPS binding to connect to my analysis services over IIS7.
Connection works although regardless the credentials in parse in via Excel, it keeps ...
0
votes
0answers
79 views
IIS 7 signature issues with Facebook PHP SDK
I'm doing an app for Facebook and I'm using the last version of Facebook PHP SDK. When it does the Facebook Connection, it returns the following error:
Invalid or no certificate authority found, ...
1
vote
0answers
94 views
Setting up 2-way SSL and trusting all certs from root issuer
I've got to put 2-way ssl on some laptops where each one has its own different cert. On the server, I've got to configure IIS7 to trust all client certs from the issuer, so that the different certs ...
0
votes
0answers
94 views
IIS 7.5 setting SSL to ignored equal to accept any certificate
In IIS7.5, for my web application, if I set the "Require SSL" checked and select Client certificate to "Ignore", is it equal to accepting any SSL certificate and authenticating request from client ...
1
vote
0answers
126 views
IIS 7 X509 Certificate Issue
I am building a site that needs to call a 3rd party web service over https. The service requires an X509 certificate for authentication.
I can successfully call the service and get a response back ...
1
vote
1answer
83 views
Using HTTPS with IIS and ASP.NET
I'm using ASP.NET, and IIS web server. I want to use HTTPS protocol on my web site. In my IIS web server, I binded my web site on port 443 using following procedure:
Open IIS
Chose site I want to ...
2
votes
0answers
198 views
Glassfish 3.1.2 with IIS7.5 (sun-passthrough) not working for https
I have set up a Glassfish 3.1.2 cluster with 2 local instances and deployed an application. The application is accessible from the machine for both http and https(ssl) traffic when accessing glassfish ...
0
votes
0answers
154 views
iis7 url rewrite to address ssl certified domain
the situation:
I am hosting two domains on a server with one ip using iis7.
I have one ssl certificate valid for both domains without the "www" prefix.
The typical bindings problem i got solved ...
1
vote
0answers
574 views
How do I import certificate (.CER) in IIS [closed]
I have created certificates based on this tutorial:
http://ondrej.wordpress.com/2010/01/24/iis-7-and-client-certificates/
Then I have imported "MyPersonalCA.cer" on IIS host server based on this ...
1
vote
0answers
168 views
WCF service with both HTTPS and HTTP endpoint
I have successfully configured a WCF service that uses mutual certificate authentication with a WCF client over SSL.
For the mutual authentication over HTTPS the client and server both have ...
0
votes
0answers
123 views
How to issue client certificates on windows2008 iis7 webpage
First of all I am a total newbie in SSL administration.
I have a Windows2008 server with only one user with admin rights.
I have a web application that i need to configure for SSL.
I need to issue ...
0
votes
0answers
178 views
PHP session lost, multiple sites in IIS
Got a bit of a weird one here which may just be down to me not fully understanding IIS.
We have two websites in IIS (which we configured using this method). One is named e.g. ...
5
votes
1answer
572 views
IIS 7 How to map a client certificate with a user account in a database?
Here it is said http://blogs.iis.net/webtopics/archive/2010/04/27/configuring-many-to-one-client-certificate-mappings-for-iis-7-7-5.aspx
Many-to-one Client certificate mapping is used by the Internet ...
1
vote
1answer
161 views
HTTP to HTTPS self-signed cert
I wanted to build a small site for myself to expose near read-only content mostly for my mobiles.
Firstly I use a dynamic DNS Service from no-ip yielding a simple host (ie http ...
4
votes
2answers
2k views
WCF Self signed certificate is not trusted on the client
I have a WCF service that is ONLY every used between two server machines. It will NEVER be used publicly.
I was hoping I could use SSL with a self signed certificate for security.
I created a ...
0
votes
1answer
87 views
Register SSL Bindings with BAT File for IIS7
What is the correct way to run a bat file with the following lines? I executed them from the cmd.exe one by one and worked just fine. I also need to run it as Administrator. I would just like to ...
0
votes
2answers
156 views
Asp.net detect if iis has https cert for domain?
Well i have a web page hosted in a IIS 7.0 now the problem here is that we have many different domains that can be used to visit it, but we only have a cert(SSL) for a handful of them.
When you visit ...
-1
votes
1answer
970 views
Single IP, Multiple SSL Certs, NOT using wildcard, TLS on IIS 7 possible?
We host many sites with domains on a single IP ie. www.domain1.com, www.domain2.com. We want to secure /admin using SSL. Historically each SSL cert needs a unique IP address. These are small sites and ...
2
votes
0answers
128 views
FollowRedirects=False; Server requested redirection?
On reviewing HTTP headers for the domain.com redirected to https://www.domain.com/ I got following
FollowRedirects=False; Server requested redirection
What does it mean? Does it have any impact on ...
1
vote
1answer
2k views
How to renew an iis7 self signed ssl certificate
We have a self-signed certificate on our IIS7 server that is due to expire and we would like to renew this certificate. I know it is easy to remove the certificate and create a new one but we would ...
5
votes
1answer
452 views
NullReferenceException in Microsoft.Web.Administration when adding https binding
I'm trying to programmatically add a binding to my default website however I am consistently getting a null reference exception within the Microsoft.Web.Administration dll. Originally I wanted to ...
0
votes
1answer
213 views
Multiple wildcard certificate on IIS 7, how to chose
My wildcard certificate expires in three weeks and I've just renew it and installed the new certificate, so that my IIS has two now.
I have currently more than 30 sites running and I would like to ...
0
votes
2answers
231 views
Error configuring IIS 7 for SSL
I configured SSL on IIS 7 for my ASP.NET website. But its giving error that Server certificate does not match the URL, even after providing the same name "localhost" in certificate friendly name as ...
0
votes
3answers
1k views
No certificate was found for subject Name CN=IdentityTKStsCert
I'm going through WIF training kit. I'm getting the following error when trying to log in via STS site. I click log-in, then I'm redirected to STS web site and I see this No certificate was found for ...
1
vote
1answer
434 views
SSL Configuration Issue on Windows Server 2008 IIS7 - IP doesn't resolves correctly to the site
I'm working on ASP.net MVC3 Web application on a dedicated Windows Server 2k8 running IIS7.
I have configured A record correctly on domain to resolve to this server. I have 1 main site and 2 other ...
1
vote
2answers
170 views
Configuring a subdomain to use HTTPS
I have a domain which we'll call www.mydomain.com for reference. I have a subdomain at m.mydomain.com for people who want to view the website via their mobile devices. My users are logging into this ...
0
votes
4answers
1k views
IIS 7 and SSL wildcard certificate
I have an unsecured domain and want to create a secured sub-domain. On the same IP address running Windows Server 2008 and IIS 7.
So I've purchased a wildcard SSL certificate for *.mydomain.co.uk ...
0
votes
1answer
765 views
One SSL certificate per site
I have 2 sites published on IIS7
A have also imported 2 certificates, to later associaste to the corresponding site
I edited the binding on the first site to port 443 and certificate 1
When i try ...
0
votes
3answers
1k views
Using custom ports for SSL [closed]
I am currently working on a strategy to migrate some of our websites/web applications to use HTTPS by default. All these applications use different host headers and are hosted on the same server. ...
1
vote
1answer
71 views
Using SSL cert for my IIS website confusion issue
So I am new to using SSL certs on websites and have some questions..
If I get a SSL cert I can use it on my main production web box and a clone failover box correct, I don't need to get two ...
0
votes
1answer
365 views
Rewrite URL iis 7 - https://www.somewhere.com -> https://somewhere.com
I'm trying to redirect my site from WWW -> root.
http://www.example.com -> http://example.com
https://www.example.com -> https://example.com
i've used the following rewrite rules:
<rule ...
2
votes
1answer
2k views
IIS 7 Site using HTTPS not Accessible from Outside Internet (is accessible from intranet)
I am trying to set up an HTTPS site on IIS 7. I have added the certificate, set up the appropriate bindings and the site is accesible from within my company's intranet, however no one from the outside ...
0
votes
1answer
184 views
ASP.NET site connects to remote via SSL from Visual Studio but not IIS
My question is: why does a dev site work when the project is run in Visual Studio 2010, but not when served from IIS on the same PC?
I am trying to set up a dev copy of a client's site. On startup, ...
0
votes
1answer
484 views
IIS - WCF 4.0 Calling Java (Could not establish secure channel for SSL/TLS)
I'm running into a bit of a problem with my WCF service that is trying to talk to a Java Web Service.
I have a ASP.Net MVC front end that is talking to a WCF service over HTTP. The WCF service then ...
0
votes
1answer
208 views
SSL for Rest API
We are providing Rest API(ASP.NET on IIS7) and one of our customers asked for HTTPS. I do not have any experience with SSL and SSL certificates. Is it enough to buy SSL certificate and install it into ...
