question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not seeing SSL in Web App after running the AddCertificate_HttpStart function

See original GitHub issue

I got this after running the AddCertificate_HttpStart Function

image

But, when I go to Web App SSL cert is not there?

image

I ran this

{ "ResourceGroupName":"Knob", "SiteName":"live-knob-dev", "Domains":["www.dev2.kidsnightonbroadway.com"], "UseIpBasedSsl":false }

In the body part of the function in Azure.

image

Than ran ok, no errors so far, but not seeing the SSL cert.

Is there anything else that needs to be done?

I gave permissions for the Function on the entire Subscription.

image

When I go to the website resource group have same thing.

image

Am I missing something?

or just need to wait, so far been about 30mins from when I ran the function.

Thanks,

Brian Keith Davis

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kbdavis07commented, Dec 8, 2018

That seems to do it, now it is some how working.

image

Thanks for your help!

Keep up the great work.

👍

1reaction
shibayancommented, Dec 6, 2018

@kbdavis07 I finished implement for deployment slot. It released :shipit: Please check README again. https://github.com/shibayan/azure-appservice-letsencrypt#adding-new-certificate

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshoot domain and TLS/SSL certificates - Azure App ...
When you set up a domain or TLS/SSL certificate for your web apps in Azure App Service, you might encounter the following common...
Read more >
Azure public and private certificate not accessible from web ...
In your case, the most reasons for an SSL certificate validation to fail is: The hostname used in the URL doesn't match the...
Read more >
SSL Certificate Not Working for my Azure App Service
To install the extension, open your web app blade in Azure Portal. Go to Extensions, then click Add. Then you should find Redirect...
Read more >
Use a TLS/SSL certificate in your code in Azure App Service
From the left navigation of your app, select TLS/SSL settings, then select Private Key Certificates (. pfx) or Public Key Certificates (. cer)....
Read more >
8 Ways to Fix SSL Connection Errors on Various Browsers ...
If you spot a certificate for the website you're trying to access, delete that one first, then check to see if the SSL...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found