Questions tagged [wso2-am]

WSO2 API Manager is a complete solution for designing and publishing APIs, creating and managing a developer community, and for scalably routing API traffic.

WSO2 API Manager

Links

  1. Github Repos for components and the product
  2. Website
  3. JIRA
  4. Product Home Page
  5. Documentation
2600 questions
34
votes
5 answers

javax.net.ssl.SSLPeerUnverifiedException: Host name does not match the certificate subject provided by the peer

I follow many links on stackoverflow and tried many solutions, but none of them worked for me. I'm using WSO2 API manager version 1.9.1. I am facing following error: Exception in thread "main" javax.net.ssl.SSLPeerUnverifiedException: Host name…
user5268786
14
votes
1 answer

Difference between grant_type=client_credentials and grant_type=password in Authentication Flow?

I would like to understand the difference between grant_type=client_credentials and grant_type=password in Authentication or in OAuth2 Flow concept. I am following below…
user5778069
12
votes
4 answers

How can I resolve the error "certificate subject name does not match target host name"?

curl -X GET --header 'Accept: application/json' --header 'Authorization: Bearer 90d2c018-73d1-324b-b121-a162cf870ac0' 'https://172.17.0.1:8243/V1.0.2/stock/getNA?name=te' The terminal prompted "curl: (51) SSL: certificate subject name…
Mike
  • 369
  • 1
  • 3
  • 15
8
votes
2 answers

Error while trying to connect to the endpoint. Cannot borrow client for ssl

This error is being printed in the WSO2 API Manager wso2carbon.log.. sun.security.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:88) at…
Janier
  • 2,912
  • 4
  • 28
  • 73
7
votes
1 answer

Jaggery (WS02) endpoint reference/dynamic endpoint

I'm currently developing an application in Jaggery which I deploy on their API manager. From the Jaggery back end I'm calling a SOAP webservice using the method documented here, which specifies: <% var url =…
Continuity8
  • 1,703
  • 2
  • 15
  • 30
7
votes
2 answers

How to set tenant to header in mediator with WSO2 API Manager

I have an API that requires the tenant as a header. If I create a custom in-sequence:
Ricardo Stuven
  • 4,367
  • 2
  • 32
  • 36
6
votes
1 answer

How to determine which grant type was used for an access token

I have an API configured in WSO2 API Manager that allows multiple different OAuth 2.0 grant types (client credentials and openid). My API requires a different behavior depending on whether it was called via an access_token generated by client…
6
votes
2 answers

Application User tokens Gives Resource Forbidden error in WSO2 API Manager

I have configured wso2 identity server as a key manager for wso2 api manager using the following link.1 I have created the api through wso2 api manager publisher.And i have given auth type as Application&Application user. When i am invoking api's…
6
votes
3 answers

How to validate a JWT from WSO2 API Manager

What is the recommended way for validating that a JWT was issued by a specific API Manager instance in a case where the backend web service lives on a separate server and needs to be certain that a given request passed through the APIM Gateway…
5
votes
1 answer

"Could not add subscription" error when WSO2 API Manager starts

I have a WSO2 API Manager 2.5.0 installation, deployed in two nodes as active-active. It also has WSO2 Analytics and WSO2 Identity Server as Key Manager. When each node starts, it leaves three times the same error in logs: 2018-11-14 07:56:50,989…
Pedro Calero
  • 109
  • 1
  • 11
5
votes
2 answers

pass multiple parameters in wso2 apimanager 2.1.0

need to pass multiple parameters in wso2 api-manager, i looked into this blog, http://vvratha.blogspot.in/2015/01/adding-url-parameters-in-wso2-apimanager.html. the author has mentioned how to do it,but she has mentioned to create a new sequence,…
darshan a n
  • 496
  • 3
  • 15
5
votes
1 answer

AP aggregation using WSO2 API Manager

I have a requirement of aggregating multiple APIs i.e. combining responses of two or more APIs. I was wondering if that can be achieved through WSO2 API Manager. TYK supports it in the form of 'virtual Endpoints'. How about WSO2 API Manager ? Any…
Eku
  • 51
  • 2
5
votes
2 answers

WSO2 API Manager Store - Access token key generation failure

I have setup an API Manager 1.10 cluster, with each component in a separate VM, fronted by an nginx proxy. Whenever I try to generate a key I get the following error in store (logs from store): ERROR - AMDefaultKeyManagerImpl Error while creating…
blue13
  • 101
  • 6
5
votes
1 answer

hostname in certificate didn't match:<>!=<> WSO2 APIM

I have a https endpoint and I need to access it from wso2 API manager. (uses 1.10).I already added the certificate files to "client-truststore.jks" file. But now it gives an error as follows. hostname in certificate didn't match:!=.…
Anushka Ekanayake
  • 907
  • 2
  • 11
  • 30
5
votes
2 answers

WSO2 API Manager CORS

I'd like to enable CORS on my WSO2 API Manager instance for all endpoints. I've been through the documentation (which is great) and it suggests altering the repository/conf/api-manager.xml file as there is a CORS configuration node within it…
Ben Davies
  • 501
  • 6
  • 8
1
2 3
99 100