chetanmeh commented on issue #3431: Vagrant provisioning results in 
SSLV3_ALERT_BAD_CERTIFICATE and failure to ping https://172.17.0.1:10001/ping
URL: 
https://github.com/apache/incubator-openwhisk/issues/3431#issuecomment-372903541
 
 
   @develpr This may be due to vagrant setup failing in between previously. 
Vagrant file has instructions to modify the PATH
   
   ```bash
    # Setup OpenWhisk CLI
       su vagrant -c 'mkdir ${HOME}/bin'
       su vagrant -c 'ln -s ${OPENWHISK_HOME}/tools/admin/wskadmin 
${HOME}/bin/wskadmin'
       su vagrant -c 'ln -s ${OPENWHISK_HOME}/tools/build/redo 
${HOME}/bin/wskdev'
       echo ${OPENWHISK_HOME}/bin/wsk -i '"$@"' > ${HOME}/bin/wsk
       chmod +x ${HOME}/bin/wsk
       chown vagrant:vagrant ${HOME}/bin/wsk
       PATH=${PATH}:${HOME}/bin
   ```
   
   Which may have got missed due to previous issues with ansible version 
causing the script to not complete. May be try rebuilding the vagrant box
   
   Also for such setup issues Slack 
[Slack](https://github.com/apache/incubator-openwhisk#slack) may be faster for 
you

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to