Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for certificate issue #7638

Merged
merged 3 commits into from
Jul 6, 2018
Merged

Fix for certificate issue #7638

merged 3 commits into from
Jul 6, 2018

Conversation

Ajay-MS
Copy link

@Ajay-MS Ajay-MS commented Jul 5, 2018

No description provided.

@Ajay-MS Ajay-MS requested a review from vincent1173 July 5, 2018 17:24
if(exceptionString.indexOf("Hostname/IP doesn't match certificates's altnames") != -1
|| exceptionString.indexOf("unable to verify the first certificate") != -1
|| exceptionString.indexOf("unable to get local issuer certificate") != -1) {
tl.warning(tl.loc('ASE_SSLIssueRecommendation'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add the loc. string to AzureResourceGroupDeployment task.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asranja is moving Webapp V3 to master which will use the same common. I presume we will have to make sure the loc string is present in the V3 task.json as well then? This has to be taken care when you both merge. Please work with @asranja

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vincentdass common module has localized string. Do we need it in task too? I think defining the localized string in each task for the common module would not be the right approach.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

discussed offline

@kmkumaran kmkumaran self-assigned this Jul 6, 2018
@Ajay-MS Ajay-MS merged commit b5a292b into master Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants