Jump to content

Recommended Posts

Posted

I have always used startcom for my ssl certificates for hap but not google do not trust them when i need to renew it next week it is an issue.

 

Anyone recommend a new certificate supplier free or cheap?

 

Also is there a specific type I need to get so it works with HAP?

 

Cheers

Posted
I'm currently using Namecheap or Let's Encrypt depending on whether the OS has a reliable method of automatically renewing the cert (Linux) or not (Windows).
Posted (edited)

Thanks for the suggestions. Having a play with lets encrypt.

 

I keep getting an authorisation error at the moment when it tries to contact the .well-known folder. Any ideas why this could be?

 

Thanks

Edited by tj2419
Posted
Thanks for the suggestions. Having a play with lets encrypt.

 

I keep getting an authorisation error at the moment when it tries to contact the .well-known folder. Any ideas why this could be?

 

Thanks

If you navigate to the specific file (e.g. yourdomain/.well-known/acme-challenge/random_string), what do you get?

 

I got stuck because I'd created a wildcard MIME type as well as creating a web.config file in the directory with essentially the same instruction. Removing the MIME type (so it wasn't duplicated) fixed it for me.

 

Have you tried using the Let's Encrypt Win Simple command line tool? If so, where does it get stuck?

Posted (edited)
If you navigate to the specific file (e.g. yourdomain/.well-known/acme-challenge/random_string), what do you get?

 

I got stuck because I'd created a wildcard MIME type as well as creating a web.config file in the directory with essentially the same instruction. Removing the MIME type (so it wasn't duplicated) fixed it for me.

 

Have you tried using the Let's Encrypt Win Simple command line tool? If so, where does it get stuck?

 

Just keep getting the "This site can't be reached, ERR_Connection_timed_out

 

It is picking the folder up in IIS just not letting me get to in via a browser IIS.png

Edited by tj2419
Posted
Just keep getting the "This site can't be reached, ERR_Connection_timed_out

 

Double-check your firewall to ensure you've got a rule to allow traffic to your IIS server on port 443/80

Posted
Double-check your firewall to ensure you've got a rule to allow traffic to your IIS server on port 443/80

 

Could this still eb an issue if access to HAP is working fine? Just not this folder.

Posted
Could this still eb an issue if access to HAP is working fine? Just not this folder.

Glad one of us is awake! You're right, it wouldn't be a firewall issue if HAP is accessible!

 

Did you try using Let's Encrypt Win Simple? It automatically copies the random string file, creates the web.config file (to allow files without an extension to be served by IIS- by default, they won't be) and created the bindings

Posted
Glad one of us is awake! You're right, it wouldn't be a firewall issue if HAP is accessible!

 

Did you try using Let's Encrypt Win Simple? It automatically copies the random string file, creates the web.config file (to allow files without an extension to be served by IIS- by default, they won't be) and created the bindings

 

Haha wouldn't say awake as this has been bugging me for days now!

 

I downloaded letsencrypt-win-simple.V1.9.3 and run the letsencrypt.exe

 

In the back on my mind I think its something to do with the way I have the website setup with not being able to get to that folder. I tried putting just a dummy index.html in the wwwroot folder and that wont load either e.g. hap.schoolwebsite.co.uk/index.html

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...