BHOLD Attestation Portal issue with SSL

Hi,

In BHOLD SP1, i enabled SSL certificate for the BHOLD sites [Core, Attestation and Reporting]. Core and Reporting sites are working fine with https.

but when i access Attestation portal, the page is not loading and am getting the below error. any idea how to make the Bhold attestation web service to listen 443 port? Appreciate your help!

WebHost failed to process a request.
 Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/9499668
 Exception: System.Web.HttpException: There was no channel actively listening at 'https://servername/BHOLD/Attestation/DataService.svc/js'. This is often caused by an incorrect address URI. Ensure that the address to which the message is sent matches an address on which a service is listening. ---> System.ServiceModel.EndpointNotFoundException: There was no channel actively listening at 'https://servername/BHOLD/Attestation/DataService.svc/js'. This is often caused by an incorrect address URI. Ensure that the address to which the message is sent matches an address on which a service is listening.

-Prakash

February 12th, 2013 11:10pm

Hi Prakaaz,

I am too facing the same issue , please could you suggest how to resolve the issue.

Regards

Shakti

Free Windows Admin Tool Kit Click here and download it now
March 5th, 2015 11:22am

I finally got this working yesterday (but still struggling to get the Analytics module to work over HTTPS). Here's the trick I used:

  • open the C:\Program Files (x86)\BHOLD\Attestation\Web\web.config file
  • find the <security mode="TransportCredentialOnly"> tag
  • replace it by <security mode="Transport">
  • save the file
  • doing an iisreset at this point wouldn't hurt

Here's more explanation on what the <security> tag does: https://msdn.microsoft.com/en-us/library/bb924478%28v=vs.110%29.aspx.

Note that after this change, the attestation module will stop working on the HTTP:5151 port.

April 23rd, 2015 3:45am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics