question

watanabe-kak avatar image
watanabe-kak asked

Using wildcard certificates on multiplayer servers

Hello.

I have a wildcard certificate.

It's working with it in the web server's certificate.

I get an error when I put the same thing on a multiplayer server.

Can wildcard certificates be used on multiplayer servers?

Custom Game Serversmultiplayer
3 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Rick Chen avatar image Rick Chen ♦ commented ·

Could you please describe how you put the wildcard certificates on the multiplayer server and what error did you get?

0 Likes 0 ·
watanabe-kak avatar image watanabe-kak Rick Chen ♦ commented ·

I uploaded the file to the certificate (optional) in the new build.
The following error occurred.

An error occurred while reading the data from the server. To try again, reload the page.

I also tried MultiplayerServer / UploadCertificate.
I took out the contents of the certificate file and passed it to the api.
The following error occurred.

The specified PEM X.509 certificate content is in an unexpected format. Please check if certificate is in valid PEM format

0 Likes 0 ·
Rick Chen avatar image Rick Chen ♦ watanabe-kak commented ·

What format is your certificate file that you upload? The certificate should be the valid PKCS#12 format. If the file you upload is not .pfx format, please convert it to .pfx file then try again in the GameManager.

If the file you used was .pfx format or after converted you still get this error, please let me know.

0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.