1

I'm using the Registro.br DNS service. I've made a domain verification at SES which gave me the following code to put at TXT line:

/xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w=

But, when I try to put it there, the following happens:

/xYz24aNPG4mH2kamyZer8aDRdqcyQ9ZWZ2w1Fcn6w=

Then, the SES can't verify my domain, how can I solve this question? OBS: the problem is at the plus (+) , which disappears from the TXT line OBS2: this is not the real number generated

1 Answers1

0

Try escaping the + sign... ie, put + instead of +, like so:

/xYz24aNPG4mH2k\+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w=

instead of

/xYz24aNPG4mH2k+amyZer8aDRdqcyQ9ZWZ2w1Fcn6w=
Joe Sniderman
  • 2,749
  • 1
  • 21
  • 26