Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


VirtKick package for CentOS 7, openSUSE and one-click install on DigitalOcean - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

VirtKick package for CentOS 7, openSUSE and one-click install on DigitalOcean

2»

Comments

  • @ittiger Just spotted you made a typo in the second call (vertkick, not virtkick). Can you show the output on the server again, but curling a good host actually?

  • Tried on different server:

    [root@ns1 ~]# curl -vI https://www.virtkick.io/download/latest.rpm
    * About to connect() to www.virtkick.io port 443 (#0)
    *   Trying 108.162.195.157...
    * Connected to www.virtkick.io (108.162.195.157) port 443 (#0)
    * Initializing NSS with certpath: sql:/etc/pki/nssdb
    *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
      CApath: none
    * NSS error -12286 (SSL_ERROR_NO_CYPHER_OVERLAP)
    * Cannot communicate securely with peer: no common encryption algorithm(s).
    * Error in TLS handshake, trying SSLv3...
    > HEAD /download/latest.rpm HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: www.virtkick.io
    > Accept: */*
    > 
    * Connection died, retrying a fresh connect
    * Closing connection 0
    * Issue another request to this URL: 'https://www.virtkick.io/download/latest.rpm'
    * About to connect() to www.virtkick.io port 443 (#1)
    *   Trying 108.162.195.157...
    * Connected to www.virtkick.io (108.162.195.157) port 443 (#1)
    * TLS disabled due to previous handshake failure
    *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
      CApath: none
    * NSS error -12286 (SSL_ERROR_NO_CYPHER_OVERLAP)
    * Cannot communicate securely with peer: no common encryption algorithm(s).
    * Closing connection 1
    curl: (35) Cannot communicate securely with peer: no common encryption algorithm(s).
    
  • Curling a good host:

    [root@ns1 ~]# curl -vI https://www.virtualbox.org/download/oracle_vbox.asc
    * About to connect() to www.virtualbox.org port 443 (#0)
    *   Trying 137.254.60.32...
    * Connected to www.virtualbox.org (137.254.60.32) port 443 (#0)
    * Initializing NSS with certpath: sql:/etc/pki/nssdb
    *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
      CApath: none
    * SSL connection using TLS_RSA_WITH_RC4_128_SHA
    * Server certificate:
    *   subject: CN=www.virtualbox.org,OU="Product Development  IT",O=Oracle Corporation,L=Redwood Shores,ST=California,C=US
    *   start date: Oct 13 00:00:00 2014 GMT
    *   expire date: Nov 12 23:59:59 2015 GMT
    *   common name: www.virtualbox.org
    *   issuer: CN=VeriSign Class 3 International Server CA - G3,OU=Terms of use at https://www.verisign.com/rpa (c)10,OU=VeriSign Trust Network,O="VeriSign, Inc.",C=US
    > HEAD /download/oracle_vbox.asc HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: www.virtualbox.org
    > Accept: */*
    > 
    < HTTP/1.1 200 OK
    HTTP/1.1 200 OK
    < Date: Sun, 04 Jan 2015 13:50:48 GMT
    Date: Sun, 04 Jan 2015 13:50:48 GMT
    < Server: Oracle-Application-Server-11g
    Server: Oracle-Application-Server-11g
    < Last-Modified: Wed, 25 Jun 2014 09:29:12 GMT
    Last-Modified: Wed, 25 Jun 2014 09:29:12 GMT
    < ETag: "1a846c-6c6-4fca5b5846a00"
    ETag: "1a846c-6c6-4fca5b5846a00"
    < Accept-Ranges: bytes
    Accept-Ranges: bytes
    < Content-Length: 1734
    Content-Length: 1734
    < Content-Type: text/plain
    Content-Type: text/plain
    < Content-Language: en
    Content-Language: en
    
    < 
    * Connection #0 to host www.virtualbox.org left intact
    
  • Is there currently any authentication? If not, when is it expected to be added?

  • @Nowaker Take the www out of the URL and it works:

    [root@ns1 ~]# curl -vI https://virtkick.io/download/latest.rpm* About to connect() to virtkick.io port 443 (#0)
    *   Trying 188.116.38.80...
    * Connected to virtkick.io (188.116.38.80) port 443 (#0)
    * Initializing NSS with certpath: sql:/etc/pki/nssdb
    *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
      CApath: none
    * SSL connection using TLS_RSA_WITH_RC4_128_SHA
    * Server certificate:
    *   subject: [email protected],CN=*.virtkick.io,O=Damian Nowak,L=Gniew,ST=Gdansk,C=PL,OID.2.5.4.13=bjjifqmS1X2VKn4Y
    *   start date: Aug 09 14:49:37 2014 GMT
    *   expire date: Aug 10 09:45:43 2016 GMT
    *   common name: *.virtkick.io
    *   issuer: CN=StartCom Class 2 Primary Intermediate Server CA,OU=Secure Digital Certificate Signing,O=StartCom Ltd.,C=IL
    > HEAD /download/latest.rpm HTTP/1.1
    > User-Agent: curl/7.29.0
    > Host: virtkick.io
    > Accept: */*
    > 
    < HTTP/1.1 302 Moved Temporarily
    HTTP/1.1 302 Moved Temporarily
    < Location: https://www.virtkick.io/download/latest.rpm
    Location: https://www.virtkick.io/download/latest.rpm
    < Date: Sun, 04 Jan 2015 16:14:24 GMT
    Date: Sun, 04 Jan 2015 16:14:24 GMT
    < Connection: keep-alive
    Connection: keep-alive
    
    < 
    * Connection #0 to host virtkick.io left intact
    
  • @ittiger said: Take the www out of the URL and it works:

    Thanks @ittiger. Non-www address hits our server directly, whereas the www hits Cloudflare. I'll talk to Cloudflare.

  • @williamfligor Is there currently any authentication? If not, when is it expected to be added?

    We disabled auth for our alpha version (though the auth module is already inside). We should be releasing a first production-like beta by the end of January.

    Thanked by 1nggaber
  • nggabernggaber Member
    edited January 2015

    Regarding pricing, you should follow WHMCS pricing model and no need to be free and SolusVM will be kicked by many providers :)

    Thanked by 1djvdorp
  • On prometeus vps with centos 7 it's going error "500 internel server error"

  • Nowaker said: Yes, I just deployed a post-crowdfunding website where you can still claim some of the previous perks. Here it is: https://www.virtkick.io/fund/ Thanks!

    Love this <3

  • @nggaber said:
    Regarding pricing, you should follow WHMCS pricing model and no need to be free and SolusVM will be kicked by many providers :)

    Sshhh

  • @cassa said:
    Sshhh

    I prefer pay for it so they will focus to developing it. For bugs fixes, new features etc.

  • agoldenbergagoldenberg Member, Host Rep

    Just tried every which way.

    [root@virtkick ~]# yum install https://www.virtkick.io/download/latest.rpm
    Loaded plugins: fastestmirror
    Cannot open: https://www.virtkick.io/download/latest.rpm. Skipping.
    Error: Nothing to do
    [root@virtkick ~]# yum install https://virtkick.io/download/latest.rpm
    Loaded plugins: fastestmirror
    Cannot open: https://virtkick.io/download/latest.rpm. Skipping.
    Error: Nothing to do
    [root@virtkick ~]# yum install http://virtkick.io/download/latest.rpm
    Loaded plugins: fastestmirror
    Cannot open: http://virtkick.io/download/latest.rpm. Skipping.
    Error: Nothing to do
    [root@virtkick ~]# yum install http://www.virtkick.io/download/latest.rpm
    Loaded plugins: fastestmirror
    Cannot open: http://www.virtkick.io/download/latest.rpm. Skipping.
    Error: Nothing to do
    [root@virtkick ~]#
    
  • Guys, please use this for now:

    yum install https://github.com/virtkick/virtkick-package/releases/download/0.4.alpha/virtkick-0.4.alpha-1_x86_64.rpm
    

    We didn't yet have a chance to debug the connection problem.

  • @agoldenberg said:
    Just tried every which way.

    > [root@virtkick ~]# yum install https://www.virtkick.io/download/latest.rpm
    > Loaded plugins: fastestmirror
    > Cannot open: https://www.virtkick.io/download/latest.rpm. Skipping.
    > Error: Nothing to do
    > [root@virtkick ~]# yum install https://virtkick.io/download/latest.rpm
    > Loaded plugins: fastestmirror
    > Cannot open: https://virtkick.io/download/latest.rpm. Skipping.
    > Error: Nothing to do
    > [root@virtkick ~]# yum install http://virtkick.io/download/latest.rpm
    > Loaded plugins: fastestmirror
    > Cannot open: http://virtkick.io/download/latest.rpm. Skipping.
    > Error: Nothing to do
    > [root@virtkick ~]# yum install http://www.virtkick.io/download/latest.rpm
    > Loaded plugins: fastestmirror
    > Cannot open: http://www.virtkick.io/download/latest.rpm. Skipping.
    > Error: Nothing to do
    > [root@virtkick ~]#
    > 

    Just wget the package and install in local

  • @nggaber said:
    Regarding pricing, you should follow WHMCS pricing model and no need to be free and SolusVM will be kicked by many providers :)
    I prefer pay for it so they will focus to developing it. For bugs fixes, new features etc.

    We don't want it to be paid, period. But if you want to donate, we're very open to this. ;-) https://www.virtkick.io/fund

    Thanked by 1IceCream
  • djvdorpdjvdorp Member
    edited January 2015

    Nowaker said: We don't want it to be paid, period. But if you want to donate, we're very open to this. ;-) https://www.virtkick.io/fund

    Done <3
    Also backlinked you on my website :)

Sign In or Register to comment.