FaxBack Port Server - Manual User Manual
Page 41

Chapter 12 – Testing, Validation & Troubleshooting
Initial Testing
Install the SDK Client, and configure it to use your HTTPS client URL. Use the default “account” account which is by
default associated with the fallback DID “*”. Attempt to send a fax. Attempt to receive a fax.
HTTPS Proxy
Self‐Signed Certificates
For testing, you can use self‐signed certificates for the HTTPS Proxy. In order for a client to connect to a proxy using
an untrusted certificate, open the client’s main XML configuration file and find the <IPFS><Client> section. Add the
XML node
<TrustAllCertificates>True</TrustAllCertificates>.
A similar configuration change must be made for any server components needing access an off‐site HTTPS proxy
using an invalid certificate. In the server’s XML configuration file, find the
<IPFS><Server>
section. Add the XML
node
<TrustAllCertificates>True</TrustAllCertificates>
.
A simple way to generate a self‐signed certificate is to use the SelfSSL tool, part of the Microsoft IIS Resource Kit.
Server Errors
Client Errors