4
votes
1answer
119 views

Force SSL Cert Renewal?

We updated our SSL cert to a domain level wild card cert. We launched our new site today with that cert installed. It's MVC4 on IIS in Azure. We have some users, mostly on IE as far as I can tell, ...
1
vote
1answer
91 views

Why is appcmd.exe unlock config not working on Azure emulator?

I've recently upgraded to the Azure 2.1 SDK, and I'm now encountering a problem with part of my web.config in a web role when running on the compute emulator. My web.config contains this: ...
0
votes
0answers
30 views

Deploying SSL for Oracle Application Server 10g

Appreciate you help with the following: I am in the process of configuring SSL for Oracle Application Server Standard Edition and I came to know from the vendor of our core system that SSL is not ...
0
votes
1answer
39 views

Which SSL certificates can I use on IIS7?

I need to upload SSL certificates to server from .NET code. I want to create validation on server side to check if certificate has valid format. Does anybody know which formats are supported by ...
0
votes
2answers
42 views

SSL certificate showing differently on digicert

I have got two SSL Certificated installed on my server 2003 for differnt domains, for example *.test1.net and *.test2.net. I assigned *.test1.net certificate to one of my website on IIS 6, ...
0
votes
0answers
78 views

Restricting Access to a ASMX Web Service in IIS Using Client / Server Certificates

I want to restrict access to an internet-facing ASMX web service using self-signed certificates / IIS configuration only. This is the requirement. If it rings any alarm bells, please let me know. ...
1
vote
0answers
155 views

IIS7.5 - Self Signed Certificate doesn't work when mapped

I have followed these instructions to restrict access to my site to only users that I issue a certificate to, the server runs Windows 2008 R2 and IIS7.5. The process of creating a self signed CA and ...
0
votes
0answers
35 views

IIS 6 host headers configuration

I was following the steps from sslshopper to install a wildcard SSL certificate on IIS 6. First I installed the certificate on my site http://en.2send.co.il, then I was using this command to bind the ...
-1
votes
2answers
64 views

How to avoid SSL Error on browser while accessing SSL enabled service on IIS

I have deployed a WCF service on IIS and enabled SSL for it. I created a self signed certificate on the server and exported into a pfx file. I also brought the pfx to my machine and installed it under ...
2
votes
0answers
84 views

Connect to IIS server using .pfx certificate

Hi I am new to SSL and I am trying to connect to an IIS ASP.NET web server which has issued to me a unique .pfx certificate to verify me to the server. Using a browser where I have installed the ...
0
votes
2answers
59 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
votes
1answer
36 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
1answer
112 views

Cannot get my certificate to work in IIS 7.5

I recently received a wildcard server certificate in the form of a pfx file. I installed the server certificate into the mmc and I've selected it from iis. I've then bound this certificate to a ...
1
vote
3answers
117 views

Add Standalone ASP.Net Application Into Existing ASP.Net Website

I have a weird question for everyone. I am currently working on a project for a company that has an existing ASP.Net website that they have lost all source code for. I need to add some functionality ...
0
votes
0answers
98 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
0answers
290 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 ...
0
votes
2answers
126 views

Do I need to configure wcf with transport security if IIS is setup to negotiate certificates?

Even with all of the documentation available instructing me how to configure WCF to allow certificates over SSL, I'm having a hard time discerning where IIS' responsibilities lie and where the WCF's ...
2
votes
1answer
340 views

Http site to Https webservice using CORS

I have a html5/js website on on domain, which uses an asp.mvc web service for CORS queries on another domain. Everything works fine with HTTP -> HTTP however as we are now adding login and ...
0
votes
0answers
41 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
120 views

IIS with mutual SSL not workin

I'm new to mutual SSL. Therefore my understanding how client certifcates might be wrong. When using Client certificates in IIS, do they need to be issued from the same certificate (or CA) as the ...
0
votes
2answers
533 views

Enable SSL binding for self-hosted WCF service

I run a self-hosted WCF service which I want to protect with self-signed SSL certificate. For that to work I need to bind this SSL certificate with certain port. There are couple ways of doing it: ...
0
votes
0answers
207 views

SSRS 2008 R2 SSL Configuration with IIS

Is it just me or is it really impossible to configure SSRS 2008 R2 with SSL wildcard certificate on the server also have IIS with some sites utilizing the same wildcard certificate? The closest I have ...
1
vote
0answers
123 views

IIS 7.5 get client certificate within FTP request

I'm trying to write a custom authentication provider for FTP in IIS 7.5. I found the IFtpAuthenticationProvider.AuthenticateUser Method (either native or managed) which is exactly what I need. During ...
2
votes
0answers
154 views

Facebook app iframe certificate issue on Safari for Mac

I am running into a certificate issue when using facebook iframe app on Safari for MAC - "The website requires a client certificate" (screenshot: http://imgur.com/aslls) The protocol being used for ...
1
vote
1answer
1k views

How do I get browsers to trust self-signed certificates for testing? Website address is slightly different than fully qualified domain name

I have a website that is being configured with SSL, and I am using a self-signed certificate for testing purposes, for now. The machine is running Windows 2008 R2 with IIs 7.5 and Apache Tomcat 5.5. ...
0
votes
2answers
302 views

Calling web service over SSL Domain Name

Hey all i seem to be having problems with calling my web service over SSL. Calling it from a non-ssl URL works just fine. When trying to connect to the web service in VB.net it gives me this: So i ...
1
vote
1answer
941 views

The incorrect localhost certificate is being served by IIS

OK I have a SSL issue that I can't seem to get past on this 1 Win7 x64 machine. I have been using self-signed certs for years and even blogged about them before so I have experience. However something ...
3
votes
1answer
2k views

How to automatically install an SSL cert on an AWS ElasticBeanstalk running on Windows & .NET?

Is there a way to automatically deploy a .NET/Windows based Amazon Elastic Beanstalk instance with an SSL cert? I already have the DNS for the domain in the SSL cert setup to point to the Beanstalk ...
1
vote
0answers
760 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 ...
5
votes
2answers
1k views

self signed cert. The underlying connection was closed: Could not establish trust relationship

Trying to set up a self signed certificate, for our intranet's webservices site. The certificate its self shows it is "ok" but when trying to invoke a method from the webservice it throws an error, ...
0
votes
1answer
914 views

Cname or A record for domains having ssl certifcate www.mydomain.com

We have two A records pointing to same public IP as www.mydomain.com IN A 192...* mydomain.com IN A 192...* We have certificate issued by Verisign to www.mydomain.com. Now when user type ...
1
vote
3answers
2k views

Unable to communicate to a WCF service with this setup: IIS with a WCF service behind a Microsoft Forefront/TMG with a SSL certificate

I have a WCF service running behind a Microsoft Forefront/TMG. The service is on a IIS using port 80. The TMG listen to port 443. The TMG has a SSL certificate installed. The TMG setup is done by our ...
1
vote
1answer
246 views

Certificates across servers and WCF

I have a website, wcf service, and a security token service (STS) running on one server. Everything works great. I am now trying to now seperate the peices across servers. When the website trys to ...
1
vote
1answer
235 views

Azure with SSL issue

I just bought a SSL Certificate for an parked domain that im going to use for redricting users to my azure web service. The problem is that when i redrict the user to the azure webservice the ...
0
votes
1answer
376 views

2 SSL, 3 web sites, 1 IP in IIS 7.5

I am developping facebook apps therefore i need to setup ssl certificates and i must say that it's not my thing. I have : a) 1 IP address b) 2 ssl certificates from startssl for app1.site1.fr and ...
0
votes
1answer
84 views

add certificate to IIS 6.0

I have to add certificate to IIS 6.0. But there are many other websites which runs unser default website. If I add certificate to default web site, will other site access will still remain in HHTP? I ...
0
votes
1answer
3k views

Can IIS6.0 host two SSL certificates?

We have a Windows Server 2003 machine running IIS6.0 that hosts two different websites. We purchased an SSL certificate for both domains, but then discovered we couldn't use both at once because SSL ...
1
vote
1answer
75 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
531 views

ssl certificate chain

i have a windows 2008 server and a comodo wildcard cerificate. i also have a couple of applications running under this certificate. the application and the certificate work fine and are correctly ...
1
vote
2answers
1k views

Apache and IIS sharing same SSL certificate

I have two applications (PHP and .NET) working on the same machine but different servers (one on Apache and one on IIS). I also have SSL certificate used by PHP application. I would like my .NET app ...
3
votes
4answers
11k views

How can I create a self-signed cert for localhost?

I've gone through the steps detailed in How do you use https / SSL on localhost? but this sets up a self-signed cert for my machine name, and when browsing it via https://localhost I receive the IE ...
0
votes
2answers
1k views

Server super slow after renewing SSL Cert? (IIS 6/.NET)

I am kind of stumped. Recently our sys admin updated our expired SSL cert. Afterwards, all of our forms authentication applications are performing very slow, very slow to log in, very slow to go to ...
0
votes
1answer
135 views

WCF client only works after accessing URL with IE

We have a wcf client, which calls an external webservice. The service is accessed over SSL. The certificate is not a self signed cert. It is issued by Verisign. The client is hosted in IIS 6 and the ...
4
votes
2answers
7k views

IIS6: Create/install SSL self-signed cert from command line

I want to automate the setup of SSL for a website in IIS6. It appears selfSSL and certutil can be used to do this but certificates are new to me and I'm unsure how to put them together. From what I ...
2
votes
2answers
728 views

Issuing auto signed certificate - IIS 7.5

I issued a self signed certificate on IIS 7.5, and it is working correctly if i access my website through my computer. However, if i access the website from another computer, i get an warning saying ...
0
votes
3answers
159 views

Does Utidev Cassini support SSL?

I know that IIS supports SSL. However, we have a use case that we are evaluating Utidev Cassini for. However, I do not know if ultra cassini supports SSL. Does it?
0
votes
2answers
458 views

SSL Issue only in Google Chrome

I am having an SSL issue, but it only appears to be happening in Google Chrome. I've checked with Firefox, Safari and Internet Explorer and there fine. Please see the screenshot below. Does anyone ...
0
votes
1answer
194 views

Is it possible to use several different ssl certificates on the same ASP.NET website depending on the Subdomain used?

I'm running an ASP.NET MVC website on IIS7 secured with a wildcard SSL certificate issued by StartSSL. Usually a wildcard certificate is very expensive, but we need the extra subdomain ...
1
vote
1answer
71 views

install SSL certificate on mirrored copy of VMWare instance?

Can a CSR generated on a VMWare instance be used to create a SSL certificate, and, installed on a "copied" version of this VMWare instance on a different server? I would figure that they are ...
1
vote
0answers
443 views

Forwarding or exporting a client certificate in IIS6/7

Currently, our program runs on JBoss and sits behind an apache reverse proxy. Apache handles verifying the client certificate. We have the +ExportCertData option set in apache, and then we use ...

15 30 50 per page