Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

How to connect to perforce server with ssl

+2 votes
Hello, I have a question about how to connect to perforce with ssl.

I have tried typing like "ssl:xxx.xxx.xxx.xxx" in "Server:", and it cannot be recognized.

Is there anyone know how to fix this problem? Thank you.

BR,

Shao
asked Jan 18, 2016 in General Discussion by shao t. (160 points)

1 Answer

0 votes
 
Best answer
Hello Shao,

Open SSL is currently not included/supported in Wwise Perforce plugin.

To be able to use Open SSL with Wwise Perforce plug-in, you will need to link Open SSL libraries and rebuild the plug-in yourself. The plug-in source can be found under \SDK\samples\SourceControl\Perforce.

For more info on how to rebuild the plug-in, you can refer to our documentation: https://www.audiokinetic.com/library/2015.1.4_5497/?source=SDK&id=referencematerial__samplecode__source__control.html

Hope this helps !
answered Jan 20, 2016 by Fabien B. (Audiokinetic) (12,860 points)
selected Jan 22, 2016 by shao t.
Is this still the case with the latest version of Wwise?
I'm running into this issue as well. I have the plugin project setup to build but I'm a little confused on what needs to be done to link OpenSSL. Are these libraries something we should be integrating into the plugin codes ourselves or is it a matter of pointing the build to a different lib/dll?
Back to answer my own question just in case anybody else stumbles upon this. The missing part I was looking for is the answer to "How to link OpenSSL in Perforce API builds" as the previous post only mentions how to build the Wwise plugin with the Perforce code.

I found this reference helpful as it mentions exactly what you need to do to link OpenSSL into your own Perforce build: https://www.perforce.com/perforce/doc.current/manuals/p4api/chapter.client.programming.html

Specific area of note: "The Perforce C/C++ API can be configured to support encrypted connections to the Perforce servers. To enable this support you must replace the bundled libp4sslstub.a (on Windows, libp4sslstub.lib) with copies of the OpenSSL libraries. OpenSSL libraries are available from many sources; the most up-to-date is from http://www.openssl.org/."
...