Tuesday, December 29, 2015

How to Set Proxy in Command Prompt?

For http/https proxy with authentication, run the following commands in cmd.exe

set http_proxy=http://username:password@your_proxy:your_port
set https_proxy=https://username:password@your_proxy:your_port

For http/https proxy without authentication, run the following commands in cmd.exe

set http_proxy=http://your_proxy:your_port
set https_proxy=https://your_proxy:your_port

Implementation of Certification Authentication in WebMethods Integration Server

In order to implement certification authentication in WebMethods Integration Server, follow the following steps:

Step 1: Map client to a user

    To have a mapping between certificate and IS user, go to Security->Certificates->Configure client       certificates and assign the values as follow:

    Certificate Path: Path for client's signer certificate
    User: <<username>>
    Usage: SSL Authentication

Step 2: Enable the HTTPS port and set it to REQUIRE a client certificate

    Where the port number is <<port number>> and package name is <<your package>>

Step 3: Import client side's signer certificate and assign it to <<port number>>