satran004/aion-graphql

Secure connection to Aion Kernel 0.3.2 is not working

satran004 opened this issue · 0 comments

In Aion Kernel 0.3.2, secure connection is enabled by default. The current released version of Aion Graphql (0.4.0) is not able to connect to Aion kernel 0.3.2 when secure connection is true.

Workaround:

  1. Disable secure connection for Java Rpc port in Aion kernel.
 <java active="true" ip="0.0.0.0" port="8547"> 
        <secure-connect>**false**</secure-connect>
 </java> 
  1. In Aion GraphQL installation folder, edit config/apiconfig.xml to disable secure connection in client.
<secure-connect>false</secure-connect>

Note: apiconfig.xml is automatically generated after the first run of aion-graphql server.