Azure App Service - Unable to bind SSL cert to custom domain [closed] - azure

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am trying to bind SSL certificate to my domain in Azure from the below blade:
When I do, it fails and I can see the following error message in my activity log:
"Failed to configure SSL Binding for www.testing.me with 'thumbprint' {'Code':'BadRequest','Message':'The name www.xn--testing-s4a6m.me is not valid.','Target':null,'Details':[{'Message':'The name www.xn--testing-s4a6m.me is not valid.'},{'Code':'BadRequest'},{'ErrorEntity':{'ExtendedCode':'01003','MessageTemplate':'The name {0} is not valid.','Parameters':['www.xn--testing-s4a6m.me'],'Code':'BadRequest','Message':'The name www.xn--testing-s4a6m.meis not valid.'}}],'Innererror':null}"
As per the error message, SSL binding for www.testing.me is failing, but the issue is related to the domain www.xn--testing-s4a6m.me. I have no idea why this other domain would throw the error when it is not the one to which I am trying to bind.

Based on the error message it appears like you have few invalid hostnames (www.xn--testing-s4a6m.me). As a first step please try and delete the invalid hostnames and retry the operation.
However, I have seen in the past that one of our customers had multiple invalid hostnames (Involved Puny Codes) in the Custom Domains page on portal, every time they tried deleting an invalid domain, the error message shows a different invalid domain, and it goes on a loop. Hence, our product team deleted the invalid domain names in the backend. Once they are deleted, the customer is unblocked, and he was able to secure his custom domains successfully. PFB example for better understanding:
Example: Two custom domains are added to Web App: xn--hello.com and xn--hello2.com. Both of these are invalid.
When trying to delete xn--hello.com, error message returns: "The name www.xn--hello2.com is not valid".
When trying to delete xn--hello2.com, error message returns: "The name www.xn--hello.com is not valid".
Hence, it gets stuck in a loop and neither can be deleted.
Note: Main root cause of the issue was that puny code (xn-) is not supported in Azure from 2015. It should have thrown an error when you tried to add the Puny code custom domain.
If this is the case with you, please raise a support request with in portal so our team can help unblock you.
References:
https://en.wikipedia.org/wiki/Punycode

Related

Fetching questions with a tag from Stack Overflow

I have a small group of developers under my Discord server and I want to help people find solutions for their problem in Stack Overflow.
How can I make a bot collect the last question with a specific tag and send it in a message on Discord?
Stackoverflow has everything described in the docs: https://api.stackexchange.com/docs/questions
Example call here would be:
https://api.stackexchange.com/2.2/questions?site=stackoverflow&tagged=python
if you want to fetch questions from stackoverflow and tagged with python
Everything you need to do is make simple REST call to this URL

Node JS : send asynchronously produced data [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am Creating WebSite Crawling App, which will take site url and then starts crawling entire site asynchronously.
Now here i will send response of given url with its status code as in 200, 404 etc.
But then all the other url on that particular page will be going through the same process but as response is already sent so how the other urls response code will be sent.
please suggest how to send updated value in response again after sending it once ?
You pretty much can't modify a response after its sent. I think there are exceptions to this, but you probably don't want to use them. I think you have a couple of options
Catch all your callbacks and send one response
Open up some kind of tcp connection (socket.io?) and stream the data.
Can you provide a code sample?

Searching contents on HTTP authenticated search

I really don't know whether this is a right place to ask this question. I tried post this question in quora, but when i click "Add Question" button on the last step, it does not work wand infact i'm seeing error 500 in firebug.
Well. My question is here. Is there any way to search the content of HTTP authenticated site, if the authentication details are provided preferably using Google?

How to not get blacklisted, trash/spam moved for sending emails? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How to find my limitations and methods to not get blacklisted, trash/spam moved for sending emails?
I have growing number of like 10000 e-mail adressess and e-mails that I have to send on daily basis regarding:
user registration
reminders
confirmations
news
I want to send mailing to my community but am afraid of beeing blacklisted. It happend few times when years back then was sending mailings from virtual server.
Now I own my dedicated server and want come back to sending lare ammount of e-mails (all sort of reasons listed above).
Don't send junk and you should be fine. If your server is configured to let them go out, then the rest is out of your control. The best you can do is to ensure you have "good looking" email content.
Spam filters are usually set up to flag certain words too, like: $%&^, %£!$ and or course $*%^. So you need to avoid the obvious ones, if your email sounds unprofessional, or looks like you are trying to market a Sex Toy Scam (for example) then you are more likely to be spam flagged.
Also, I have found providing both a HTML and Plain Text version of each email body can make a big difference in your spam scores at the other end.
Here is something that might provide some other ideas for you.
Other than ensuring that the people you are sending email to actually want to receive those emails by specifically opting-in for reminders/news/anything non-essential like registrations, you could try using a mass mailer like constant contact who has a RestAPI.
The email itself should be well formed. It shouldn't have any missing required headers (like Date: or To:) and the body should conform to the Content-Type header, either being all text if it's content is text, or if there is HTML, to use multipart-mime and include a text version in one part, and html in the other. Also, don't include links to shady places that could be blacklisted.
Make sure your mailing list is opt-in or provide an easy way for your community members to opt-out.
Provide the opt-in/out link directly in every email message.
Make it highly visible!
Send only to your community members.
Don't annoy them everyday with meaningless crap.
Even being careful and providing opt-in/out for your members you can't force them to use it.
Realize that email clients make it easier to just flag it as spam.

error while sending mail [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm getting following error message when I'm trying to add a new user to site and trying to send mails to him.
The Site is Intranet site as well exposed on internet via alternate URL mapping while adding users of local exchange group it does not give any errors but suppose that I add a user having gmail id expressed in his AD that throws following error:
The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail. To verify that e-mail is configured correctly, contact your server administrator.
First verify that the user you just added has a valid email address in SharePoint - don't assume it was picked up correctly from A.D. (Site Setings > People and Groups)
Find out what you have set as the outgoing SMTP server (Central Administration > Operations > Outgoing Email Settings)
Install a tool like the SMTP Test tool on your server (or use Telnet to test manually) and use the same settings/email address. This will tell you if the problem is with SharePoint or your email infrastructure.
The problem was with the settings on the server our Infrastructure team resolved it

Resources