sgroh
sgroh
EmailService receive some properties like mail.smtp.auth, mail.smtp.starttls.enable, mail.smtp.host, mail.smtp.port, mail.smtp.ssl.trust but is not possible to setup neither mail.smtp.ssl.protocols nor mail.smtp.starttls.required.
Allows specify an specific SSL protocol like = TLSv1.2
Following the basic instruction from https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app.html And using the java chaincode: ./network.sh deployCC -ccn basic -ccp ../asset-transfer-basic/chaincode-java/ -ccl java The asset-transfer-basic/application-gateway-java application fails endorsing the transaction with this error: ```...
jar files on peers do not contains resource files. I have used a Maven project that is successfully compiled and packaged on a local environment and also on container hyperledger/fabric-tools:2.3.0...