레이블이 cert인 게시물을 표시합니다. 모든 게시물 표시
레이블이 cert인 게시물을 표시합니다. 모든 게시물 표시

2016. 2. 2.

'peer not authenticated' while ionic build with gradle

'peer not authenticated' while ionic build with gradle
  • open browser 'https://maven.repositorydomain'
  • export cert using browser 'you search'
  • copy certfile to JDK_HOME/jre/lib/security
  • command shell open
  • keytool -import -alias {shortname} -file {exported certfile} -keystore cacerts -storepass changeit 
  • you type 'Yes'
  • Try Again gradle.