I have installed the development PAS on my local machine and I'm trying to make a connection from a progress procedure editor on the same machine. I have installed the Progress supplied certificates, but I am getting a hostname mismatch error 9318.
Connection string: AppHandle:CONNECT("-sessionModel Session-managed -URL https://tomcat:tomcat@localhost:8811/ROOT/apsv")
and receive the error:
It's obvious that the specified host name and the certificate host name don't match, but I haven't seen a way to get connected without getting another certificate. I also tried setting the 'noHostVerify' option against the PAS, but that didn't seem to make any difference.
Any help would be appreciated,
Thanks.