[GitHub] chetanmeh commented on issue #3431: Vagrant provisioning results in SSLV3_ALERT_BAD_CERTIFICATE and failure to ping https://172.17.0.1:10001/ping

2018-03-13 Thread GitBox
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


[GitHub] chetanmeh commented on issue #3431: Vagrant provisioning results in SSLV3_ALERT_BAD_CERTIFICATE and failure to ping https://172.17.0.1:10001/ping

2018-03-13 Thread GitBox
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-372757312
 
 
   @develpr not sure on that. With PR #3430 ansible version would get bumped 
which may have some impact on how sudo is handled. As current travis is running 
with updated ansible fine I expect it should fix issues with Vagrant setup also.
   
   @vvraskin  thoughts?


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


[GitHub] chetanmeh commented on issue #3431: Vagrant provisioning results in SSLV3_ALERT_BAD_CERTIFICATE and failure to ping https://172.17.0.1:10001/ping

2018-03-13 Thread GitBox
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-372755014
 
 
   This should get fixed with #3430


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