cancel
Showing results for 
Search instead for 
Did you mean: 

Utility Http - how to turn off SSL

Neel1
MVP

We are trying to call an API using latest version Utility HTTP VBO.

In postman - this is working fine. we have feed Proxy URL and Disable the SSL certification verification.

Need to know how SSL certificate can be turned off/ bypassed via Utility HTTP VBO.

We are receiving following error from Utility VBO. Input to VBO are - Proxy as true. Address URL  and Proxy address URL.This will give us token which need to consume in subsequent call.


Exception: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Inner Exception: The remote certificate is invalid according to the validation procedure.

3 REPLIES 3

Neel1
MVP

@ewilson - Please can you advise on this.

DipinDevP
Level 6

@Neel1 
I am also facing same issue. Were you able to resolve it?

Neel1
MVP

Hello @DipinDevP  - Yes. i used this connector housed in DX (https://digitalexchange.blueprism.com/cardDetails?id=37639)

Let me knows how this works.

although this works for me - but then i used python to call all the API instead of BP.