We have a problem with SSL and Locked Domain Suffix when configuring Embedded experiences.
I follow the guide SHOW 110.pdf which suggests *-locked.gadgets.company.se
This is totally ok if you are not using SSL. We have purchased a wildcard SSL that covers: *.company.se and we want to use this one.
Social Edition generates URL like this (depending how you set it up)
XXXYYZZZ-locked.gadgets.company.se
This will not the client accept with our SSL certificate. That means that we have to buy this SSL certificate:
*.gadgets.company.se
and have a dominoserver that uses this certificate instead of the default one (*.company.se) that we put as default on all servers.
Is that really needed? Can we walk around it and still use SSL?
It all comes down to the CNAME and DNS.
From my DNS provider I can get this one:
*.gadgets.company.se CNAME ourshindigserver.company.se
But this one is not possible:
*-locked.company.se CNAME ourshindigserver.company.se
that is <wildcard><hyphen>locked.company.se