I have a couple websites launched in Azure. The URLs end with .azurewebsites.net which is fine with me. But recently, we've received multiple complaints that when the users visit these sites, they receive a popup in their browsers similar to the following:
I don't know anything about https or SSL certificates. My question is:
Why did this start happening recently? I've had my websites up for a long time and now we're getting this?
Can I update my websites so that users don't receive this popup anymore? If so, how?
Thank you.
If you don't want to recieve the popup , you can disable the setting in Azure Portal
Go to Azure Portal =>Your Web App =>Configuration =>General Settings
Select Optional under Client certificate mode
OR
If you don't want to disable , You can provide the windows sign-in as authentication
Related
I'm currently developing a Flask application on a Amazon EC2 instance running Linux. I have installed httpd and access to the site is successful. The Flask application has an OAuth2 authentication using Google accounts.
When testing on localhost, the website runs perfectly with the user staying logged in. However, when testing on the live site - there is a redirect to the Google login page after about a minute. Apart from this, the live site is working as expected including the actual process of logging in.
Does anyone have any ideas why this is the case or have suggestions on how to fix this? I can provide more details on the setup if need be. It seems strange that the localhost doesn't have this issue.
Make sure you're using UTC everywhere.
Check:
https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=[access_token]
to see the expiration time of your access token.
Running WAMP and I'm trying to embed an iframe of an external website (mcmaster) in a dokuwiki and I'm getting a security alert that doesn't allow the site to be displayed. Security alert says the sites certificate isn't good, and I didn't get the option to allow the page in the iframe but if i opened in a new window i got the option to. So after allowing it just returns a blank screen. What do I need to enable or exception to add in Apache to allow the server to embed this website? Apologies if this is in the wrong stack but I assume this is a server issue not a coding issue, as other sites work fine with the syntax.
I have made an app that will login automatically in the websites I use daily.
1 of them uses a security certificate which I have installed, when I browse it with IE I can accept the certificate and login, same with chrome, but when I browse with my app it will only show me
Navigation to the webpage was canceled
What you can try:
Refresh the page.
I'm thinking I have to somehow include that certificate on my app but I'm stuck, I've been googling about it but I can't find a straight answer.
I've read that the webbrowser control doesn't support HTTPS which the website I need to login is, if so is there any other way I can access the website within my app, maybe a different webbrowser control?
I'm using VB.net by the way.
some extra info:
I don't own the website so I cannot make any changes there.
I do have valid and legal access to the website using the certificate they issued for me.
The problem was I had browser.ScriptErrorsSuppressed = True
Somehow the browser control was taking the "Accept certificate" messagebox as script error.
Am working on windows push notifications using free Live Services website. But from past 10 days Am not able to access the site and it showing that "This site was temporary and no longer in use".I want to know is the site for free users working? or anyone facing the same problem and Is there any free sites like Live services for Windows 8 Push Notifications?please help me.
Thank you.
No, that site is no longer in operation. In order to work with push notifications, you must now have a Windows Store developer account. You'll then be able to register your application and get the necessary SID and client secret to implement push notifications.
I am trying to set up authentication with Windows LIve ID and followed this blog post. Everything is working but I have a problem logging into live INT web site. Whenever I try to log in (https://login.live-int.com/login.srf), after entering valid email/password I get redirected to the logout page. I tried two different accounts (one with existing email address, and other one with newly created #hotmail-int.com address) and three different browsers so I'm sure that neither account nor the browser are the cause of this. I also tried to enter wrong password, and in that case I get the message that the password is wrong.
If anyone has any hint about how to log in there It would be very, very helpful. I'm integrating SharePoint 2010 with Windows Live ID and instead of solving some real problems I'm stuck with this!
I have figured out myself and I have blogged it here